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

33485 行
1.3 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 T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <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);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// System.Action`1<System.Int32>
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404;
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<UnityEngine.Object>
struct Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A;
// System.Action`1<TMPro.TMP_TextInfo>
struct Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1;
// System.Action`2<System.Int32,System.Int32>
struct Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD;
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult>
struct Comparison_1_t9FCAC8C8CE160A96C5AAD2DE1D353DCE8A2FEEFC;
// 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.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// 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,UnityEngine.Object>
struct FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B;
// TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs>
struct FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D;
// TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>
struct FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77;
// System.Func`2<UnityEngine.TextCore.Glyph,System.UInt32>
struct Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB;
// System.Func`2<TMPro.KerningPair,System.UInt32>
struct Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C;
// 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`2<TMPro.TMP_GlyphPairAdjustmentRecord,System.UInt32>
struct Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED;
// 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<TMPro.KerningPair>
struct IEnumerable_1_t754AA74BCF7ABF50C833ACBAB61553AE7F94F10A;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<TMPro.TMP_GlyphPairAdjustmentRecord>
struct IEnumerable_1_t7B2CADCD5EF46ED9ABB56E7E08A4146537AF72CD;
// 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<TMPro.KerningPair>
struct IOrderedEnumerable_1_t59507A6CFDFA07B6C03E0E3BF1407AE7CFC20296;
// System.Linq.IOrderedEnumerable`1<System.Object>
struct IOrderedEnumerable_1_t0E680E8E1A4A676334F2A0C9A6F9B93135A65EAC;
// System.Linq.IOrderedEnumerable`1<TMPro.TMP_GlyphPairAdjustmentRecord>
struct IOrderedEnumerable_1_t5A2506F104BF299E53DD6E6DF19970AA5E6D20EE;
// 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.Dictionary`2/KeyCollection<System.UInt32,TMPro.TMP_SpriteCharacter>
struct KeyCollection_t1B0FCC60AF08E0919CBEB42B9C2E7C15737FD20C;
// System.Collections.Generic.LinkedList`1<System.Action`1<UnityEngine.Object>>
struct LinkedList_1_tA75C78C76C8C00278F758EE6873486604C8C880C;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>
struct List_1_tA5BDE435C735A082941CD33D212F97F4AE9FA55F;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35;
// System.Collections.Generic.List`1<UnityEngine.Color32>
struct List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8;
// 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<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
// 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.EventSystems.RaycastResult>
struct List_1_t8292C421BBB00D7661DC07462822936152BAB446;
// System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>
struct List_1_t099FA1DB61217A855A3732B3DCA8E909BB24E1AB;
// System.Collections.Generic.List`1<UnityEngine.RectTransform>
struct List_1_t5ED555E220A2C0CA4F1CC393401AF0D7BA5B456B;
// 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<UnityEngine.Vector3>
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B;
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317;
// System.Predicate`1<TMPro.KerningPair>
struct Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9;
// System.Predicate`1<System.Object>
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4;
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90;
// UnityEngine.Events.UnityEvent`1<System.Int32Enum>
struct UnityEvent_1_t090B79D1A655BCAB01BC91C7409AC476DC731B81;
// UnityEngine.Events.UnityEvent`1<System.Object>
struct UnityEvent_1_t3CE03B42D5873C0C0E0692BEE72E1E6D5399F205;
// UnityEngine.Events.UnityEvent`1<System.Single>
struct UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4;
// UnityEngine.Events.UnityEvent`1<System.String>
struct UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257;
// UnityEngine.Events.UnityEvent`1<UnityEngine.TouchScreenKeyboard/Status>
struct UnityEvent_1_t85E993D7FA05D159800BE750A9F55526111C22AB;
// UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>
struct UnityEvent_3_tD7E14BDD38F12B63EFECBD1604C666F9AF100EAA;
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
struct UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD;
// 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/ValueCollection<System.UInt32,TMPro.TMP_SpriteCharacter>
struct ValueCollection_t8F70C64592235FA1B1D4D29CCECB4C57AC0C78F9;
// 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.Dictionary`2/Entry<System.UInt32,TMPro.TMP_SpriteCharacter>[]
struct EntryU5BU5D_t6E9F5D5EAB901B88E40FF6DA479AFFD6F32FB7E2;
// System.Collections.Generic.HashSet`1/Slot<System.Int32>[]
struct SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7;
// TMPro.TMP_TextProcessingStack`1<System.Int32>[]
struct TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// UnityEngine.Color32[]
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
// System.Decimal[]
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// TMPro.FontWeight[]
struct FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA;
// TMPro.HighlightState[]
struct HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622;
// TMPro.HorizontalAlignmentOptions[]
struct HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658;
// UnityEngine.EventSystems.IScrollHandler[]
struct IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// 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;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// 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_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_SpriteAsset[]
struct TMP_SpriteAssetU5BU5D_t94E3C1245DB0CEAB0BCB01A00BE5551C4CAEC6DC;
// 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_InputField/ContentType[]
struct ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39;
// TMPro.TMP_Text/UnicodeChar[]
struct UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5;
// UnityEngine.UI.AnimationTriggers
struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// UnityEngine.EventSystems.AxisEventData
struct AxisEventData_t4AA742BC101B1AA300B16EE7F19E31B91F37A938;
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F;
// UnityEngine.EventSystems.BaseInput
struct BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622;
// UnityEngine.EventSystems.BaseInputModule
struct BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1;
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832;
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
// UnityEngine.Canvas
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26;
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
// UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// UnityEngine.Event
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB;
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707;
// System.Threading.ExecutionContext
struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710;
// 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;
// System.IAsyncResult
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
// UnityEngine.UI.ICanvasElement
struct ICanvasElement_t7F0ABB1280486B82E3267F9C26130FD4AAACAE91;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// UnityEngine.UI.ILayoutController
struct ILayoutController_tD6B9DA814D1859D5391E51BDD5CDD3192AD5DFA8;
// System.Security.Principal.IPrincipal
struct IPrincipal_tE7AF5096287F6C3472585E124CB38FF2A51EAB5F;
// UnityEngine.EventSystems.IScrollHandler
struct IScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F;
// TMPro.ITextPreprocessor
struct ITextPreprocessor_tDBB49C8B68D7B80E8D233B9D9666C43981EFAAB9;
// System.Threading.InternalThread
struct InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687;
// 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;
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E;
// 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.MulticastDelegate
struct MulticastDelegate_t;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// UnityEngine.Events.PersistentCallGroup
struct PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25;
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB;
// UnityEngine.UI.RectMask2D
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670;
// UnityEngine.RectOffset
struct RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5;
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5;
// UnityEngine.UI.RectangularVertexClipper
struct RectangularVertexClipper_t55234A392C423FCC9A016503B2D1763D52E6605A;
// UnityEngine.UI.Scrollbar
struct Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3;
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// 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_FontAsset
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160;
// TMPro.TMP_FontAssetUtilities
struct TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125;
// 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_SpriteCharacter
struct TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E;
// 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_TextElement_Legacy
struct TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A;
// TMPro.TMP_TextInfo
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
// System.Threading.Thread
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F;
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A;
// UnityEngine.Transform
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
// System.Type
struct Type_t;
// UnityEngine.Events.UnityAction
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7;
// UnityEngine.UI.VertexHelper
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.WaitForSecondsRealtime
struct WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
// UnityEngine.Canvas/WillRenderCanvases
struct WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC;
// TMPro.KerningTable/<>c
struct U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B;
// TMPro.KerningTable/<>c__DisplayClass3_0
struct U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E;
// TMPro.KerningTable/<>c__DisplayClass4_0
struct U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455;
// TMPro.KerningTable/<>c__DisplayClass5_0
struct U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A;
// 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_FontAsset/<>c
struct U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7;
// TMPro.TMP_FontFeatureTable/<>c
struct U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516;
// TMPro.TMP_InputField/<CaretBlink>d__276
struct U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3;
// TMPro.TMP_InputField/<MouseDragOutsideRect>d__294
struct U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958;
// 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;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LayoutRebuilder_tD2269CCD93BD5A8C4A92188C66E212B976FA6564_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_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* SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_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* VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t04635BCB4D7C7C21D10547072BD307E80F347DD3____1C3635C112D556F4C11A4FE6BDE6ED3F126C4B2B546811BDB64DE7BDED3A05CB_0_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29;
IL2CPP_EXTERN_C String_t* _stringLiteral22BE618ADF9DAFBF84F27DD4CA2D8D34F67B1103;
IL2CPP_EXTERN_C String_t* _stringLiteral2E5F5CB4979BE02FA2697A4671278BE10C23D41A;
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
IL2CPP_EXTERN_C String_t* _stringLiteral4EA6E1F0CD13652D9FAF12B294A842319F6F67E5;
IL2CPP_EXTERN_C String_t* _stringLiteral61EE466164F1DF2016800CEA6AB7D2C9F89A95DF;
IL2CPP_EXTERN_C String_t* _stringLiteral8AD0A41F2A9B43719CFF3CBA1FFE2771F454578E;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralE6B64CE518F361B6EA86E4CD975D0780802C6790;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisILayoutController_tD6B9DA814D1859D5391E51BDD5CDD3192AD5DFA8_m4632B99DD2C9CBC8BF7ECF26C68DE9190DA2CF9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE_m1F9456DE15CE473E9CC8A0C861F424A2EF8D1F8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m6D14E9D9ED30494BDFDA9210DE8FC7869AAD48E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInParent_TisIScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_mB7DC50B5B9E75CDC907C040EF0AEC52BBB0451B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD50F0812D92963FC4588CE4952887587725AEFE7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mF64B759AAB17D55E3692A53931FD3C48C3A31F6D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ThenBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mBD4586E03E6430F599210313F1E7F968D1D43A25_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ThenBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mCCA835BE29AFDC02346366E7B286330085A9A849_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mFC97D0929571215EB3A369B7DA496181DDC9A574_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_m2071C1F6F049429AF1A169AB3ED09E6C9353312A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1_Add_m368726E3508DB2176C4F87A79C0C0CC4816176D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1_Remove_mB29130AC90F5F8967CD89587717469E44E4D186F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_m352B503784BB68953253ED4AD666B68C6CF05BA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m6CA031C91E5D203C24D3315721B6E3910B9C8729_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m823A205E35E2FD1B515F547D8923F4B258928E52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA64AA8FE426250FE6E20A0A8C6271B9C8A5F0F59_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_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mAB2051FBD61BF9675113BCC32BAAD6432849B560_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisOnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_m7FB8CADFB86B26132FCED01ED39525DFAB7ED543_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisOnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530_m60761E6747F8E6F3A5BFFFEE2837051B0C9025B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m8FF349A51BA6CB8EF80F0E9B8B3D5834A88A36A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mD5A4E6944F889CEEBA2BE46266D2FCEA1ACE7D55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_m2E8BF436F1D207D3CC8772F7CB3C183CDD8D6AC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisTMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98_mED3201623D991051DB2B2A8C5B0830224F5AE4E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m74F4C7FF2923A6C264C956A255CE356A6A76396D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetClass_TisTouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_m115B3CE6C43B7599E05D8431C3086416DB9BDA27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7AC6B0CAB2727752B3302DCE2C4BE12E999B5BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisCharacterValidation_t14B82768014D219C74BC91657D6B013A0CAFF2B9_mA9590347D829A1550E78A2D64E45E136946662FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisContentType_tC6315BB238AB8B34EEAC496ECDA3F92692694276_mE2DC73869D92F5413C0666A42DD00524EA873303_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisInputType_tF2224DC7469AAC22BF653D00F6E29F8739175DA1_m72E5F96E47220BDE77B358B88D488E045A9970A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisLineType_t004C9AD8E9A2D86ABDE2F2F55F09446F6E46AF6E_m91D93CE67BD64AE1425E52BEBAA4FF5341AE4589_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisTouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1_mADDF2428FF57C3F2E3384B95509BA30E3939776E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_InputField_ON_TEXT_CHANGED_mEA6A2C8BD4AF9D1C0CF5A6EC9608F2149256B553_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_0_m6E8D8B97DDFB03B6EF69ADF2E85D412411D50075_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_1_m12FAD67963FC77E6B359185D50EE168FCB5F7095_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortKerningPairsU3Eb__7_0_m20BBABBDA17C6FD8E15138433B9D7FF73FC93183_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortKerningPairsU3Eb__7_1_m6B19D6F1591A26B21706695288AE73FB9B26C470_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CAddKerningPairU3Eb__0_mE8621E8C8419041EA962313967C9B22DADB7EC59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CAddGlyphPairAdjustmentRecordU3Eb__0_m0457EDA34868349FD7DF84F23C8EC201BBA2FE4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CRemoveKerningPairU3Eb__0_mDD3433EA90C0CAE26949E21FBB418FF2DA10E509_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m9607E0E883B2FD3379DEAFA17740ACBFB0A99412_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* TMP_SelectionCaret_tCDD93BB06825C506A7D3E06648FB33E3D61981EB_0_0_0_var;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99;
struct TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37;
struct TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E;
struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
struct ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39;
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,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;
};
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_SpriteCharacter>
struct Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED : 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_t6E9F5D5EAB901B88E40FF6DA479AFFD6F32FB7E2* ____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_t1B0FCC60AF08E0919CBEB42B9C2E7C15737FD20C* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t8F70C64592235FA1B1D4D29CCECB4C57AC0C78F9* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// 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;
};
// 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.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____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_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___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<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_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<TMPro.TMP_SpriteAsset>
struct List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TMP_SpriteAssetU5BU5D_t94E3C1245DB0CEAB0BCB01A00BE5551C4CAEC6DC* ____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_tB66B78FCD61EAA013319E93BE83B16C78143E868_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TMP_SpriteAssetU5BU5D_t94E3C1245DB0CEAB0BCB01A00BE5551C4CAEC6DC* ___s_emptyArray_5;
};
// UnityEngine.EventSystems.AbstractEventData
struct AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7 : public RuntimeObject
{
// System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used
bool ___m_Used_0;
};
struct Il2CppArrayBounds;
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject
{
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject* ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// 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.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
{
};
// 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_FontAssetUtilities
struct TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125 : public RuntimeObject
{
};
struct TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields
{
// TMPro.TMP_FontAssetUtilities TMPro.TMP_FontAssetUtilities::s_Instance
TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* ___s_Instance_0;
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAssetUtilities::k_SearchedAssets
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_SearchedAssets_1;
// System.Boolean TMPro.TMP_FontAssetUtilities::k_IsFontEngineInitialized
bool ___k_IsFontEngineInitialized_2;
};
// 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_FontUtilities
struct TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76 : public RuntimeObject
{
};
struct TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_StaticFields
{
// System.Collections.Generic.List`1<System.Int32> TMPro.TMP_FontUtilities::k_searchedFontAssets
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___k_searchedFontAssets_0;
};
// 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;
};
// 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.KerningTable/<>c
struct U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B : public RuntimeObject
{
};
struct U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields
{
// TMPro.KerningTable/<>c TMPro.KerningTable/<>c::<>9
U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* ___U3CU3E9_0;
// System.Func`2<TMPro.KerningPair,System.UInt32> TMPro.KerningTable/<>c::<>9__7_0
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* ___U3CU3E9__7_0_1;
// System.Func`2<TMPro.KerningPair,System.UInt32> TMPro.KerningTable/<>c::<>9__7_1
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* ___U3CU3E9__7_1_2;
};
// TMPro.KerningTable/<>c__DisplayClass3_0
struct U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E : public RuntimeObject
{
// System.UInt32 TMPro.KerningTable/<>c__DisplayClass3_0::first
uint32_t ___first_0;
// System.UInt32 TMPro.KerningTable/<>c__DisplayClass3_0::second
uint32_t ___second_1;
};
// TMPro.KerningTable/<>c__DisplayClass4_0
struct U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455 : public RuntimeObject
{
// System.UInt32 TMPro.KerningTable/<>c__DisplayClass4_0::first
uint32_t ___first_0;
// System.UInt32 TMPro.KerningTable/<>c__DisplayClass4_0::second
uint32_t ___second_1;
};
// TMPro.KerningTable/<>c__DisplayClass5_0
struct U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A : public RuntimeObject
{
// System.Int32 TMPro.KerningTable/<>c__DisplayClass5_0::left
int32_t ___left_0;
// System.Int32 TMPro.KerningTable/<>c__DisplayClass5_0::right
int32_t ___right_1;
};
// 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.TMP_FontFeatureTable/<>c
struct U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516 : public RuntimeObject
{
};
struct U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields
{
// TMPro.TMP_FontFeatureTable/<>c TMPro.TMP_FontFeatureTable/<>c::<>9
U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* ___U3CU3E9_0;
// System.Func`2<TMPro.TMP_GlyphPairAdjustmentRecord,System.UInt32> TMPro.TMP_FontFeatureTable/<>c::<>9__6_0
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* ___U3CU3E9__6_0_1;
// System.Func`2<TMPro.TMP_GlyphPairAdjustmentRecord,System.UInt32> TMPro.TMP_FontFeatureTable/<>c::<>9__6_1
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* ___U3CU3E9__6_1_2;
};
// TMPro.TMP_InputField/<CaretBlink>d__276
struct U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3 : public RuntimeObject
{
// System.Int32 TMPro.TMP_InputField/<CaretBlink>d__276::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TMP_InputField/<CaretBlink>d__276::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// TMPro.TMP_InputField TMPro.TMP_InputField/<CaretBlink>d__276::<>4__this
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* ___U3CU3E4__this_2;
// System.Single TMPro.TMP_InputField/<CaretBlink>d__276::<blinkPeriod>5__1
float ___U3CblinkPeriodU3E5__1_3;
// System.Boolean TMPro.TMP_InputField/<CaretBlink>d__276::<blinkState>5__2
bool ___U3CblinkStateU3E5__2_4;
};
// 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.Single>
struct UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Events.UnityEvent`1<System.String>
struct UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Events.UnityEvent`1<UnityEngine.TouchScreenKeyboard/Status>
struct UnityEvent_1_t85E993D7FA05D159800BE750A9F55526111C22AB : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
struct UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`3::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.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;
};
// TMPro.KerningPairKey
struct KerningPairKey_t2C629F0C872DB1BC71B25D39DE9EEC0CCE8CF77C
{
// System.UInt32 TMPro.KerningPairKey::ascii_Left
uint32_t ___ascii_Left_0;
// System.UInt32 TMPro.KerningPairKey::ascii_Right
uint32_t ___ascii_Right_1;
// System.UInt32 TMPro.KerningPairKey::key
uint32_t ___key_2;
};
// 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.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.RangeInt
struct RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268
{
// System.Int32 UnityEngine.RangeInt::start
int32_t ___start_0;
// System.Int32 UnityEngine.RangeInt::length
int32_t ___length_1;
};
// 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_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_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;
};
// System.Threading.Thread
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9
{
// System.Threading.InternalThread System.Threading.Thread::internal_thread
InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687* ___internal_thread_6;
// System.Object System.Threading.Thread::m_ThreadStartArg
RuntimeObject* ___m_ThreadStartArg_7;
// System.Object System.Threading.Thread::pending_exception
RuntimeObject* ___pending_exception_8;
// System.MulticastDelegate System.Threading.Thread::m_Delegate
MulticastDelegate_t* ___m_Delegate_10;
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___m_ExecutionContext_11;
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
bool ___m_ExecutionContextBelongsToOuterScope_12;
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
RuntimeObject* ___principal_13;
// System.Int32 System.Threading.Thread::principal_version
int32_t ___principal_version_14;
};
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_StaticFields
{
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E* ___s_LocalDataStoreMgr_0;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentCulture_4;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentUICulture_5;
};
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_ThreadStaticFields
{
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F* ___s_LocalDataStore_1;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentCulture_2;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentUICulture_3;
// System.Threading.Thread System.Threading.Thread::current_thread
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___current_thread_9;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// 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.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_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.CanvasUpdate
struct CanvasUpdate_t4E5A2D5E0D6AC13BA8437F7176FB3E52E86F2AA6
{
// System.Int32 UnityEngine.UI.CanvasUpdate::value__
int32_t ___value___2;
};
// TMPro.CaretPosition
struct CaretPosition_t934D0F55A0AD4C1A797C77C46F32405D65EAD5E9
{
// System.Int32 TMPro.CaretPosition::value__
int32_t ___value___2;
};
// 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;
};
// 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;
};
// UnityEngine.Event
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB : public RuntimeObject
{
// System.IntPtr UnityEngine.Event::m_Ptr
intptr_t ___m_Ptr_0;
};
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_StaticFields
{
// UnityEngine.Event UnityEngine.Event::s_Current
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_Current_1;
// UnityEngine.Event UnityEngine.Event::s_MasterEvent
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_MasterEvent_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.Event
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Event
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.EventModifiers
struct EventModifiers_t48244B043FBB42CDD555C6AC43279EC7158777AC
{
// System.Int32 UnityEngine.EventModifiers::value__
int32_t ___value___2;
};
// UnityEngine.EventType
struct EventType_tC62F0D77DB08D7326B58B2D8CF43BD45CFD3203E
{
// System.Int32 UnityEngine.EventType::value__
int32_t ___value___2;
};
// 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;
};
// 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.GlyphRenderMode
struct GlyphRenderMode_tE7FB60827750662A45E89D168932FE2D8AEB5281
{
// System.Int32 UnityEngine.TextCore.LowLevel.GlyphRenderMode::value__
int32_t ___value___2;
};
// UnityEngine.HideFlags
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
{
// System.Int32 UnityEngine.HideFlags::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;
};
// UnityEngine.IMECompositionMode
struct IMECompositionMode_t91425E64935387F2A2686BDE3FA67E047794FCD0
{
// System.Int32 UnityEngine.IMECompositionMode::value__
int32_t ___value___2;
};
// System.Int32Enum
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C
{
// System.Int32 System.Int32Enum::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;
};
// UnityEngine.KeyCode
struct KeyCode_t75B9ECCC26D858F55040DDFF9523681E996D17E9
{
// System.Int32 UnityEngine.KeyCode::value__
int32_t ___value___2;
};
// System.Globalization.NumberStyles
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
{
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
};
// 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;
};
// UnityEngine.OperatingSystemFamily
struct OperatingSystemFamily_tC2354FCC5EAA102CE13F4AA66DB03040F04DADCB
{
// System.Int32 UnityEngine.OperatingSystemFamily::value__
int32_t ___value___2;
};
// 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;
};
// UnityEngine.RectOffset
struct RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5 : public RuntimeObject
{
// System.IntPtr UnityEngine.RectOffset::m_Ptr
intptr_t ___m_Ptr_0;
// System.Object UnityEngine.RectOffset::m_SourceStyle
RuntimeObject* ___m_SourceStyle_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.RectOffset
struct RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
Il2CppIUnknown* ___m_SourceStyle_1;
};
// Native definition for COM marshalling of UnityEngine.RectOffset
struct RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5_marshaled_com
{
intptr_t ___m_Ptr_0;
Il2CppIUnknown* ___m_SourceStyle_1;
};
// UnityEngine.RenderMode
struct RenderMode_tB63553E26C26A0B62C47B995F86AC41768494633
{
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
};
// UnityEngine.RuntimePlatform
struct RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E
{
// System.Int32 UnityEngine.RuntimePlatform::value__
int32_t ___value___2;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// 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_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.TextAlignmentOptions
struct TextAlignmentOptions_tF3FA9020F7E2AF1A48660044540254009A22EF01
{
// System.Int32 TMPro.TextAlignmentOptions::value__
int32_t ___value___2;
};
// UnityEngine.TextAnchor
struct TextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830
{
// System.Int32 UnityEngine.TextAnchor::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;
};
// TMPro.TextureMappingOptions
struct TextureMappingOptions_t0E1A47C529DEB45A875486256E7026E97C940DAE
{
// System.Int32 TMPro.TextureMappingOptions::value__
int32_t ___value___2;
};
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A : public RuntimeObject
{
// System.IntPtr UnityEngine.TouchScreenKeyboard::m_Ptr
intptr_t ___m_Ptr_0;
};
struct TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A_StaticFields
{
// System.Boolean UnityEngine.TouchScreenKeyboard::<disableInPlaceEditing>k__BackingField
bool ___U3CdisableInPlaceEditingU3Ek__BackingField_1;
};
// UnityEngine.TouchScreenKeyboardType
struct TouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1
{
// System.Int32 UnityEngine.TouchScreenKeyboardType::value__
int32_t ___value___2;
};
// UnityEngine.UIVertex
struct UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207
{
// UnityEngine.Vector3 UnityEngine.UIVertex::position
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_0;
// UnityEngine.Vector3 UnityEngine.UIVertex::normal
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___normal_1;
// UnityEngine.Vector4 UnityEngine.UIVertex::tangent
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___tangent_2;
// UnityEngine.Color32 UnityEngine.UIVertex::color
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_3;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv0
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv0_4;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv1
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv1_5;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv2
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv2_6;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv3
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv3_7;
};
struct UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_StaticFields
{
// UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___s_DefaultColor_8;
// UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___s_DefaultTangent_9;
// UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 ___simpleVert_10;
};
// 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;
};
// UnityEngine.UI.VertexHelper
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE : public RuntimeObject
{
// System.Collections.Generic.List`1<UnityEngine.Vector3> UnityEngine.UI.VertexHelper::m_Positions
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___m_Positions_0;
// System.Collections.Generic.List`1<UnityEngine.Color32> UnityEngine.UI.VertexHelper::m_Colors
List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* ___m_Colors_1;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv0S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv0S_2;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv1S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv1S_3;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv2S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv2S_4;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv3S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv3S_5;
// System.Collections.Generic.List`1<UnityEngine.Vector3> UnityEngine.UI.VertexHelper::m_Normals
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___m_Normals_6;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Tangents
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Tangents_7;
// System.Collections.Generic.List`1<System.Int32> UnityEngine.UI.VertexHelper::m_Indices
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_Indices_8;
// System.Boolean UnityEngine.UI.VertexHelper::m_ListsInitalized
bool ___m_ListsInitalized_11;
};
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE_StaticFields
{
// UnityEngine.Vector4 UnityEngine.UI.VertexHelper::s_DefaultTangent
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___s_DefaultTangent_9;
// UnityEngine.Vector3 UnityEngine.UI.VertexHelper::s_DefaultNormal
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___s_DefaultNormal_10;
};
// 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.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.Scrollbar/ScrollEvent
struct ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6 : public UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4
{
};
// UnityEngine.UI.Selectable/SelectionState
struct SelectionState_t6F0043050168425447E86834E394C94B73BC5A7F
{
// System.Int32 UnityEngine.UI.Selectable/SelectionState::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_InputField/<MouseDragOutsideRect>d__294
struct U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958 : public RuntimeObject
{
// System.Int32 TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// UnityEngine.EventSystems.PointerEventData TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::eventData
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData_2;
// TMPro.TMP_InputField TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::<>4__this
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* ___U3CU3E4__this_3;
// UnityEngine.Vector2 TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::<localMousePos>5__1
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePosU3E5__1_4;
// UnityEngine.Rect TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::<rect>5__2
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___U3CrectU3E5__2_5;
// System.Single TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::<delay>5__3
float ___U3CdelayU3E5__3_6;
};
// 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/EditState
struct EditState_tD3D4DDB8F82E120DC1CF9F6FA40601786F143445
{
// System.Int32 TMPro.TMP_InputField/EditState::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_InputField/OnChangeEvent
struct OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D : public UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257
{
};
// TMPro.TMP_InputField/SelectionEvent
struct SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119 : public UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257
{
};
// TMPro.TMP_InputField/SubmitEvent
struct SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500 : public UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257
{
};
// TMPro.TMP_InputField/TextSelectionEvent
struct TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401 : public UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD
{
};
// TMPro.TMP_InputField/TouchScreenKeyboardEvent
struct TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1 : public UnityEvent_1_t85E993D7FA05D159800BE750A9F55526111C22AB
{
};
// TMPro.TMP_Text/TextInputSources
struct TextInputSources_t41387D6C9CB16E60390F47A15AEB8185BE966D26
{
// System.Int32 TMPro.TMP_Text/TextInputSources::value__
int32_t ___value___2;
};
// UnityEngine.TouchScreenKeyboard/Status
struct Status_t3F8904FBDC6FAD87099A6DF12FBE1510671D995E
{
// System.Int32 UnityEngine.TouchScreenKeyboard/Status::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;
};
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// 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
{
};
// UnityEngine.Mesh
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4 : 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;
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
{
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
};
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
{
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
};
// 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;
};
// 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
{
};
// 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.Action`1<UnityEngine.Object>
struct Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A : public MulticastDelegate_t
{
};
// System.Func`2<TMPro.KerningPair,System.UInt32>
struct Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C : public MulticastDelegate_t
{
};
// System.Func`2<TMPro.TMP_GlyphPairAdjustmentRecord,System.UInt32>
struct Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED : public MulticastDelegate_t
{
};
// System.Predicate`1<TMPro.KerningPair>
struct Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9 : public MulticastDelegate_t
{
};
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90 : public MulticastDelegate_t
{
};
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
// System.Boolean UnityEngine.CanvasRenderer::<isMask>k__BackingField
bool ___U3CisMaskU3Ek__BackingField_4;
};
// 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_InputValidator
struct TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
};
// TMPro.TMP_SpriteCharacter
struct TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E : public TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5
{
// System.String TMPro.TMP_SpriteCharacter::m_Name
String_t* ___m_Name_6;
// System.Int32 TMPro.TMP_SpriteCharacter::m_HashCode
int32_t ___m_HashCode_7;
};
// 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_InputField/OnValidateInput
struct OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530 : public MulticastDelegate_t
{
};
// 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.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
{
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6;
};
// 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.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
{
};
// UnityEngine.EventSystems.BaseInput
struct BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
};
// UnityEngine.EventSystems.BaseInputModule
struct BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult> UnityEngine.EventSystems.BaseInputModule::m_RaycastResultCache
List_1_t8292C421BBB00D7661DC07462822936152BAB446* ___m_RaycastResultCache_4;
// UnityEngine.EventSystems.AxisEventData UnityEngine.EventSystems.BaseInputModule::m_AxisEventData
AxisEventData_t4AA742BC101B1AA300B16EE7F19E31B91F37A938* ___m_AxisEventData_5;
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseInputModule::m_EventSystem
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___m_EventSystem_6;
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::m_BaseEventData
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___m_BaseEventData_7;
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::m_InputOverride
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* ___m_InputOverride_8;
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::m_DefaultInput
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* ___m_DefaultInput_9;
};
// 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.LayoutGroup
struct LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.RectOffset UnityEngine.UI.LayoutGroup::m_Padding
RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5* ___m_Padding_4;
// UnityEngine.TextAnchor UnityEngine.UI.LayoutGroup::m_ChildAlignment
int32_t ___m_ChildAlignment_5;
// UnityEngine.RectTransform UnityEngine.UI.LayoutGroup::m_Rect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Rect_6;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.LayoutGroup::m_Tracker
DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 ___m_Tracker_7;
// UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalMinSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_TotalMinSize_8;
// UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalPreferredSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_TotalPreferredSize_9;
// UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalFlexibleSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_TotalFlexibleSize_10;
// System.Collections.Generic.List`1<UnityEngine.RectTransform> UnityEngine.UI.LayoutGroup::m_RectChildren
List_1_t5ED555E220A2C0CA4F1CC393401AF0D7BA5B456B* ___m_RectChildren_11;
};
// 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.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_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;
};
// 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;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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
}
};
// UnityEngine.UIVertex[]
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F : public RuntimeArray
{
ALIGN_FIELD (8) UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 m_Items[1];
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207* 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, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 value)
{
m_Items[index] = value;
}
};
// TMPro.TMP_InputField/ContentType[]
struct ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39 : 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;
}
};
// UnityEngine.EventSystems.IScrollHandler[]
struct IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821 : 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);
}
};
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
{
ALIGN_FIELD (8) Type_t* m_Items[1];
inline Type_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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
}
};
// TMPro.TMP_LineInfo[]
struct TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E : public RuntimeArray
{
ALIGN_FIELD (8) TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 m_Items[1];
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 value)
{
m_Items[index] = value;
}
};
// TMPro.TMP_WordInfo[]
struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC : public RuntimeArray
{
ALIGN_FIELD (8) TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 m_Items[1];
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL);
}
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL);
}
};
// 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;
}
};
// 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);
}
};
// 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);
}
};
// 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.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.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 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) ;
// TSource System.Linq.Enumerable::Last<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Last_TisRuntimeObject_mCAB07698079CD05A16F547890122EC092ACC25E0_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Predicate`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_FindIndex_m9875FFE328FA833B2617915FF976DEDA4724EBC3_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___match0, 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.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.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::ThenBy<System.Object,System.UInt32>(System.Linq.IOrderedEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_ThenBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mEEC4AA5EA985EF6AC569457ECFF146F85FF86450_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.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, 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) ;
// 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.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___item0, 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.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.Boolean TMPro.SetPropertyUtility::SetStruct<System.Boolean>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E_gshared (bool* ___currentValue0, bool ___newValue1, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Single>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_gshared (float* ___currentValue0, float ___newValue1, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Int32>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_gshared (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetClass<System.Object>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared (RuntimeObject** ___currentValue0, RuntimeObject* ___newValue1, 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 UnityEngine.Events.UnityEvent`1<System.Single>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9_gshared (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___call0, 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.Boolean TMPro.SetPropertyUtility::SetStruct<System.Int32Enum>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mD397D40987A2748BFC5336E9E9EC2498DE67B703_gshared (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Char>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7AC6B0CAB2727752B3302DCE2C4BE12E999B5BC_gshared (Il2CppChar* ___currentValue0, Il2CppChar ___newValue1, 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 UnityEngine.GameObject::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __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.Component::GetComponentsInParent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Component_GetComponentsInParent_TisRuntimeObject_m161F08219ECBE099E346F616990662F0117D4C8E_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`1<System.Object>::Add(System.Action`1<A>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1_Add_mAFBAB8BEFC425D727FF303611342E6D1E6E82D86_gshared (FastAction_1_t30779A2821DCE05CA702D5800B30CABF67687135* __this, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___rhs0, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`1<System.Object>::Remove(System.Action`1<A>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1_Remove_m0C649E2173AA0370C08417DCFD89B7304F28BC0C_gshared (FastAction_1_t30779A2821DCE05CA702D5800B30CABF67687135* __this, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___rhs0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m6CDC8B0639CE8935E2E13D10B2C8E500968130B6_gshared (UnityEvent_1_t3CE03B42D5873C0C0E0692BEE72E1E6D5399F205* __this, RuntimeObject* ___arg00, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::Invoke(T0,T1,T2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_3_Invoke_m50868D681E7B0FAE1AA2516EF4DA7DB16CBD9DA9_gshared (UnityEvent_3_tD7E14BDD38F12B63EFECBD1604C666F9AF100EAA* __this, RuntimeObject* ___arg00, int32_t ___arg11, int32_t ___arg22, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32Enum>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_mB03FAFB4EA9BB010481D103709FB149F26D2D1D0_gshared (UnityEvent_1_t090B79D1A655BCAB01BC91C7409AC476DC731B81* __this, int32_t ___arg00, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mFF3DD36E78B4295FBBC0AEA2BC2B5D1C50E3FDC4 (U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* __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.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 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_Glyph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Glyph__ctor_mEAE3F4DA2D1BDC556A578BAAA15BD354183AE2A8 (TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_TextElement_Legacy::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_Legacy__ctor_m662C0DC5276E1A91D27923DA266C23D825949787 (TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FontAssetCreationSettings::.ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontAssetCreationSettings__ctor_m9A07F1B7C85235E9BDA86E7505E0A5AE0B78E5BA (FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF* __this, String_t* ___sourceFontFileGUID0, int32_t ___pointSize1, int32_t ___pointSizeSamplingMode2, int32_t ___padding3, int32_t ___packingMode4, int32_t ___atlasWidth5, int32_t ___atlasHeight6, int32_t ___characterSelectionMode7, String_t* ___characterSet8, int32_t ___renderMode9, const RuntimeMethod* method) ;
// System.Void TMPro.KerningPairKey::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPairKey__ctor_m76933735460799247D37F13189B62469E35C767B (KerningPairKey_t2C629F0C872DB1BC71B25D39DE9EEC0CCE8CF77C* __this, uint32_t ___ascii_left0, uint32_t ___ascii_right1, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::get_xPlacement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphValueRecord_get_xPlacement_m5E2B8B05A5DF57B2DC4B3795E71330CDDE1761C8 (GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::get_yPlacement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphValueRecord_get_yPlacement_mB6303F8800305F6F96ECCD0CD9AA70A1A30A15DA (GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::get_xAdvance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphValueRecord_get_xAdvance_m6C392027FA91E0705C1585C5EF40D984AAA0013E (GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::get_yAdvance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphValueRecord_get_yAdvance_m1379AA10FCCFFABEAF43E767F8BFBF32CA76B5B6 (GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E* __this, const RuntimeMethod* method) ;
// System.Void TMPro.GlyphValueRecord_Legacy::.ctor(UnityEngine.TextCore.LowLevel.GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlyphValueRecord_Legacy__ctor_m6E3D36058693888F61D14BA825F5F29EA4FC7033 (GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7* __this, GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___valueRecord0, const RuntimeMethod* method) ;
// System.Void TMPro.KerningPair::set_firstGlyph(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair_set_firstGlyph_m558F1AB56DF0BC72921E60524E906B3308EF6254 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.KerningPair::.ctor(System.UInt32,TMPro.GlyphValueRecord_Legacy,System.UInt32,TMPro.GlyphValueRecord_Legacy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair__ctor_m97D222190FBC36A6C9843C7CB8F4E5F0CF963A11 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, uint32_t ___firstGlyph0, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___firstGlyphAdjustments1, uint32_t ___secondGlyph2, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___secondGlyphAdjustments3, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.KerningPair>::.ctor()
inline void List_1__ctor_mA64AA8FE426250FE6E20A0A8C6271B9C8A5F0F59 (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_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.KerningPair::.ctor(System.UInt32,System.UInt32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair__ctor_m7AB7CD68A07A7BD8B1CB2A41C84EA8115F3ED974 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, uint32_t ___left0, uint32_t ___right1, float ___offset2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.KerningPair>::Add(T)
inline void List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_inline (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* __this, KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*, KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// TSource System.Linq.Enumerable::Last<TMPro.KerningPair>(System.Collections.Generic.IEnumerable`1<TSource>)
inline KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69 (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Last_TisRuntimeObject_mCAB07698079CD05A16F547890122EC092ACC25E0_gshared)(___source0, 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.UInt32 TMPro.KerningPair::get_secondGlyph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method) ;
// System.Void TMPro.KerningTable/<>c__DisplayClass3_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m5B27602FA83CA988234ED481E13726F7ACFDEDFD (U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* __this, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<TMPro.KerningPair>::.ctor(System.Object,System.IntPtr)
inline void Predicate_1__ctor_m0CD7E7096787D73EC20084883A7C13AC8A6264DC (Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___object0, ___method1, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.KerningPair>::FindIndex(System.Predicate`1<T>)
inline int32_t List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686 (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* __this, Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9* ___match0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*, Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9*, const RuntimeMethod*))List_1_FindIndex_m9875FFE328FA833B2617915FF976DEDA4724EBC3_gshared)(__this, ___match0, method);
}
// System.Void TMPro.KerningTable/<>c__DisplayClass4_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m7835A094259518636DCEBD5D5F5AC88B48799B4D (U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* __this, const RuntimeMethod* method) ;
// System.Void TMPro.KerningTable/<>c__DisplayClass5_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m3718024C98F2CB240337703C272C56F9D60E0D86 (U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.KerningPair>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___index0, method);
}
// System.Void System.Func`2<TMPro.KerningPair,System.UInt32>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m999ADD5CB036FC3052DA10347B9D6FD43C725716 (Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m2F35D9DF8C659B83CA70029ACBA44930CD42E90D_gshared)(__this, ___object0, ___method1, method);
}
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<TMPro.KerningPair,System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_OrderBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD50F0812D92963FC4588CE4952887587725AEFE7 (RuntimeObject* ___source0, Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* ___keySelector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m8750E8B05AFFF69CD9906B0A174F8DA44CDE8298_gshared)(___source0, ___keySelector1, method);
}
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::ThenBy<TMPro.KerningPair,System.UInt32>(System.Linq.IOrderedEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_ThenBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mBD4586E03E6430F599210313F1E7F968D1D43A25 (RuntimeObject* ___source0, Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* ___keySelector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C*, const RuntimeMethod*))Enumerable_ThenBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mEEC4AA5EA985EF6AC569457ECFF146F85FF86450_gshared)(___source0, ___keySelector1, method);
}
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<TMPro.KerningPair>(System.Collections.Generic.IEnumerable`1<TSource>)
inline List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* Enumerable_ToList_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mFC97D0929571215EB3A369B7DA496181DDC9A574 (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_mBDB9895C2D14F2A92043507996018A329BD32A64_gshared)(___source0, method);
}
// System.Void TMPro.KerningTable/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD36FC6FECCA7288F1C50E1C1C33357CB9CBD141A (U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
inline void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
inline void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline)(__this, method);
}
// TMPro.TMP_FontAsset TMPro.TMP_FontUtilities::SearchForCharacterInternal(TMPro.TMP_FontAsset,System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontUtilities_SearchForCharacterInternal_m8F9509F42C7CA4571E9F442C067F50D03B740DBF (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___font0, uint32_t ___unicode1, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character2, const RuntimeMethod* method) ;
// TMPro.TMP_FontAsset TMPro.TMP_FontUtilities::SearchForCharacterInternal(System.Collections.Generic.List`1<TMPro.TMP_FontAsset>,System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontUtilities_SearchForCharacterInternal_mAD29348D7CEDC8B84347E2C5372D13203E346103 (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___fonts0, uint32_t ___unicode1, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character2, 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.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) ;
// 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.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.Int32 UnityEngine.Object::GetInstanceID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(T)
inline bool List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(T)
inline void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline)(__this, ___item0, 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_FontAssetUtilities::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAssetUtilities__ctor_m8F25AE77B581CFF45180EF5FABBB4688608FDA02 (TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* __this, const RuntimeMethod* 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);
}
// TMPro.TMP_Character TMPro.TMP_FontAssetUtilities::GetCharacterFromFontAsset_Internal(System.UInt32,TMPro.TMP_FontAsset,System.Boolean,TMPro.FontStyles,TMPro.FontWeight,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* TMP_FontAssetUtilities_GetCharacterFromFontAsset_Internal_m1862AE751CC6DA86B4424DA82B27B0C5073A237C (uint32_t ___unicode0, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___sourceFontAsset1, bool ___includeFallbacks2, int32_t ___fontStyle3, int32_t ___fontWeight4, bool* ___isAlternativeTypeface5, const RuntimeMethod* method) ;
// 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) ;
// 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.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.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.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_SpriteCharacter> TMPro.TMP_SpriteAsset::get_spriteCharacterLookupTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED* TMP_SpriteAsset_get_spriteCharacterLookupTable_mA1128B86D4510139DB3712D8886F64C3B2A8D30F (TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_SpriteCharacter>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92 (Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED* __this, uint32_t ___key0, TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED*, uint32_t, TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E**, const RuntimeMethod*))Dictionary_2_TryGetValue_mBBE3855923B29F8A7CDB21CF7DD7FCD84AABEB68_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>::get_Count()
inline int32_t List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_inline (List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>::get_Item(System.Int32)
inline TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3 (List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* (*) (List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// TMPro.TMP_SpriteCharacter TMPro.TMP_FontAssetUtilities::GetSpriteCharacterFromSpriteAsset_Internal(System.UInt32,TMPro.TMP_SpriteAsset,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* TMP_FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_Internal_mA591B4D26EF45A56994E67F285F21A68156EC4D7 (uint32_t ___unicode0, TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset1, bool ___includeFallbacks2, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_GlyphValueRecord::get_xPlacement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_xPlacement_m3BB0AE22AA4B44163AD2BFB438E60E227523D5E7 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphValueRecord::set_xPlacement(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_xPlacement_m12D97CDB7F44213ACBB3C015B5E88147147850A2 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_GlyphValueRecord::get_yPlacement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_yPlacement_m4FC0DDE3029083A45158537122D3BC3391DF2143 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphValueRecord::set_yPlacement(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_yPlacement_m21EE385F1B674F9A575FFE6583A7E9035CFA2C24 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_GlyphValueRecord::get_xAdvance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_xAdvance_mA01138133A0841ADC49C3D0718B2268D9819CE4B (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphValueRecord::set_xAdvance(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_xAdvance_m862DABDFC3FF1C78E6A4C655A6C5631B905370E9 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_GlyphValueRecord::get_yAdvance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_yAdvance_m6F2282B9DF89F62B52A07D36327CC39720225BA3 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphValueRecord::set_yAdvance(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_yAdvance_m5369AC719C39D3B9B79F5FEDC85C109754A4D60E (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, 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_GlyphValueRecord::.ctor(TMPro.GlyphValueRecord_Legacy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord__ctor_m5F96BB76417057AB3AC83120DA921295DBCA9952 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___valueRecord0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphValueRecord::.ctor(UnityEngine.TextCore.LowLevel.GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord__ctor_mFE317398DD11D070520A083E7C0758D7FD862F11 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___valueRecord0, const RuntimeMethod* method) ;
// System.UInt32 TMPro.TMP_GlyphAdjustmentRecord::get_glyphIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphAdjustmentRecord::set_glyphIndex(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphAdjustmentRecord_set_glyphIndex_m3045246D7E256A1DEC17ADE2887BCEB013DF2DBB (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// TMPro.TMP_GlyphValueRecord TMPro.TMP_GlyphAdjustmentRecord::get_glyphValueRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 TMP_GlyphAdjustmentRecord_get_glyphValueRecord_m1368E9CA86E6E76E04901506445319BAEFD6AA56 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphAdjustmentRecord::set_glyphValueRecord(TMPro.TMP_GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphAdjustmentRecord_set_glyphValueRecord_m47A43D4E95C3A89DC17588C3BE7F093517B4EBE9 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___value0, 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) ;
// 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.GlyphValueRecord UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord::get_glyphValueRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E GlyphAdjustmentRecord_get_glyphValueRecord_m83866DCE07A22F903D4BA417476E64114625BDD7 (GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphAdjustmentRecord::.ctor(UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphAdjustmentRecord__ctor_mB6BB797DD594B413042DD5D4FB8D691430FC8F51 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 ___adjustmentRecord0, 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) ;
// 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.Void TMPro.GlyphPairKey::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlyphPairKey__ctor_m59DDEB66E800AABAEF624BCCF1CE091F27F124A2 (GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA* __this, uint32_t ___firstGlyphIndex0, uint32_t ___secondGlyphIndex1, const RuntimeMethod* method) ;
// TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::get_firstAdjustmentRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 TMP_GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m4782831AE89EF77464166E4EB47C251B8483A458 (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::get_secondAdjustmentRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 TMP_GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mF238079D6ADF0E2D6BE59D48758E13C2ED2F2B32 (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, const RuntimeMethod* 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.Void System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>::.ctor()
inline void List_1__ctor_m823A205E35E2FD1B515F547D8923F4B258928E52 (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, 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.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);
}
// System.Void System.Func`2<TMPro.TMP_GlyphPairAdjustmentRecord,System.UInt32>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m19634184DA25A35D4C39B5E8C65662441D69BEDA (Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED*, 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_GlyphPairAdjustmentRecord,System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_OrderBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mF64B759AAB17D55E3692A53931FD3C48C3A31F6D (RuntimeObject* ___source0, Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* ___keySelector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m8750E8B05AFFF69CD9906B0A174F8DA44CDE8298_gshared)(___source0, ___keySelector1, method);
}
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::ThenBy<TMPro.TMP_GlyphPairAdjustmentRecord,System.UInt32>(System.Linq.IOrderedEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_ThenBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mCCA835BE29AFDC02346366E7B286330085A9A849 (RuntimeObject* ___source0, Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* ___keySelector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED*, const RuntimeMethod*))Enumerable_ThenBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mEEC4AA5EA985EF6AC569457ECFF146F85FF86450_gshared)(___source0, ___keySelector1, method);
}
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<TMPro.TMP_GlyphPairAdjustmentRecord>(System.Collections.Generic.IEnumerable`1<TSource>)
inline List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* Enumerable_ToList_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_m2071C1F6F049429AF1A169AB3ED09E6C9353312A (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_mBDB9895C2D14F2A92043507996018A329BD32A64_gshared)(___source0, method);
}
// System.Void TMPro.TMP_FontFeatureTable/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE70BB44A038503EE1979AD30BA141C6792A5160A (U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* __this, 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.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___exists0, const RuntimeMethod* method) ;
// UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::get_currentInputModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* EventSystem_get_currentInputModule_m30559FCECCCE1AAD97D801968B8BD1C483FBF7AC (EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* __this, const RuntimeMethod* method) ;
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::get_input()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* BaseInputModule_get_input_mCB3F78528AA14A7AD7E957870DBB0152B4BF13FB (BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* __this, const RuntimeMethod* method) ;
// UnityEngine.EventSystems.BaseInput TMPro.TMP_InputField::get_inputSystem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.Input::get_compositionString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Input_get_compositionString_mA071FFBF890F501012D2906ADCE49398922AA470 (const RuntimeMethod* method) ;
// System.String TMPro.TMP_InputField::get_compositionString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_get_compositionString_m4332AACD655CF044F84411B3BCE32BF2034AC4CC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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.Void TMPro.TMP_InputField/SubmitEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubmitEvent__ctor_m7D30737EA13979AD78F6D7C46563FD43A32301C8 (SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField/SelectionEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionEvent__ctor_m9EF6D8DB48A30C615541A297E3739B078BA2F8AD (SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField/TextSelectionEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextSelectionEvent__ctor_mB76781548533BA217F1FDD39550335889994027E (TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField/OnChangeEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnChangeEvent__ctor_mA7F876316D0F5198E90ECA7304C6542D63758698 (OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField/TouchScreenKeyboardEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboardEvent__ctor_mA7D12057CDF3115B9B47CFFE817A2D901B90EB37 (TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* __this, 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.Event::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event__ctor_m14342F32F62A39A8B8032286E2DCC07FEF72BFF4 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable__ctor_m340EDFEA07F025166175C3ECB1BD2EEDD81C8638 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SetTextComponentWrapMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetTextComponentWrapMode_m9CF72ADC54A79451A8B35A85FFF2232F1D6A79ED (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Mesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_m5A9AECEDDAFFD84811ED8928012BDE97A9CEBD00 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, const RuntimeMethod* method) ;
// UnityEngine.RuntimePlatform UnityEngine.Application::get_platform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D (const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Boolean>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E (bool* ___currentValue0, bool ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (bool*, bool, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean UnityEngine.TouchScreenKeyboard::get_isSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchScreenKeyboard_get_isSupported_m92B6B1AA9E27823643C6936BDEC7FA5A2DFAD4BF (const RuntimeMethod* method) ;
// System.Boolean UnityEngine.TouchScreenKeyboard::get_active()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchScreenKeyboard_get_active_mB22402FB9E56D3F652DA785F01E504A530FF8775 (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.TouchScreenKeyboard::set_active(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_set_active_m4382D57F87E4C86B59864E86BE93A8A2A474B7C2 (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SetText(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetText_m8D34D265867AA18228AA10E118A2DFE630911BFE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___value0, bool ___sendCallback1, const RuntimeMethod* method) ;
// System.String TMPro.TMP_InputField::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) ;
// System.Void UnityEngine.TouchScreenKeyboard::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_set_text_m0A8AA05F4D9D27E8764955F0041452145B6C6FBB (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::UpdateLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnValueChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnValueChanged_m9138A30966454771476FF25A71ED03DDAF6EC0C7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Single>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9 (float* ___currentValue0, float ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (float*, float, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void TMPro.TMP_InputField::SetCaretActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetCaretActive_mC9858C9E1FE6D8800219C49C52A9FACC1ED5EEC1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Int32>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5 (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void TMPro.TMP_InputField::MarkGeometryAsDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetClass<UnityEngine.RectTransform>(T&,T)
inline bool SetPropertyUtility_SetClass_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m8FF349A51BA6CB8EF80F0E9B8B3D5834A88A36A3 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5** ___currentValue0, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5**, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_Text>(T&,T)
inline bool SetPropertyUtility_SetClass_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m74F4C7FF2923A6C264C956A255CE356A6A76396D (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9** ___currentValue0, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9**, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<UnityEngine.UI.Graphic>(T&,T)
inline bool SetPropertyUtility_SetClass_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mAB2051FBD61BF9675113BCC32BAAD6432849B560 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931** ___currentValue0, Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931**, Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// UnityEngine.UI.Scrollbar/ScrollEvent UnityEngine.UI.Scrollbar::get_onValueChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6* Scrollbar_get_onValueChanged_m14356CECC1A2BA96576EB73279AF2ECF28B26D6A (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* __this, 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 UnityEngine.Events.UnityEvent`1<System.Single>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>)
inline void UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9 (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___call0, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4*, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*, const RuntimeMethod*))UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9_gshared)(__this, ___call0, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<UnityEngine.UI.Scrollbar>(T&,T)
inline bool SetPropertyUtility_SetClass_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mD5A4E6944F889CEEBA2BE46266D2FCEA1ACE7D55 (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3** ___currentValue0, Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3**, Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, 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.Boolean TMPro.TMP_InputField::get_customCaretColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_customCaretColor_m566EC393CFD6206101A2E0BE5AA2BB9D7233CF19 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_Text TMPro.TMP_InputField::get_textComponent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* TMP_InputField_get_textComponent_m85C4BC3F4C18206B3B942F03DB0B953B028EE1CE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetColor(UnityEngine.Color&,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetColor_mD4D642CB7A6724A4AE82B718DB37289B41F3DA9E (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___currentValue0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___newValue1, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/SubmitEvent>(T&,T)
inline bool SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE (SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500** ___currentValue0, SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500**, SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/SelectionEvent>(T&,T)
inline bool SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17 (SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119** ___currentValue0, SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119**, SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/TextSelectionEvent>(T&,T)
inline bool SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352 (TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401** ___currentValue0, TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401**, TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/OnChangeEvent>(T&,T)
inline bool SetPropertyUtility_SetClass_TisOnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_m7FB8CADFB86B26132FCED01ED39525DFAB7ED543 (OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D** ___currentValue0, OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D**, OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/TouchScreenKeyboardEvent>(T&,T)
inline bool SetPropertyUtility_SetClass_TisTouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_m115B3CE6C43B7599E05D8431C3086416DB9BDA27 (TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1** ___currentValue0, TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1**, TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/OnValidateInput>(T&,T)
inline bool SetPropertyUtility_SetClass_TisOnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530_m60761E6747F8E6F3A5BFFFEE2837051B0C9025B3 (OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530** ___currentValue0, OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530**, OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ;
// System.Void UnityEngine.TouchScreenKeyboard::set_characterLimit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_set_characterLimit_mCD8F3BC047EF2515272A689368CF3678A419B854 (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Single System.Math::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_mB1131EAD9E03519D13D246CE96B599561C784957 (float ___val10, float ___val21, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SetGlobalPointSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetGlobalPointSize_m3FFB4ADB49E9D601673A53AEA78839B964D32A81 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___pointSize0, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_FontAsset>(T&,T)
inline bool SetPropertyUtility_SetClass_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_m2E8BF436F1D207D3CC8772F7CB3C183CDD8D6AC3 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160** ___currentValue0, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160**, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void TMPro.TMP_InputField::SetGlobalFontAsset(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetGlobalFontAsset_m4AD28DDE68A928EA340F360105C99A1EBC789201 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/ContentType>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisContentType_tC6315BB238AB8B34EEAC496ECDA3F92692694276_mE2DC73869D92F5413C0666A42DD00524EA873303 (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mD397D40987A2748BFC5336E9E9EC2498DE67B703_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void TMPro.TMP_InputField::EnforceContentType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_EnforceContentType_m4D5F42FD6E04B3B3B541E978C9C603B7696E7AB2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/LineType>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisLineType_t004C9AD8E9A2D86ABDE2F2F55F09446F6E46AF6E_m91D93CE67BD64AE1425E52BEBAA4FF5341AE4589 (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mD397D40987A2748BFC5336E9E9EC2498DE67B703_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void TMPro.TMP_InputField::SetToCustomIfContentTypeIsNot(TMPro.TMP_InputField/ContentType[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetToCustomIfContentTypeIsNot_mB9AC8BE6A15C7DC926F5064C49A0F2199CC6B14D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39* ___allowedContentTypes0, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/InputType>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisInputType_tF2224DC7469AAC22BF653D00F6E29F8739175DA1_m72E5F96E47220BDE77B358B88D488E045A9970A0 (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mD397D40987A2748BFC5336E9E9EC2498DE67B703_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void TMPro.TMP_InputField::SetToCustom()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetToCustom_m798A8846432794AA8687F6020551B512357D2CF0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<UnityEngine.TouchScreenKeyboardType>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisTouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1_mADDF2428FF57C3F2E3384B95509BA30E3939776E (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mD397D40987A2748BFC5336E9E9EC2498DE67B703_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/CharacterValidation>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisCharacterValidation_t14B82768014D219C74BC91657D6B013A0CAFF2B9_mA9590347D829A1550E78A2D64E45E136946662FE (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mD397D40987A2748BFC5336E9E9EC2498DE67B703_gshared)(___currentValue0, ___newValue1, method);
}
// System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputValidator>(T&,T)
inline bool SetPropertyUtility_SetClass_TisTMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98_mED3201623D991051DB2B2A8C5B0830224F5AE4E0 (TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98** ___currentValue0, TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98**, TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98*, const RuntimeMethod*))SetPropertyUtility_SetClass_TisRuntimeObject_mB4584C9C6D502089B844454C557C28016E85C17F_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void TMPro.TMP_InputField::SetToCustom(TMPro.TMP_InputField/CharacterValidation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetToCustom_mB668A3AB0C1900F2B2618DB9C1288C805DD21D58 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___characterValidation0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SetTextComponentRichTextMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetTextComponentRichTextMode_mAA7F99B2DFD5DD46007BF0247B37A8CA008F1947 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/LineType TMPro.TMP_InputField::get_lineType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_lineType_mE221F133A310EB6C93DA24E1F5900E948771D64C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Char>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7AC6B0CAB2727752B3302DCE2C4BE12E999B5BC (Il2CppChar* ___currentValue0, Il2CppChar ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (Il2CppChar*, Il2CppChar, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7AC6B0CAB2727752B3302DCE2C4BE12E999B5BC_gshared)(___currentValue0, ___newValue1, 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.Int32 TMPro.TMP_InputField::get_compositionLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::ClampCaretPos(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ClampCaretPos_m24F8EDB52862BA470A2CD5FD3D2A62AA86A00FC1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t* ___pos0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::ClampStringPos(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ClampStringPos_mCEF1B5B73F19C6FFA1A9411FCA485B7F81C73D05 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t* ___pos0, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::get_stringPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::get_stringSelectPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::get_caretSelectPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_selectionAnchorPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionAnchorPosition_mB6E72D94EFD7C55EAFA8F8AAC30D255935438B06 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_selectionFocusPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionFocusPosition_m862731C1A303D3778E292AB427BC1BEF4407050D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::get_caretPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_caretPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_caretSelectPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_selectionStringAnchorPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionStringAnchorPosition_m60E8DEBD9389373AD410E7E868D3C36CCA202B8E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_selectionStringFocusPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionStringFocusPosition_mB23FDE5288C4F033028320FE4DBDEB096AAB3917 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_stringPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_stringSelectPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_OnEnable_mBE48F9440061AFFCEA53B103F7C7A059AC115FA7 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.UI.ILayoutController>()
inline RuntimeObject* Component_GetComponent_TisILayoutController_tD6B9DA814D1859D5391E51BDD5CDD3192AD5DFA8_m4632B99DD2C9CBC8BF7ECF26C68DE9190DA2CF9F (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// T UnityEngine.Component::GetComponent<UnityEngine.UI.LayoutGroup>()
inline LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* Component_GetComponent_TisLayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE_m1F9456DE15CE473E9CC8A0C861F424A2EF8D1F8B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m0B3B501E1093739F8887A0DAC5F61D9CB49CC337 (const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Void UnityEngine.GameObject::.ctor(System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m721D643351E55308EA4F5F41B67D5446D11C61F0 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___name0, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___components1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___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) ;
// 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) ;
// UnityEngine.Transform UnityEngine.Transform::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m6677538B60246D958DD91F931C50F969CCBB5250 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___p0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Transform::SetAsFirstSibling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetAsFirstSibling_mBE0D0E76099F829466DC2FBD71ACFCF3C8EC03BD (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, 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.GameObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, 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) ;
// 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);
}
// T UnityEngine.GameObject::GetComponent<UnityEngine.CanvasRenderer>()
inline CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* GameObject_GetComponent_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_m352B503784BB68953253ED4AD666B68C6CF05BA9 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
// UnityEngine.Material UnityEngine.UI.Graphic::get_defaultGraphicMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Graphic_get_defaultGraphicMaterial_mD455310666721D67298B8424D0567A45E6A62E9E (const RuntimeMethod* method) ;
// UnityEngine.Texture2D UnityEngine.Texture2D::get_whiteTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Texture2D_get_whiteTexture_m7999084E0B635CF834F8DD2D840FAA71720404DA (const RuntimeMethod* method) ;
// System.Void UnityEngine.CanvasRenderer::SetMaterial(UnityEngine.Material,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasRenderer_SetMaterial_m445BACF01EF1997CBFCBB79AB64E09AF39860196 (CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture1, 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::AssignPositioningIfNeeded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// T[] UnityEngine.Component::GetComponentsInParent<UnityEngine.EventSystems.IScrollHandler>()
inline IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821* Component_GetComponentsInParent_TisIScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_mB7DC50B5B9E75CDC907C040EF0AEC52BBB0451B6 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInParent_TisRuntimeObject_m161F08219ECBE099E346F616990662F0117D4C8E_gshared)(__this, method);
}
// T UnityEngine.Component::GetComponent<UnityEngine.UI.RectMask2D>()
inline RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* Component_GetComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m6D14E9D9ED30494BDFDA9210DE8FC7869AAD48E2 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// System.Void TMPro.TMP_InputField::UpdateMaskRegions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateMaskRegions_mD22E32D41A5E6EDAC8A7547194CA34A4DE918343 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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.UI.Graphic::RegisterDirtyVerticesCallback(UnityEngine.Events.UnityAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphic_RegisterDirtyVerticesCallback_m46034B2100B5D28BDBCCB34C1283B1B9B2DB9A9E (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* __this, UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___action0, const RuntimeMethod* method) ;
// System.Void System.Action`1<UnityEngine.Object>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m95478636F075134CA2998E22B214611472600983 (Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void TMPro.FastAction`1<UnityEngine.Object>::Add(System.Action`1<A>)
inline void FastAction_1_Add_m368726E3508DB2176C4F87A79C0C0CC4816176D6 (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* __this, Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A* ___rhs0, const RuntimeMethod* method)
{
(( void (*) (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005*, Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A*, const RuntimeMethod*))FastAction_1_Add_mAFBAB8BEFC425D727FF303611342E6D1E6E82D86_gshared)(__this, ___rhs0, method);
}
// System.Void TMPro.TMP_InputField::DeactivateInputField(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_DeactivateInputField_m1C829676E9DC0D3E5DAE85D1869D26FBF748184D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___clearSelection0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Graphic::UnregisterDirtyVerticesCallback(UnityEngine.Events.UnityAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphic_UnregisterDirtyVerticesCallback_mA36A388BF7DDB2D71596D6F13CEFCA79B4199B5C (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* __this, UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___action0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.CanvasUpdateRegistry::UnRegisterCanvasElementForRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_UnRegisterCanvasElementForRebuild_m21B2CE157D558E293476DAE762D59B5F491B8588 (RuntimeObject* ___element0, const RuntimeMethod* method) ;
// System.Void UnityEngine.CanvasRenderer::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasRenderer_Clear_m496D522F1DBD1037417E470CF2D4D9FD22F68E81 (CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m8249CABCDF344BE3A67EE765122EBB415DC2BC57 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`1<UnityEngine.Object>::Remove(System.Action`1<A>)
inline void FastAction_1_Remove_mB29130AC90F5F8967CD89587717469E44E4D186F (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* __this, Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A* ___rhs0, const RuntimeMethod* method)
{
(( void (*) (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005*, Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A*, const RuntimeMethod*))FastAction_1_Remove_m0C649E2173AA0370C08417DCFD89B7304F28BC0C_gshared)(__this, ___rhs0, method);
}
// System.Void UnityEngine.UI.Selectable::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_OnDisable_m293DB718E1101FC77E655E4A2C4F2DE1DBD4663C (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::GetCaretPositionFromStringIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___stringIndex0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::UpdateScrollbar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateScrollbar_m61D071BE0C6F2D5C8FD3F75AF4B6A256685429C9 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField/<CaretBlink>d__276::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCaretBlinkU3Ed__276__ctor_m04194456FB3C1DBD716CFA59EDDE760D986AAE94 (U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Single UnityEngine.Time::get_unscaledTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledTime_m99A3C76AB74B5278B44A5E8B3498E51ABBF793CA (const RuntimeMethod* method) ;
// System.Collections.IEnumerator TMPro.TMP_InputField::CaretBlink()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TMP_InputField_CaretBlink_m280BE5F4289F6C4ABA767D15C147E39DA6B54AD5 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, 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_InputField::SelectAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SelectAll_mC66107E00F20D1E401A04108D2A9136559AD23F7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::GetStringIndexFromCaretPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___caretPosition0, const RuntimeMethod* method) ;
// System.String UnityEngine.GUIUtility::get_systemCopyBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIUtility_get_systemCopyBuffer_m4D67E4AE2EC68C8D3A62CD6DCBF79528C56112EE (const RuntimeMethod* method) ;
// System.Void UnityEngine.GUIUtility::set_systemCopyBuffer(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_systemCopyBuffer_m3C8F2ECFF3D48746F5E0F8D0376B2DEC4F7C9511 (String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_InputField::get_shouldHideSoftKeyboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_shouldHideSoftKeyboard_m08F3F6AB9DC9A89029B6A41E26F42B7222535790 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_InputField::get_shouldHideMobileInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_shouldHideMobileInput_mB40438A3E4172E95CE11F03FD2484E954CDB1F1B (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.RangeInt UnityEngine.TouchScreenKeyboard::get_selection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 TouchScreenKeyboard_get_selection_m1D44C9A8D4EA91F61706F048ED318E537DC46AB2 (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RangeInt::get_end()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RangeInt_get_end_m5835FBEB410CB8AC0928AEFD95728A9AD57F6C63 (RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_InputField::get_isFocused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::ActivateInputFieldInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ActivateInputFieldInternal_m95B34ECC08F02FF048EFC2272CE07648657627BC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::get_currentSelectedGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* EventSystem_get_currentSelectedGameObject_mD606FFACF3E72755298A523CBB709535CF08C98A (EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::ReleaseSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ReleaseSelection_mC70F802822362452CFDD9FE095F5147E6BB5020F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::GetComponent<TMPro.TMP_InputField>()
inline TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* GameObject_GetComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m6CA031C91E5D203C24D3315721B6E3910B9C8729 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
// UnityEngine.EventType UnityEngine.Event::get_rawType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_rawType_mD7CD874F3C8DFD4DFB6237E79A7C3A484B33CE56 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Event::get_button()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_button_m57F81B5CCB26866E776D0EBD1250C708A3565C08 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_InputField::InPlaceEditing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_InputField::isKeyboardUsingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_isKeyboardUsingEvents_mE8A5552B89353CF45DBC4206F55ED41EB7C0F273 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.TouchScreenKeyboard/Status UnityEngine.TouchScreenKeyboard::get_status()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504 (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.TouchScreenKeyboard::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TouchScreenKeyboard_get_text_m74593E81B017446204A9DB1F7359922A2C005B1E (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_text_m684E9CDA2D9E82D1C497B5E03DBE79C00584FF62 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendTouchScreenKeyboardStatusChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendTouchScreenKeyboardStatusChanged_mF0F1E86DFF3023EA6167004879DAE86E1D2C3AEB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* 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) ;
// 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) ;
// TMPro.TMP_InputField/OnValidateInput TMPro.TMP_InputField::get_onValidateInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* TMP_InputField_get_onValidateInput_mF293BE6DE7AAA1F8E37E20B73418A639A8963A7D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Char TMPro.TMP_InputField/OnValidateInput::Invoke(System.String,System.Int32,System.Char)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar OnValidateInput_Invoke_m1CDDA220BF2691F42200A098F57AE10FDE383E49_inline (OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* __this, String_t* ___text0, int32_t ___charIndex1, Il2CppChar ___addedChar2, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/CharacterValidation TMPro.TMP_InputField::get_characterValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Char TMPro.TMP_InputField::Validate(System.String,System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_InputField_Validate_m76212763DA49DFD7C152C65F8AF6CC056EE69979 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___text0, int32_t ___pos1, Il2CppChar ___ch2, 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.Int32 TMPro.TMP_InputField::get_characterLimit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::UpdateStringPositionFromKeyboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateStringPositionFromKeyboard_mED93ADC3A6B158262ECFB07CD6B21EC39B99022E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnValueChangedAndUpdateLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::get_button()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PointerEventData_get_button_mA8CBDAF2E16927E6952BC60040D56630BCC95B0B_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_InputField::MayDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_MayDrag_mB0F0807D39BED3B80A5EF8F757E8956D5869ED1F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_position()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) ;
// UnityEngine.Camera UnityEngine.EventSystems.PointerEventData::get_pressEventCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3 (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_TextUtilities::GetCursorIndexFromPosition(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera,TMPro.CaretPosition&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_GetCursorIndexFromPosition_m78C616E04242EB0716FF3DD0B955C9542D388E23 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position1, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera2, int32_t* ___cursor3, const RuntimeMethod* method) ;
// UnityEngine.RectTransform TMPro.TMP_InputField::get_textViewport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* TMP_InputField_get_textViewport_m51E9CFB11A78199484D2BC2750F19DB7D2A26763 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.RectTransformUtility::RectangleContainsScreenPoint(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectTransformUtility_RectangleContainsScreenPoint_mAD33D83F019F2E0C4BCE2D743175A042A233616A (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___rect0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPoint1, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___cam2, const RuntimeMethod* method) ;
// System.Collections.IEnumerator TMPro.TMP_InputField::MouseDragOutsideRect(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TMP_InputField_MouseDragOutsideRect_m19E6E5421BFCC996DC30FD6FCD07EF890931FB44 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField/<MouseDragOutsideRect>d__294::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMouseDragOutsideRectU3Ed__294__ctor_mC97D27357520CBB200DD3254DEF53DF620ACB6B6 (U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Void UnityEngine.EventSystems.EventSystem::SetSelectedGameObject(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_SetSelectedGameObject_m9675415B7B3FE13B35E2CCB220F0C8AF04ECA173 (EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___selected0, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___pointer1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::OnPointerDown(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_OnPointerDown_m4425D3C7641AAD2430A7E666F35047E2F3B623D3 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Event::PopEvent(UnityEngine.Event)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_PopEvent_m357847F16B2710FE002B9022359606BB9CDD40C2 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___outEvent0, const RuntimeMethod* method) ;
// UnityEngine.EventModifiers UnityEngine.Event::get_modifiers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_modifiers_mD55E7CF06EB720434F0F174EA569B2A29792D39B (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_TextUtilities::FindIntersectingWord(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingWord_m1442DFD5AAE1FF0EE5054262A34E4D31B1E56879 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___text0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position1, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera2, const RuntimeMethod* method) ;
// UnityEngine.OperatingSystemFamily UnityEngine.SystemInfo::get_operatingSystemFamily()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_operatingSystemFamily_mDE6CCAF0171C5ACF6944CDA947F93107B8CF1B03 (const RuntimeMethod* method) ;
// UnityEngine.KeyCode UnityEngine.Event::get_keyCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_keyCode_mADBB236A741F96D86E4A536E15FFECFD4C367B64 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::Backspace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Backspace_m1962DCE85EA39B861EF3E9E147A63C8CFE58A917 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::DeleteKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_DeleteKey_m3EE34B2EE784E0F8833BCEA668B590D8C838BDCC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveToStartOfLine(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveToStartOfLine_mC73D470B797643AC87FCFCC778D43DD945B18252 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveToEndOfLine(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveToEndOfLine_m42BC00BF1E1A82E956220244E72E577C667297D8 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/InputType TMPro.TMP_InputField::get_inputType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_inputType_m93A6CC8FF76412F46471D91952323CE4C63B7D34 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.String TMPro.TMP_InputField::GetSelectedString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_GetSelectedString_m4BF128EBC96DAB95E95CD9F292A1EB99AD1238C6 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_clipboard(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_clipboard_m93C532958BC5FEBA6E00E1F53D7F08CC12D63912 (String_t* ___value0, const RuntimeMethod* method) ;
// System.String TMPro.TMP_InputField::get_clipboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_get_clipboard_m00D07780D8DE9C8508834C8DAAC2D1BFB639EFE2 (const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::Delete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Delete_mD817C69CFF25B762DF673A1FD31DAF0E2F761784 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::UpdateTouchKeyboardFromEditChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveLeft(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveLeft_m787CBD78E57FDD7DC28A10CA1624EA4118157898 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveRight(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveRight_m8831525A4FF9E75CA86BD5E4BAC9351EF640D497 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveUp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveUp_m0A8E579FDBE203C29D7AF1B4225C9A64498DE5A9 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveDown(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveDown_mB8F65AD03355C867F63BAB0021C93B75F534CCBE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MovePageUp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageUp_mA945CEDD104AAC4B417B1AC6D95FC75798ED3040 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MovePageDown(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageDown_mE32EFCBEB2A1D230D3C6C8B27357C454F4AD5EC2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method) ;
// System.Char UnityEngine.Event::get_character()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Event_get_character_m8F7A92E90EF65B9379C01432B42D6BF818C32A61 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_InputField::get_multiLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/EditState TMPro.TMP_InputField::KeyPressed(UnityEngine.Event)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_KeyPressed_m1C528E6E9E2FB05DFA8CA61F880DEE24C2C304F6 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___evt0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnSubmit_m3993BECBCAB4632CD5C564C0BC38486FC2320D14 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.Event::get_commandName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Event_get_commandName_m14F2015FA5A9050C3C42AF1BD9D0E85D4FF78C24 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __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) ;
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_scrollDelta()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_scrollDelta_m38C419C3E84811D17D1A42973AF7B3A457B316EA_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_InputField::GetScrollPositionRelativeToViewport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_GetScrollPositionRelativeToViewport_mE320B683741E2E7403D1F2ADCD65F44B68FA4158 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* 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 TMPro.TMP_InputField::AdjustTextPositionRelativeToViewport(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_AdjustTextPositionRelativeToViewport_m7EC3FED9FB3F4F5450E60552FE36F0D79E48592C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___relativePosition0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Scrollbar::set_value(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scrollbar_set_value_m8F7815DB02D4A69B33B091FC5F674609F070D804 (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.RectTransform TMPro.TMP_Text::get_rectTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __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) ;
// System.Boolean TMPro.TMP_InputField::get_hasSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOfAny(System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AE18DB3B14A0D05EF4A2D3403D4DC1930A199F3 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::FindNextWordBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_FindNextWordBegin_m1207B66382CCC488015CD5EB2E017C20E20A6AF2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsHighSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m8842F5E950FC9EAE3B20556630C2AA5CA9FEB6D4 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mE627BF79C35A4C2C4CE3D973AB30B963F230F361 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* 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.Int32 TMPro.TMP_InputField::FindPrevWordBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_FindPrevWordBegin_mD8DA9061047B673CDB67C2F762A14C1514CFEC17 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLowSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m9B21C320DB62482E16DA5952B93E5EDEA269AD62 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveDown(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveDown_m96FE2822D035DFBE82474737DEE8DED622AAD868 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToLastChar1, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::LineDownCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_LineDownCharacterPosition_m0A95990F452ECFB15A5BF8C12D8E92592CF3B2CD (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToLastChar1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MoveUp(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveUp_m79291882C851A7AEC3945EB8479D31984941F8DB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToFirstChar1, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::LineUpCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_LineUpCharacterPosition_m6FAA53F203CF66F87F62F985E830CB769A169F16 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToFirstChar1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::MovePageUp(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageUp_m1B01B4C15C5D556CED7B34E7F55149E1DA35ECF1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToFirstChar1, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::PageUpCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_PageUpCharacterPosition_m68C124FCEE737E9CB486D5218A2B5804D407BD0A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToFirstChar1, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Transform::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// UnityEngine.Bounds TMPro.TMP_Text::get_textBounds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 TMP_Text_get_textBounds_m0D3E180B72130830D1C16BC7E5097AF2958E2740 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Bounds::get_max()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_max_m6446F2AB97C1E57CA89467B9DE52D4EB61F1CB09 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, 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) ;
// 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) ;
// 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 TMPro.TMP_InputField::MovePageDown(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageDown_m80AEFB5ACD656505A347F13FAEFB55EA62F0EC86 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToLastChar1, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::PageDownCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_PageDownCharacterPosition_mD00879F9AD1E5315C8896D8CB421FAB93045F818 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToLastChar1, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Bounds::get_min()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.String System.String::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::get_selectionFocusPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_selectionFocusPosition_m64C9DB19CDB18E29B7CB02DCC84B5F05ACDB473E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_InputField::get_selectionAnchorPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_selectionAnchorPosition_mAAD925C368B16EFE972C11F551A1D9DCB93B0B93 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::Insert(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Insert_mD8773951E82B4743AF137BE4EDA14915EC704907 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.String System.String::Insert(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/OnChangeEvent TMPro.TMP_InputField::get_onValueChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* TMP_InputField_get_onValueChanged_m407B5F5BFD1F4B04032F6B90B06F5072F5993407 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.String>::Invoke(T0)
inline void UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15 (UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257* __this, String_t* ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257*, String_t*, const RuntimeMethod*))UnityEvent_1_Invoke_m6CDC8B0639CE8935E2E13D10B2C8E500968130B6_gshared)(__this, ___arg00, method);
}
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::get_onEndEdit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* TMP_InputField_get_onEndEdit_m0CE9718C71A834CC279430E20DC7FF4F42114FD3 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::get_onSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::get_onSelect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* TMP_InputField_get_onSelect_m6762226148A4B3265EE5FD70ED894BBE8DE86AF0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::get_onDeselect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* TMP_InputField_get_onDeselect_mC9429495032728AEE8FCB818D61EDFB5DC7F9B0A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::get_onTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* TMP_InputField_get_onTextSelection_mEBA14AF8E2BAF100DE885B78385F510A8E978A33 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::Invoke(T0,T1,T2)
inline void UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6 (UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD* __this, String_t* ___arg00, int32_t ___arg11, int32_t ___arg22, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD*, String_t*, int32_t, int32_t, const RuntimeMethod*))UnityEvent_3_Invoke_m50868D681E7B0FAE1AA2516EF4DA7DB16CBD9DA9_gshared)(__this, ___arg00, ___arg11, ___arg22, method);
}
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::get_onEndTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* TMP_InputField_get_onEndTextSelection_mB01ED58A536B3DCC323A974C27C50337EAC7CAD5 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/TouchScreenKeyboardEvent TMPro.TMP_InputField::get_onTouchScreenKeyboardStatusChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* TMP_InputField_get_onTouchScreenKeyboardStatusChanged_mF14075CDC1B4C99F300FCAD70350CDF144CB4818 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.TouchScreenKeyboard/Status>::Invoke(T0)
inline void UnityEvent_1_Invoke_m9607E0E883B2FD3379DEAFA17740ACBFB0A99412 (UnityEvent_1_t85E993D7FA05D159800BE750A9F55526111C22AB* __this, int32_t ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_t85E993D7FA05D159800BE750A9F55526111C22AB*, int32_t, const RuntimeMethod*))UnityEvent_1_Invoke_mB03FAFB4EA9BB010481D103709FB149F26D2D1D0_gshared)(__this, ___arg00, 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.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, 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 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) ;
// System.Char TMPro.TMP_InputField::get_asteriskChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_InputField_get_asteriskChar_m3D3F22537749D339A3DB36BE6C56015D0B06A38E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B (String_t* __this, Il2CppChar ___c0, int32_t ___count1, 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 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.TMP_InputField::SetCaretVisible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetCaretVisible_m1D8A496EA7137B9CCEFD1785B1D5BFA3A3325194 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.LayoutRebuilder::MarkLayoutForRebuild(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutRebuilder_MarkLayoutForRebuild_mDCEDDC15B627D68B3516499253AC593EF7C1D56D (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___rect0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Scrollbar::set_size(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scrollbar_set_size_m5376982465D6013425FAB0CA8EFC620C3E1458FB (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* __this, float ___value0, const RuntimeMethod* method) ;
// TMPro.VerticalAlignmentOptions TMPro.TMP_Text::get_verticalAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Text_get_verticalAlignment_m83109ED3E925A505F5E9E9142B07829A56CCB54A (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
// UnityEngine.Bounds TMPro.TMP_Text::get_bounds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 TMP_Text_get_bounds_mAEE407DE6CA2E1D1180868C03A3F0A3B6E455189 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Bounds::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __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 TMPro.TMP_InputField::UpdateGeometry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateGeometry_m44637D3DF51E919CE2F702A61B49A2F4FEFCEAFB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.Mesh TMPro.TMP_InputField::get_mesh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* TMP_InputField_get_mesh_m200F4FCC0738B54A3DFED98FF430660DB52E3E00 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::OnFillVBO(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnFillVBO_m4F9AEEB359EABEA669C3E3587ECF4B1262067E6A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___vbo0, const RuntimeMethod* method) ;
// System.Void UnityEngine.CanvasRenderer::SetMesh(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasRenderer_SetMesh_m1DF21BBC31233AC324BC08331BB542C619DC7543 (CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___mesh0, 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) ;
// System.Boolean UnityEngine.Vector3::op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_m6A7FB1C9E9DE194708997BFA24C6E238D92D908E_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lhs0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rhs1, const RuntimeMethod* method) ;
// UnityEngine.Quaternion UnityEngine.Transform::get_localRotation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Quaternion::op_Inequality(UnityEngine.Quaternion,UnityEngine.Quaternion)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Quaternion_op_Inequality_mC1922F160B14F6F404E46FFCC10B282D913BE354_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___lhs0, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___rhs1, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Transform::get_localScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* 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) ;
// System.Boolean UnityEngine.Vector2::op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, 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_sizeDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB (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 UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value0, const RuntimeMethod* 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) ;
// 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) ;
// 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 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) ;
// System.Void UnityEngine.UI.VertexHelper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper__ctor_mE8DE438637116EA7AF8180E10E7641FD00DB64A5 (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.VertexHelper::FillMesh(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_FillMesh_m524F00287F0A0C7683E2CC7768A77B5755544A0E (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___mesh0, 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.TMP_InputField::GenerateCaret(UnityEngine.UI.VertexHelper,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_GenerateCaret_m6020296CC782C426A13349E6B8885C029DBEBB72 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___vbo0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___roundingOffset1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnEndTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnEndTextSelection_m5142CBC7340FC8E2B0457DDD1F257C1A19DE01D0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::GenerateHightlight(UnityEngine.UI.VertexHelper,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_GenerateHightlight_m6B8F6ECF6369850A6B87D68E75A639021F463B8F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___vbo0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___roundingOffset1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnTextSelection_m301880AB4201417DFE7FEB6CC22A323DF0935ADC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.Canvas UnityEngine.UI.Graphic::get_canvas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* Graphic_get_canvas_mEA2161DF3BD736541DE41F9B814C4860FEB76419 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::CreateCursorVerts()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_CreateCursorVerts_mAD2D8B4DD0331646AA852C4BFF7595CC76D27836 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RangeInt::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeInt__ctor_m3CB91E79C7B5AED97E564581025B2F66778B7CBE (RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void UnityEngine.TouchScreenKeyboard::set_selection(UnityEngine.RangeInt)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_set_selection_mC27C2948118086822A151118C379FAAF692DB2DF (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* __this, RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::AdjustRectTransformRelativeToViewport(UnityEngine.Vector2,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_AdjustRectTransformRelativeToViewport_m58C2AAE39A4A6EE2309BAACBDFBAA22A885CF479 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___startPosition0, float ___height1, bool ___isCharVisible2, const RuntimeMethod* method) ;
// System.Single UnityEngine.Canvas::get_scaleFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Canvas_get_scaleFactor_m6B8D694A68376EE5E13D9B0B0F037E2E90C99921 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) ;
// UnityEngine.Color TMPro.TMP_InputField::get_caretColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F TMP_InputField_get_caretColor_m9733E1CB5CAD3CCFA9C32343D12F0095BA6DC76F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.VertexHelper::AddUIVertexQuad(UnityEngine.UIVertex[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_AddUIVertexQuad_m6AC21081F2A5A48D22BC3497E527D0A9AB8278B0 (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___verts0, const RuntimeMethod* method) ;
// UnityEngine.RenderMode UnityEngine.Canvas::get_renderMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_renderMode_m1BEF259548C6CAD27E4466F31D20752D246688CC (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, const RuntimeMethod* method) ;
// UnityEngine.Camera UnityEngine.Canvas::get_worldCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Canvas_get_worldCamera_mD2FDE13B61A5213F4E64B40008EB0A8D2D07B853 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, const RuntimeMethod* method) ;
// UnityEngine.Camera UnityEngine.Camera::get_current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Camera_get_current_m6D76274A65CF75DD2AE6CAC2A1DDADB39C184C66 (const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_TransformPoint_m05BFF013DB830D7BFE44A007703694AE1062EE44 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position0, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransformUtility::WorldToScreenPoint(UnityEngine.Camera,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransformUtility_WorldToScreenPoint_m5629068CE7C8D2E654F8F529E89DC5802F3452BB (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___cam0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPoint1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m624DD2D53F34087064E3B9D09AC2207DB4E86CA8 (const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m6162D8136CFE97A5A8BD3B764F9074DB96AA5CD0_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) ;
// UnityEngine.Color TMPro.TMP_InputField::get_selectionColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F TMP_InputField_get_selectionColor_m99D5B9FBC11FEAA170C113FB238120A73429F5BB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UI.VertexHelper::get_currentVertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VertexHelper_get_currentVertCount_m45BFEBD6FCB7DF3BF9F76946D6002BDC58B173A4 (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.VertexHelper::AddVert(UnityEngine.UIVertex)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_AddVert_mB65D778E8E3C6916CDFF5382208890882C3031BA (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 ___v0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.VertexHelper::AddTriangle(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_AddTriangle_mBA2504734E550C672A33168BE119D76D92C788A4 (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, int32_t ___idx00, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* 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) ;
// System.Single UnityEngine.Rect::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D (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) ;
// System.Boolean UnityEngine.Behaviour::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1 (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, const RuntimeMethod* method) ;
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB (const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* Thread_get_CurrentCulture_mD011FDBB62CA34E83A1D1916628826ADAC85E7A6 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
// System.Char System.Convert::ToChar(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mF72D47BC87DE73EFF5A7F04046BFAF064FEB0100 (String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___value0, 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.Boolean System.Char::IsLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLower(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLower_m30A84A53658D6250257BFD99051D4931916D5D91 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Char System.Char::ToUpper(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m3753B9BCD4A82C8B5D86D39D9B1B2D638B0AFE84 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsUpper(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsUpper_m857948FB8687710EC3EAB889A4908E00E4F48BDA (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Char System.Char::ToLower(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m643675C4A50AD39A7BE3F5C3F40A1BFD547FF957 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m967E98137B140DFD845C5E1699D1BC8EF08CC76C (String_t* ___input0, String_t* ___pattern1, 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) ;
// System.Void UnityEngine.TouchScreenKeyboard::set_hideInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_set_hideInput_m705D3D8A9B80346B7BDA63CF5C7F00D5249B8AEF (bool ___value0, const RuntimeMethod* method) ;
// UnityEngine.TouchScreenKeyboardType TMPro.TMP_InputField::get_keyboardType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_keyboardType_m8B616A743B2FAB03C6263F1582171BB390F94F8B (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// UnityEngine.TouchScreenKeyboard UnityEngine.TouchScreenKeyboard::Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* TouchScreenKeyboard_Open_mBBA9483C2F0E0AA0DF9BB13EE43697A1A23E10F5 (String_t* ___text0, int32_t ___keyboardType1, bool ___autocorrection2, bool ___multiline3, bool ___secure4, bool ___alert5, String_t* ___textPlaceholder6, int32_t ___characterLimit7, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::OnFocus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnFocus_mBDC52EE4DF24C43E6C4C272B09FDAE6F7CB5970F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.TouchScreenKeyboard::get_isInPlaceEditingAllowed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchScreenKeyboard_get_isInPlaceEditingAllowed_m50508245FF28310EA21DF21848FD3C2948801917 (const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::OnSelect(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_OnSelect_m50BA6D8F185CEA3211F9DEFE68AB6439AF685242 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnFocus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnFocus_m306B75E91484337E9A090AB1A45D971133ACF7C8 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::ActivateInputField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ActivateInputField_m9471012A606F201DF838539F5400D072A827914F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnEndEdit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnEndEdit_mBE399B126786848BC400A04B165A6C9BD6757CD1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::OnDeselect(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_OnDeselect_m43A2F451FC100ACAFA88D67331CD4537994B8262 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::SendOnFocusLost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnFocusLost_m0BC85C3C362617A4E81F9E9360207EFC0D2882FF (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
// TMPro.TMP_InputField/ContentType TMPro.TMP_InputField::get_contentType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_contentType_m32EEDFC275E9CB6C759A4F117EBAA40336B9030D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, 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_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_InputField::set_contentType(TMPro.TMP_InputField/ContentType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_contentType_mB9BCF78B6868FBB3CDE671DDF008E3716D3ADC91 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::DoStateTransition(UnityEngine.UI.Selectable/SelectionState,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_DoStateTransition_mE74A03CC2A2DBCA9C07559B168FA6A77FFE57942 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, int32_t ___state0, bool ___instant1, const RuntimeMethod* method) ;
// UnityEngine.RectOffset UnityEngine.UI.LayoutGroup::get_padding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5* LayoutGroup_get_padding_m91ABA3C588704717EDC82E72BA6D1B82711FE83C (LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectOffset::get_horizontal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_horizontal_m5C1795C027E4987A8532DC27D88FB3B9FFEC1352 (RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_offsetMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_offsetMin_mD02BE5256DADAF02CEEF99214C4E80478CD5287B (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_offsetMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_offsetMax_m6A51C62A2C69780EFD879D3CFE4EE2CBF4AD3D73 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectOffset::get_vertical()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_vertical_m43E46D9F313BB617044184A65350E6498A0709F0 (RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5* __this, 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) ;
// System.Void TMPro.TMP_Text::set_font(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_font_mC55E4A8C1C09595031384B35F2C2FB2FC3479E83 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___value0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF (RuntimeArray* ___array0, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___fldHandle1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Equality_m15951D1B53E3BE36C9D265E229090020FBD72EBB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lhs0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rhs1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Quaternion::op_Equality(UnityEngine.Quaternion,UnityEngine.Quaternion)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Quaternion_op_Equality_m3DF1D708D3A0AFB11EACF42A9C068EF6DC508FBB_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___lhs0, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___rhs1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, 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.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 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) ;
// System.Single UnityEngine.Quaternion::Dot(UnityEngine.Quaternion,UnityEngine.Quaternion)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Quaternion_Dot_m4A80D03D7B7DEC054E2175E53D072675649C6713_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___a0, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___b1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Quaternion::IsEqualUsingDot(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Quaternion_IsEqualUsingDot_m5C6AC5F5C56B27C25DDF612BEEF40F28CA44CA31_inline (float ___dot0, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TMPro.TMP_FontAsset/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m030E18D3E762DD9AF27ECEDF83A40ACF1036C279 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* L_0 = (U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7*)il2cpp_codegen_object_new(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mFF3DD36E78B4295FBBC0AEA2BC2B5D1C50E3FDC4(L_0, NULL);
((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void TMPro.TMP_FontAsset/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mFF3DD36E78B4295FBBC0AEA2BC2B5D1C50E3FDC4 (U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.UInt32 TMPro.TMP_FontAsset/<>c::<SortCharacterTable>b__124_0(TMPro.TMP_Character)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CU3Ec_U3CSortCharacterTableU3Eb__124_0_m6AEE1B8840F16BB5E083850B57EAF42151BC2781 (U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* __this, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___c0, const RuntimeMethod* method)
{
{
// m_CharacterTable = m_CharacterTable.OrderBy(c => c.unicode).ToList();
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_0 = ___c0;
NullCheck(L_0);
uint32_t L_1;
L_1 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_0, NULL);
return L_1;
}
}
// System.UInt32 TMPro.TMP_FontAsset/<>c::<SortGlyphTable>b__125_0(UnityEngine.TextCore.Glyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CU3Ec_U3CSortGlyphTableU3Eb__125_0_m19A43542E1087AC697E12E01BCD19D210B3C7E51 (U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* __this, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___c0, const RuntimeMethod* method)
{
{
// m_GlyphTable = m_GlyphTable.OrderBy(c => c.index).ToList();
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_0 = ___c0;
NullCheck(L_0);
uint32_t L_1;
L_1 = Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B(L_0, NULL);
return L_1;
}
}
#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.FaceInfo_Legacy::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_Legacy__ctor_mCDDCBA8EA56302A85281073F59AF8CF669DB5260 (FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__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
// TMPro.TMP_Glyph TMPro.TMP_Glyph::Clone(TMPro.TMP_Glyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* TMP_Glyph_Clone_m4E28AEB110CBF5731A1599A620EE46E2C6045923 (TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* V_0 = NULL;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* V_1 = NULL;
{
// TMP_Glyph copy = new TMP_Glyph();
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_0 = (TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310*)il2cpp_codegen_object_new(TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310_il2cpp_TypeInfo_var);
NullCheck(L_0);
TMP_Glyph__ctor_mEAE3F4DA2D1BDC556A578BAAA15BD354183AE2A8(L_0, NULL);
V_0 = L_0;
// copy.id = source.id;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_1 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_2 = ___source0;
NullCheck(L_2);
int32_t L_3 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_2)->___id_0;
NullCheck(L_1);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_1)->___id_0 = L_3;
// copy.x = source.x;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_4 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_5 = ___source0;
NullCheck(L_5);
float L_6 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_5)->___x_1;
NullCheck(L_4);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_4)->___x_1 = L_6;
// copy.y = source.y;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_7 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_8 = ___source0;
NullCheck(L_8);
float L_9 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_8)->___y_2;
NullCheck(L_7);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_7)->___y_2 = L_9;
// copy.width = source.width;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_10 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_11 = ___source0;
NullCheck(L_11);
float L_12 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_11)->___width_3;
NullCheck(L_10);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_10)->___width_3 = L_12;
// copy.height = source.height;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_13 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_14 = ___source0;
NullCheck(L_14);
float L_15 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_14)->___height_4;
NullCheck(L_13);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_13)->___height_4 = L_15;
// copy.xOffset = source.xOffset;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_16 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_17 = ___source0;
NullCheck(L_17);
float L_18 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_17)->___xOffset_5;
NullCheck(L_16);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_16)->___xOffset_5 = L_18;
// copy.yOffset = source.yOffset;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_19 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_20 = ___source0;
NullCheck(L_20);
float L_21 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_20)->___yOffset_6;
NullCheck(L_19);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_19)->___yOffset_6 = L_21;
// copy.xAdvance = source.xAdvance;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_22 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_23 = ___source0;
NullCheck(L_23);
float L_24 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_23)->___xAdvance_7;
NullCheck(L_22);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_22)->___xAdvance_7 = L_24;
// copy.scale = source.scale;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_25 = V_0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_26 = ___source0;
NullCheck(L_26);
float L_27 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_26)->___scale_8;
NullCheck(L_25);
((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_25)->___scale_8 = L_27;
// return copy;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_28 = V_0;
V_1 = L_28;
goto IL_0077;
}
IL_0077:
{
// }
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_29 = V_1;
return L_29;
}
}
// System.Void TMPro.TMP_Glyph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Glyph__ctor_mEAE3F4DA2D1BDC556A578BAAA15BD354183AE2A8 (TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* __this, const RuntimeMethod* method)
{
{
TMP_TextElement_Legacy__ctor_m662C0DC5276E1A91D27923DA266C23D825949787(__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
// Conversion methods for marshalling of: TMPro.FontAssetCreationSettings
IL2CPP_EXTERN_C void FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshal_pinvoke(const FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF& unmarshaled, FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_pinvoke& marshaled)
{
marshaled.___sourceFontFileName_0 = il2cpp_codegen_marshal_string(unmarshaled.___sourceFontFileName_0);
marshaled.___sourceFontFileGUID_1 = il2cpp_codegen_marshal_string(unmarshaled.___sourceFontFileGUID_1);
marshaled.___pointSizeSamplingMode_2 = unmarshaled.___pointSizeSamplingMode_2;
marshaled.___pointSize_3 = unmarshaled.___pointSize_3;
marshaled.___padding_4 = unmarshaled.___padding_4;
marshaled.___packingMode_5 = unmarshaled.___packingMode_5;
marshaled.___atlasWidth_6 = unmarshaled.___atlasWidth_6;
marshaled.___atlasHeight_7 = unmarshaled.___atlasHeight_7;
marshaled.___characterSetSelectionMode_8 = unmarshaled.___characterSetSelectionMode_8;
marshaled.___characterSequence_9 = il2cpp_codegen_marshal_string(unmarshaled.___characterSequence_9);
marshaled.___referencedFontAssetGUID_10 = il2cpp_codegen_marshal_string(unmarshaled.___referencedFontAssetGUID_10);
marshaled.___referencedTextAssetGUID_11 = il2cpp_codegen_marshal_string(unmarshaled.___referencedTextAssetGUID_11);
marshaled.___fontStyle_12 = unmarshaled.___fontStyle_12;
marshaled.___fontStyleModifier_13 = unmarshaled.___fontStyleModifier_13;
marshaled.___renderMode_14 = unmarshaled.___renderMode_14;
marshaled.___includeFontFeatures_15 = static_cast<int32_t>(unmarshaled.___includeFontFeatures_15);
}
IL2CPP_EXTERN_C void FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshal_pinvoke_back(const FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_pinvoke& marshaled, FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF& unmarshaled)
{
unmarshaled.___sourceFontFileName_0 = il2cpp_codegen_marshal_string_result(marshaled.___sourceFontFileName_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sourceFontFileName_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___sourceFontFileName_0));
unmarshaled.___sourceFontFileGUID_1 = il2cpp_codegen_marshal_string_result(marshaled.___sourceFontFileGUID_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sourceFontFileGUID_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___sourceFontFileGUID_1));
int32_t unmarshaledpointSizeSamplingMode_temp_2 = 0;
unmarshaledpointSizeSamplingMode_temp_2 = marshaled.___pointSizeSamplingMode_2;
unmarshaled.___pointSizeSamplingMode_2 = unmarshaledpointSizeSamplingMode_temp_2;
int32_t unmarshaledpointSize_temp_3 = 0;
unmarshaledpointSize_temp_3 = marshaled.___pointSize_3;
unmarshaled.___pointSize_3 = unmarshaledpointSize_temp_3;
int32_t unmarshaledpadding_temp_4 = 0;
unmarshaledpadding_temp_4 = marshaled.___padding_4;
unmarshaled.___padding_4 = unmarshaledpadding_temp_4;
int32_t unmarshaledpackingMode_temp_5 = 0;
unmarshaledpackingMode_temp_5 = marshaled.___packingMode_5;
unmarshaled.___packingMode_5 = unmarshaledpackingMode_temp_5;
int32_t unmarshaledatlasWidth_temp_6 = 0;
unmarshaledatlasWidth_temp_6 = marshaled.___atlasWidth_6;
unmarshaled.___atlasWidth_6 = unmarshaledatlasWidth_temp_6;
int32_t unmarshaledatlasHeight_temp_7 = 0;
unmarshaledatlasHeight_temp_7 = marshaled.___atlasHeight_7;
unmarshaled.___atlasHeight_7 = unmarshaledatlasHeight_temp_7;
int32_t unmarshaledcharacterSetSelectionMode_temp_8 = 0;
unmarshaledcharacterSetSelectionMode_temp_8 = marshaled.___characterSetSelectionMode_8;
unmarshaled.___characterSetSelectionMode_8 = unmarshaledcharacterSetSelectionMode_temp_8;
unmarshaled.___characterSequence_9 = il2cpp_codegen_marshal_string_result(marshaled.___characterSequence_9);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___characterSequence_9), (void*)il2cpp_codegen_marshal_string_result(marshaled.___characterSequence_9));
unmarshaled.___referencedFontAssetGUID_10 = il2cpp_codegen_marshal_string_result(marshaled.___referencedFontAssetGUID_10);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___referencedFontAssetGUID_10), (void*)il2cpp_codegen_marshal_string_result(marshaled.___referencedFontAssetGUID_10));
unmarshaled.___referencedTextAssetGUID_11 = il2cpp_codegen_marshal_string_result(marshaled.___referencedTextAssetGUID_11);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___referencedTextAssetGUID_11), (void*)il2cpp_codegen_marshal_string_result(marshaled.___referencedTextAssetGUID_11));
int32_t unmarshaledfontStyle_temp_12 = 0;
unmarshaledfontStyle_temp_12 = marshaled.___fontStyle_12;
unmarshaled.___fontStyle_12 = unmarshaledfontStyle_temp_12;
float unmarshaledfontStyleModifier_temp_13 = 0.0f;
unmarshaledfontStyleModifier_temp_13 = marshaled.___fontStyleModifier_13;
unmarshaled.___fontStyleModifier_13 = unmarshaledfontStyleModifier_temp_13;
int32_t unmarshaledrenderMode_temp_14 = 0;
unmarshaledrenderMode_temp_14 = marshaled.___renderMode_14;
unmarshaled.___renderMode_14 = unmarshaledrenderMode_temp_14;
bool unmarshaledincludeFontFeatures_temp_15 = false;
unmarshaledincludeFontFeatures_temp_15 = static_cast<bool>(marshaled.___includeFontFeatures_15);
unmarshaled.___includeFontFeatures_15 = unmarshaledincludeFontFeatures_temp_15;
}
// Conversion method for clean up from marshalling of: TMPro.FontAssetCreationSettings
IL2CPP_EXTERN_C void FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshal_pinvoke_cleanup(FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___sourceFontFileName_0);
marshaled.___sourceFontFileName_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___sourceFontFileGUID_1);
marshaled.___sourceFontFileGUID_1 = NULL;
il2cpp_codegen_marshal_free(marshaled.___characterSequence_9);
marshaled.___characterSequence_9 = NULL;
il2cpp_codegen_marshal_free(marshaled.___referencedFontAssetGUID_10);
marshaled.___referencedFontAssetGUID_10 = NULL;
il2cpp_codegen_marshal_free(marshaled.___referencedTextAssetGUID_11);
marshaled.___referencedTextAssetGUID_11 = NULL;
}
// Conversion methods for marshalling of: TMPro.FontAssetCreationSettings
IL2CPP_EXTERN_C void FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshal_com(const FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF& unmarshaled, FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_com& marshaled)
{
marshaled.___sourceFontFileName_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___sourceFontFileName_0);
marshaled.___sourceFontFileGUID_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___sourceFontFileGUID_1);
marshaled.___pointSizeSamplingMode_2 = unmarshaled.___pointSizeSamplingMode_2;
marshaled.___pointSize_3 = unmarshaled.___pointSize_3;
marshaled.___padding_4 = unmarshaled.___padding_4;
marshaled.___packingMode_5 = unmarshaled.___packingMode_5;
marshaled.___atlasWidth_6 = unmarshaled.___atlasWidth_6;
marshaled.___atlasHeight_7 = unmarshaled.___atlasHeight_7;
marshaled.___characterSetSelectionMode_8 = unmarshaled.___characterSetSelectionMode_8;
marshaled.___characterSequence_9 = il2cpp_codegen_marshal_bstring(unmarshaled.___characterSequence_9);
marshaled.___referencedFontAssetGUID_10 = il2cpp_codegen_marshal_bstring(unmarshaled.___referencedFontAssetGUID_10);
marshaled.___referencedTextAssetGUID_11 = il2cpp_codegen_marshal_bstring(unmarshaled.___referencedTextAssetGUID_11);
marshaled.___fontStyle_12 = unmarshaled.___fontStyle_12;
marshaled.___fontStyleModifier_13 = unmarshaled.___fontStyleModifier_13;
marshaled.___renderMode_14 = unmarshaled.___renderMode_14;
marshaled.___includeFontFeatures_15 = static_cast<int32_t>(unmarshaled.___includeFontFeatures_15);
}
IL2CPP_EXTERN_C void FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshal_com_back(const FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_com& marshaled, FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF& unmarshaled)
{
unmarshaled.___sourceFontFileName_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___sourceFontFileName_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sourceFontFileName_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___sourceFontFileName_0));
unmarshaled.___sourceFontFileGUID_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___sourceFontFileGUID_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sourceFontFileGUID_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___sourceFontFileGUID_1));
int32_t unmarshaledpointSizeSamplingMode_temp_2 = 0;
unmarshaledpointSizeSamplingMode_temp_2 = marshaled.___pointSizeSamplingMode_2;
unmarshaled.___pointSizeSamplingMode_2 = unmarshaledpointSizeSamplingMode_temp_2;
int32_t unmarshaledpointSize_temp_3 = 0;
unmarshaledpointSize_temp_3 = marshaled.___pointSize_3;
unmarshaled.___pointSize_3 = unmarshaledpointSize_temp_3;
int32_t unmarshaledpadding_temp_4 = 0;
unmarshaledpadding_temp_4 = marshaled.___padding_4;
unmarshaled.___padding_4 = unmarshaledpadding_temp_4;
int32_t unmarshaledpackingMode_temp_5 = 0;
unmarshaledpackingMode_temp_5 = marshaled.___packingMode_5;
unmarshaled.___packingMode_5 = unmarshaledpackingMode_temp_5;
int32_t unmarshaledatlasWidth_temp_6 = 0;
unmarshaledatlasWidth_temp_6 = marshaled.___atlasWidth_6;
unmarshaled.___atlasWidth_6 = unmarshaledatlasWidth_temp_6;
int32_t unmarshaledatlasHeight_temp_7 = 0;
unmarshaledatlasHeight_temp_7 = marshaled.___atlasHeight_7;
unmarshaled.___atlasHeight_7 = unmarshaledatlasHeight_temp_7;
int32_t unmarshaledcharacterSetSelectionMode_temp_8 = 0;
unmarshaledcharacterSetSelectionMode_temp_8 = marshaled.___characterSetSelectionMode_8;
unmarshaled.___characterSetSelectionMode_8 = unmarshaledcharacterSetSelectionMode_temp_8;
unmarshaled.___characterSequence_9 = il2cpp_codegen_marshal_bstring_result(marshaled.___characterSequence_9);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___characterSequence_9), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___characterSequence_9));
unmarshaled.___referencedFontAssetGUID_10 = il2cpp_codegen_marshal_bstring_result(marshaled.___referencedFontAssetGUID_10);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___referencedFontAssetGUID_10), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___referencedFontAssetGUID_10));
unmarshaled.___referencedTextAssetGUID_11 = il2cpp_codegen_marshal_bstring_result(marshaled.___referencedTextAssetGUID_11);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___referencedTextAssetGUID_11), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___referencedTextAssetGUID_11));
int32_t unmarshaledfontStyle_temp_12 = 0;
unmarshaledfontStyle_temp_12 = marshaled.___fontStyle_12;
unmarshaled.___fontStyle_12 = unmarshaledfontStyle_temp_12;
float unmarshaledfontStyleModifier_temp_13 = 0.0f;
unmarshaledfontStyleModifier_temp_13 = marshaled.___fontStyleModifier_13;
unmarshaled.___fontStyleModifier_13 = unmarshaledfontStyleModifier_temp_13;
int32_t unmarshaledrenderMode_temp_14 = 0;
unmarshaledrenderMode_temp_14 = marshaled.___renderMode_14;
unmarshaled.___renderMode_14 = unmarshaledrenderMode_temp_14;
bool unmarshaledincludeFontFeatures_temp_15 = false;
unmarshaledincludeFontFeatures_temp_15 = static_cast<bool>(marshaled.___includeFontFeatures_15);
unmarshaled.___includeFontFeatures_15 = unmarshaledincludeFontFeatures_temp_15;
}
// Conversion method for clean up from marshalling of: TMPro.FontAssetCreationSettings
IL2CPP_EXTERN_C void FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshal_com_cleanup(FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___sourceFontFileName_0);
marshaled.___sourceFontFileName_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___sourceFontFileGUID_1);
marshaled.___sourceFontFileGUID_1 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___characterSequence_9);
marshaled.___characterSequence_9 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___referencedFontAssetGUID_10);
marshaled.___referencedFontAssetGUID_10 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___referencedTextAssetGUID_11);
marshaled.___referencedTextAssetGUID_11 = NULL;
}
// System.Void TMPro.FontAssetCreationSettings::.ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontAssetCreationSettings__ctor_m9A07F1B7C85235E9BDA86E7505E0A5AE0B78E5BA (FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF* __this, String_t* ___sourceFontFileGUID0, int32_t ___pointSize1, int32_t ___pointSizeSamplingMode2, int32_t ___padding3, int32_t ___packingMode4, int32_t ___atlasWidth5, int32_t ___atlasHeight6, int32_t ___characterSelectionMode7, String_t* ___characterSet8, int32_t ___renderMode9, 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;
}
{
// this.sourceFontFileName = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___sourceFontFileName_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceFontFileName_0), (void*)L_0);
// this.sourceFontFileGUID = sourceFontFileGUID;
String_t* L_1 = ___sourceFontFileGUID0;
__this->___sourceFontFileGUID_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceFontFileGUID_1), (void*)L_1);
// this.pointSize = pointSize;
int32_t L_2 = ___pointSize1;
__this->___pointSize_3 = L_2;
// this.pointSizeSamplingMode = pointSizeSamplingMode;
int32_t L_3 = ___pointSizeSamplingMode2;
__this->___pointSizeSamplingMode_2 = L_3;
// this.padding = padding;
int32_t L_4 = ___padding3;
__this->___padding_4 = L_4;
// this.packingMode = packingMode;
int32_t L_5 = ___packingMode4;
__this->___packingMode_5 = L_5;
// this.atlasWidth = atlasWidth;
int32_t L_6 = ___atlasWidth5;
__this->___atlasWidth_6 = L_6;
// this.atlasHeight = atlasHeight;
int32_t L_7 = ___atlasHeight6;
__this->___atlasHeight_7 = L_7;
// this.characterSequence = characterSet;
String_t* L_8 = ___characterSet8;
__this->___characterSequence_9 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___characterSequence_9), (void*)L_8);
// this.characterSetSelectionMode = characterSelectionMode;
int32_t L_9 = ___characterSelectionMode7;
__this->___characterSetSelectionMode_8 = L_9;
// this.renderMode = renderMode;
int32_t L_10 = ___renderMode9;
__this->___renderMode_14 = L_10;
// this.referencedFontAssetGUID = string.Empty;
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___referencedFontAssetGUID_10 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___referencedFontAssetGUID_10), (void*)L_11);
// this.referencedTextAssetGUID = string.Empty;
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___referencedTextAssetGUID_11 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___referencedTextAssetGUID_11), (void*)L_12);
// this.fontStyle = 0;
__this->___fontStyle_12 = 0;
// this.fontStyleModifier = 0;
__this->___fontStyleModifier_13 = (0.0f);
// this.includeFontFeatures = false;
__this->___includeFontFeatures_15 = (bool)0;
// }
return;
}
}
IL2CPP_EXTERN_C void FontAssetCreationSettings__ctor_m9A07F1B7C85235E9BDA86E7505E0A5AE0B78E5BA_AdjustorThunk (RuntimeObject* __this, String_t* ___sourceFontFileGUID0, int32_t ___pointSize1, int32_t ___pointSizeSamplingMode2, int32_t ___padding3, int32_t ___packingMode4, int32_t ___atlasWidth5, int32_t ___atlasHeight6, int32_t ___characterSelectionMode7, String_t* ___characterSet8, int32_t ___renderMode9, const RuntimeMethod* method)
{
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF*>(__this + _offset);
FontAssetCreationSettings__ctor_m9A07F1B7C85235E9BDA86E7505E0A5AE0B78E5BA(_thisAdjusted, ___sourceFontFileGUID0, ___pointSize1, ___pointSizeSamplingMode2, ___padding3, ___packingMode4, ___atlasWidth5, ___atlasHeight6, ___characterSelectionMode7, ___characterSet8, ___renderMode9, 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
// Conversion methods for marshalling of: TMPro.TMP_FontWeightPair
IL2CPP_EXTERN_C void TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshal_pinvoke(const TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E& unmarshaled, TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshaled_pinvoke& marshaled)
{
Exception_t* ___regularTypeface_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'regularTypeface' of type 'TMP_FontWeightPair': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___regularTypeface_0Exception, NULL);
}
IL2CPP_EXTERN_C void TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshal_pinvoke_back(const TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshaled_pinvoke& marshaled, TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E& unmarshaled)
{
Exception_t* ___regularTypeface_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'regularTypeface' of type 'TMP_FontWeightPair': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___regularTypeface_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_FontWeightPair
IL2CPP_EXTERN_C void TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshal_pinvoke_cleanup(TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.TMP_FontWeightPair
IL2CPP_EXTERN_C void TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshal_com(const TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E& unmarshaled, TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshaled_com& marshaled)
{
Exception_t* ___regularTypeface_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'regularTypeface' of type 'TMP_FontWeightPair': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___regularTypeface_0Exception, NULL);
}
IL2CPP_EXTERN_C void TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshal_com_back(const TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshaled_com& marshaled, TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E& unmarshaled)
{
Exception_t* ___regularTypeface_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'regularTypeface' of type 'TMP_FontWeightPair': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___regularTypeface_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_FontWeightPair
IL2CPP_EXTERN_C void TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshal_com_cleanup(TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_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
// System.Void TMPro.KerningPairKey::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPairKey__ctor_m76933735460799247D37F13189B62469E35C767B (KerningPairKey_t2C629F0C872DB1BC71B25D39DE9EEC0CCE8CF77C* __this, uint32_t ___ascii_left0, uint32_t ___ascii_right1, const RuntimeMethod* method)
{
{
// ascii_Left = ascii_left;
uint32_t L_0 = ___ascii_left0;
__this->___ascii_Left_0 = L_0;
// ascii_Right = ascii_right;
uint32_t L_1 = ___ascii_right1;
__this->___ascii_Right_1 = L_1;
// key = (ascii_right << 16) + ascii_left;
uint32_t L_2 = ___ascii_right1;
uint32_t L_3 = ___ascii_left0;
__this->___key_2 = ((int32_t)il2cpp_codegen_add(((int32_t)((int32_t)L_2<<((int32_t)16))), (int32_t)L_3));
// }
return;
}
}
IL2CPP_EXTERN_C void KerningPairKey__ctor_m76933735460799247D37F13189B62469E35C767B_AdjustorThunk (RuntimeObject* __this, uint32_t ___ascii_left0, uint32_t ___ascii_right1, const RuntimeMethod* method)
{
KerningPairKey_t2C629F0C872DB1BC71B25D39DE9EEC0CCE8CF77C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<KerningPairKey_t2C629F0C872DB1BC71B25D39DE9EEC0CCE8CF77C*>(__this + _offset);
KerningPairKey__ctor_m76933735460799247D37F13189B62469E35C767B(_thisAdjusted, ___ascii_left0, ___ascii_right1, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TMPro.GlyphValueRecord_Legacy::.ctor(UnityEngine.TextCore.LowLevel.GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlyphValueRecord_Legacy__ctor_m6E3D36058693888F61D14BA825F5F29EA4FC7033 (GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7* __this, GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___valueRecord0, const RuntimeMethod* method)
{
{
// this.xPlacement = valueRecord.xPlacement;
float L_0;
L_0 = GlyphValueRecord_get_xPlacement_m5E2B8B05A5DF57B2DC4B3795E71330CDDE1761C8((&___valueRecord0), NULL);
__this->___xPlacement_0 = L_0;
// this.yPlacement = valueRecord.yPlacement;
float L_1;
L_1 = GlyphValueRecord_get_yPlacement_mB6303F8800305F6F96ECCD0CD9AA70A1A30A15DA((&___valueRecord0), NULL);
__this->___yPlacement_1 = L_1;
// this.xAdvance = valueRecord.xAdvance;
float L_2;
L_2 = GlyphValueRecord_get_xAdvance_m6C392027FA91E0705C1585C5EF40D984AAA0013E((&___valueRecord0), NULL);
__this->___xAdvance_2 = L_2;
// this.yAdvance = valueRecord.yAdvance;
float L_3;
L_3 = GlyphValueRecord_get_yAdvance_m1379AA10FCCFFABEAF43E767F8BFBF32CA76B5B6((&___valueRecord0), NULL);
__this->___yAdvance_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void GlyphValueRecord_Legacy__ctor_m6E3D36058693888F61D14BA825F5F29EA4FC7033_AdjustorThunk (RuntimeObject* __this, GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___valueRecord0, const RuntimeMethod* method)
{
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7*>(__this + _offset);
GlyphValueRecord_Legacy__ctor_m6E3D36058693888F61D14BA825F5F29EA4FC7033(_thisAdjusted, ___valueRecord0, method);
}
// TMPro.GlyphValueRecord_Legacy TMPro.GlyphValueRecord_Legacy::op_Addition(TMPro.GlyphValueRecord_Legacy,TMPro.GlyphValueRecord_Legacy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 GlyphValueRecord_Legacy_op_Addition_m9FE624422D0FEDA348A0AF04019E10ADF36F5AE2 (GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___a0, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___b1, const RuntimeMethod* method)
{
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 V_0;
memset((&V_0), 0, sizeof(V_0));
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// c.xPlacement = a.xPlacement + b.xPlacement;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_0 = ___a0;
float L_1 = L_0.___xPlacement_0;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_2 = ___b1;
float L_3 = L_2.___xPlacement_0;
(&V_0)->___xPlacement_0 = ((float)il2cpp_codegen_add(L_1, L_3));
// c.yPlacement = a.yPlacement + b.yPlacement;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_4 = ___a0;
float L_5 = L_4.___yPlacement_1;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_6 = ___b1;
float L_7 = L_6.___yPlacement_1;
(&V_0)->___yPlacement_1 = ((float)il2cpp_codegen_add(L_5, L_7));
// c.xAdvance = a.xAdvance + b.xAdvance;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_8 = ___a0;
float L_9 = L_8.___xAdvance_2;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_10 = ___b1;
float L_11 = L_10.___xAdvance_2;
(&V_0)->___xAdvance_2 = ((float)il2cpp_codegen_add(L_9, L_11));
// c.yAdvance = a.yAdvance + b.yAdvance;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_12 = ___a0;
float L_13 = L_12.___yAdvance_3;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_14 = ___b1;
float L_15 = L_14.___yAdvance_3;
(&V_0)->___yAdvance_3 = ((float)il2cpp_codegen_add(L_13, L_15));
// return c;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_16 = V_0;
V_1 = L_16;
goto IL_0055;
}
IL_0055:
{
// }
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_17 = V_1;
return L_17;
}
}
#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.UInt32 TMPro.KerningPair::get_firstGlyph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// get { return m_FirstGlyph; }
uint32_t L_0 = __this->___m_FirstGlyph_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_FirstGlyph; }
uint32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.KerningPair::set_firstGlyph(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair_set_firstGlyph_m558F1AB56DF0BC72921E60524E906B3308EF6254 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_FirstGlyph = value; }
uint32_t L_0 = ___value0;
__this->___m_FirstGlyph_0 = L_0;
// set { m_FirstGlyph = value; }
return;
}
}
// 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)
{
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return m_FirstGlyphAdjustments; }
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_0 = __this->___m_FirstGlyphAdjustments_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_FirstGlyphAdjustments; }
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_1 = V_0;
return L_1;
}
}
// System.UInt32 TMPro.KerningPair::get_secondGlyph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// get { return m_SecondGlyph; }
uint32_t L_0 = __this->___m_SecondGlyph_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_SecondGlyph; }
uint32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.KerningPair::set_secondGlyph(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair_set_secondGlyph_m73FF4FD9F0409E3B2FC7DBC542C47DEC6E6979B5 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_SecondGlyph = value; }
uint32_t L_0 = ___value0;
__this->___m_SecondGlyph_2 = L_0;
// set { m_SecondGlyph = value; }
return;
}
}
// 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)
{
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return m_SecondGlyphAdjustments; }
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_0 = __this->___m_SecondGlyphAdjustments_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_SecondGlyphAdjustments; }
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_1 = V_0;
return L_1;
}
}
// System.Boolean TMPro.KerningPair::get_ignoreSpacingAdjustments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KerningPair_get_ignoreSpacingAdjustments_mAF52BE99F08941D553BB53FBD6FA02391A1CE07C (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_IgnoreSpacingAdjustments; }
bool L_0 = __this->___m_IgnoreSpacingAdjustments_6;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_IgnoreSpacingAdjustments; }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.KerningPair::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair__ctor_mE4BD600F9F79E3590C13CE3F1C7BC89693420416 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method)
{
{
// private bool m_IgnoreSpacingAdjustments = false;
__this->___m_IgnoreSpacingAdjustments_6 = (bool)0;
// public KerningPair()
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_FirstGlyph = 0;
__this->___m_FirstGlyph_0 = 0;
// m_FirstGlyphAdjustments = new GlyphValueRecord_Legacy();
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7* L_0 = (&__this->___m_FirstGlyphAdjustments_1);
il2cpp_codegen_initobj(L_0, sizeof(GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7));
// m_SecondGlyph = 0;
__this->___m_SecondGlyph_2 = 0;
// m_SecondGlyphAdjustments = new GlyphValueRecord_Legacy();
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7* L_1 = (&__this->___m_SecondGlyphAdjustments_3);
il2cpp_codegen_initobj(L_1, sizeof(GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7));
// }
return;
}
}
// System.Void TMPro.KerningPair::.ctor(System.UInt32,System.UInt32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair__ctor_m7AB7CD68A07A7BD8B1CB2A41C84EA8115F3ED974 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, uint32_t ___left0, uint32_t ___right1, float ___offset2, const RuntimeMethod* method)
{
{
// private bool m_IgnoreSpacingAdjustments = false;
__this->___m_IgnoreSpacingAdjustments_6 = (bool)0;
// public KerningPair(uint left, uint right, float offset)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// firstGlyph = left;
uint32_t L_0 = ___left0;
KerningPair_set_firstGlyph_m558F1AB56DF0BC72921E60524E906B3308EF6254(__this, L_0, NULL);
// m_SecondGlyph = right;
uint32_t L_1 = ___right1;
__this->___m_SecondGlyph_2 = L_1;
// xOffset = offset;
float L_2 = ___offset2;
__this->___xOffset_4 = L_2;
// }
return;
}
}
// System.Void TMPro.KerningPair::.ctor(System.UInt32,TMPro.GlyphValueRecord_Legacy,System.UInt32,TMPro.GlyphValueRecord_Legacy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair__ctor_m97D222190FBC36A6C9843C7CB8F4E5F0CF963A11 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, uint32_t ___firstGlyph0, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___firstGlyphAdjustments1, uint32_t ___secondGlyph2, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___secondGlyphAdjustments3, const RuntimeMethod* method)
{
{
// private bool m_IgnoreSpacingAdjustments = false;
__this->___m_IgnoreSpacingAdjustments_6 = (bool)0;
// public KerningPair(uint firstGlyph, GlyphValueRecord_Legacy firstGlyphAdjustments, uint secondGlyph, GlyphValueRecord_Legacy secondGlyphAdjustments)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_FirstGlyph = firstGlyph;
uint32_t L_0 = ___firstGlyph0;
__this->___m_FirstGlyph_0 = L_0;
// m_FirstGlyphAdjustments = firstGlyphAdjustments;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_1 = ___firstGlyphAdjustments1;
__this->___m_FirstGlyphAdjustments_1 = L_1;
// m_SecondGlyph = secondGlyph;
uint32_t L_2 = ___secondGlyph2;
__this->___m_SecondGlyph_2 = L_2;
// m_SecondGlyphAdjustments = secondGlyphAdjustments;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_3 = ___secondGlyphAdjustments3;
__this->___m_SecondGlyphAdjustments_3 = L_3;
// }
return;
}
}
// System.Void TMPro.KerningPair::ConvertLegacyKerningData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair_ConvertLegacyKerningData_mEA902FF8F87D8EEB50C054172D20CA9795ED1D11 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method)
{
{
// m_FirstGlyphAdjustments.xAdvance = xOffset;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7* L_0 = (&__this->___m_FirstGlyphAdjustments_1);
float L_1 = __this->___xOffset_4;
L_0->___xAdvance_2 = L_1;
// }
return;
}
}
// System.Void TMPro.KerningPair::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningPair__cctor_m6FD8BEF06BC135F4BE6815FC9569F6954795A41E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// internal static KerningPair empty = new KerningPair(0, new GlyphValueRecord_Legacy(), 0, new GlyphValueRecord_Legacy());
il2cpp_codegen_initobj((&V_0), sizeof(GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7));
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_0 = V_0;
il2cpp_codegen_initobj((&V_0), sizeof(GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7));
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_1 = V_0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_2 = (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481*)il2cpp_codegen_object_new(KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
NullCheck(L_2);
KerningPair__ctor_m97D222190FBC36A6C9843C7CB8F4E5F0CF963A11(L_2, 0, L_0, 0, L_1, NULL);
((KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_StaticFields*)il2cpp_codegen_static_fields_for(KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var))->___empty_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_StaticFields*)il2cpp_codegen_static_fields_for(KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var))->___empty_5), (void*)L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TMPro.KerningTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningTable__ctor_m5D6DF57B05146E104A2756917A31C27D0CC7A108 (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA64AA8FE426250FE6E20A0A8C6271B9C8A5F0F59_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public KerningTable()
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// kerningPairs = new List<KerningPair>();
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_0 = (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*)il2cpp_codegen_object_new(List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mA64AA8FE426250FE6E20A0A8C6271B9C8A5F0F59(L_0, List_1__ctor_mA64AA8FE426250FE6E20A0A8C6271B9C8A5F0F59_RuntimeMethod_var);
__this->___kerningPairs_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___kerningPairs_0), (void*)L_0);
// }
return;
}
}
// System.Void TMPro.KerningTable::AddKerningPair()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningTable_AddKerningPair_mBAF75C93E61FAEE9998A2EE648119E723B8BE020 (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
uint32_t V_1 = 0;
uint32_t V_2 = 0;
float V_3 = 0.0f;
{
// if (kerningPairs.Count == 0)
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_0 = __this->___kerningPairs_0;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_inline(L_0, List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_002f;
}
}
{
// kerningPairs.Add(new KerningPair(0, 0, 0));
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_3 = __this->___kerningPairs_0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_4 = (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481*)il2cpp_codegen_object_new(KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
NullCheck(L_4);
KerningPair__ctor_m7AB7CD68A07A7BD8B1CB2A41C84EA8115F3ED974(L_4, 0, 0, (0.0f), NULL);
NullCheck(L_3);
List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_inline(L_3, L_4, List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var);
goto IL_0078;
}
IL_002f:
{
// uint left = kerningPairs.Last().firstGlyph;
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_5 = __this->___kerningPairs_0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_6;
L_6 = Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69(L_5, Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69_RuntimeMethod_var);
NullCheck(L_6);
uint32_t L_7;
L_7 = KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD(L_6, NULL);
V_1 = L_7;
// uint right = kerningPairs.Last().secondGlyph;
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_8 = __this->___kerningPairs_0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_9;
L_9 = Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69(L_8, Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69_RuntimeMethod_var);
NullCheck(L_9);
uint32_t L_10;
L_10 = KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0(L_9, NULL);
V_2 = L_10;
// float xoffset = kerningPairs.Last().xOffset;
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_11 = __this->___kerningPairs_0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_12;
L_12 = Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69(L_11, Enumerable_Last_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mF0677094863DF39A2C64F8D2BBA2ABE30A8F3E69_RuntimeMethod_var);
NullCheck(L_12);
float L_13 = L_12->___xOffset_4;
V_3 = L_13;
// kerningPairs.Add(new KerningPair(left, right, xoffset));
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_14 = __this->___kerningPairs_0;
uint32_t L_15 = V_1;
uint32_t L_16 = V_2;
float L_17 = V_3;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_18 = (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481*)il2cpp_codegen_object_new(KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
NullCheck(L_18);
KerningPair__ctor_m7AB7CD68A07A7BD8B1CB2A41C84EA8115F3ED974(L_18, L_15, L_16, L_17, NULL);
NullCheck(L_14);
List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_inline(L_14, L_18, List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var);
}
IL_0078:
{
// }
return;
}
}
// System.Int32 TMPro.KerningTable::AddKerningPair(System.UInt32,System.UInt32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KerningTable_AddKerningPair_m4392E91557C580125D59C4018E880D056476CE89 (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, uint32_t ___first0, uint32_t ___second1, float ___offset2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CAddKerningPairU3Eb__0_mE8621E8C8419041EA962313967C9B22DADB7EC59_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
{
U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* L_0 = (U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass3_0__ctor_m5B27602FA83CA988234ED481E13726F7ACFDEDFD(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* L_1 = V_0;
uint32_t L_2 = ___first0;
NullCheck(L_1);
L_1->___first_0 = L_2;
U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* L_3 = V_0;
uint32_t L_4 = ___second1;
NullCheck(L_3);
L_3->___second_1 = L_4;
// int index = kerningPairs.FindIndex(item => item.firstGlyph == first && item.secondGlyph == second);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_5 = __this->___kerningPairs_0;
U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* L_6 = V_0;
Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9* L_7 = (Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9*)il2cpp_codegen_object_new(Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9_il2cpp_TypeInfo_var);
NullCheck(L_7);
Predicate_1__ctor_m0CD7E7096787D73EC20084883A7C13AC8A6264DC(L_7, L_6, (intptr_t)((void*)U3CU3Ec__DisplayClass3_0_U3CAddKerningPairU3Eb__0_mE8621E8C8419041EA962313967C9B22DADB7EC59_RuntimeMethod_var), NULL);
NullCheck(L_5);
int32_t L_8;
L_8 = List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686(L_5, L_7, List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686_RuntimeMethod_var);
V_1 = L_8;
// if (index == -1)
int32_t L_9 = V_1;
V_2 = (bool)((((int32_t)L_9) == ((int32_t)(-1)))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_0058;
}
}
{
// kerningPairs.Add(new KerningPair(first, second, offset));
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_11 = __this->___kerningPairs_0;
U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* L_12 = V_0;
NullCheck(L_12);
uint32_t L_13 = L_12->___first_0;
U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* L_14 = V_0;
NullCheck(L_14);
uint32_t L_15 = L_14->___second_1;
float L_16 = ___offset2;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_17 = (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481*)il2cpp_codegen_object_new(KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
NullCheck(L_17);
KerningPair__ctor_m7AB7CD68A07A7BD8B1CB2A41C84EA8115F3ED974(L_17, L_13, L_15, L_16, NULL);
NullCheck(L_11);
List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_inline(L_11, L_17, List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var);
// return 0;
V_3 = 0;
goto IL_005c;
}
IL_0058:
{
// return -1;
V_3 = (-1);
goto IL_005c;
}
IL_005c:
{
// }
int32_t L_18 = V_3;
return L_18;
}
}
// System.Int32 TMPro.KerningTable::AddGlyphPairAdjustmentRecord(System.UInt32,TMPro.GlyphValueRecord_Legacy,System.UInt32,TMPro.GlyphValueRecord_Legacy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KerningTable_AddGlyphPairAdjustmentRecord_m3542CA49AAE214B069445C85916D73C339EAF7E2 (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, uint32_t ___first0, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___firstAdjustments1, uint32_t ___second2, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___secondAdjustments3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CAddGlyphPairAdjustmentRecordU3Eb__0_m0457EDA34868349FD7DF84F23C8EC201BBA2FE4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
{
U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* L_0 = (U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass4_0__ctor_m7835A094259518636DCEBD5D5F5AC88B48799B4D(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* L_1 = V_0;
uint32_t L_2 = ___first0;
NullCheck(L_1);
L_1->___first_0 = L_2;
U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* L_3 = V_0;
uint32_t L_4 = ___second2;
NullCheck(L_3);
L_3->___second_1 = L_4;
// int index = kerningPairs.FindIndex(item => item.firstGlyph == first && item.secondGlyph == second);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_5 = __this->___kerningPairs_0;
U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* L_6 = V_0;
Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9* L_7 = (Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9*)il2cpp_codegen_object_new(Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9_il2cpp_TypeInfo_var);
NullCheck(L_7);
Predicate_1__ctor_m0CD7E7096787D73EC20084883A7C13AC8A6264DC(L_7, L_6, (intptr_t)((void*)U3CU3Ec__DisplayClass4_0_U3CAddGlyphPairAdjustmentRecordU3Eb__0_m0457EDA34868349FD7DF84F23C8EC201BBA2FE4A_RuntimeMethod_var), NULL);
NullCheck(L_5);
int32_t L_8;
L_8 = List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686(L_5, L_7, List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686_RuntimeMethod_var);
V_1 = L_8;
// if (index == -1)
int32_t L_9 = V_1;
V_2 = (bool)((((int32_t)L_9) == ((int32_t)(-1)))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_005a;
}
}
{
// kerningPairs.Add(new KerningPair(first, firstAdjustments, second, secondAdjustments));
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_11 = __this->___kerningPairs_0;
U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* L_12 = V_0;
NullCheck(L_12);
uint32_t L_13 = L_12->___first_0;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_14 = ___firstAdjustments1;
U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* L_15 = V_0;
NullCheck(L_15);
uint32_t L_16 = L_15->___second_1;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_17 = ___secondAdjustments3;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_18 = (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481*)il2cpp_codegen_object_new(KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_il2cpp_TypeInfo_var);
NullCheck(L_18);
KerningPair__ctor_m97D222190FBC36A6C9843C7CB8F4E5F0CF963A11(L_18, L_13, L_14, L_16, L_17, NULL);
NullCheck(L_11);
List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_inline(L_11, L_18, List_1_Add_mB1B26B83F3AA4619850564FBE59EC186C663DE01_RuntimeMethod_var);
// return 0;
V_3 = 0;
goto IL_005e;
}
IL_005a:
{
// return -1;
V_3 = (-1);
goto IL_005e;
}
IL_005e:
{
// }
int32_t L_19 = V_3;
return L_19;
}
}
// System.Void TMPro.KerningTable::RemoveKerningPair(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningTable_RemoveKerningPair_m5FCDFF2DC4CAADDD361D70158DEA5E0A43010469 (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, int32_t ___left0, int32_t ___right1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CRemoveKerningPairU3Eb__0_mDD3433EA90C0CAE26949E21FBB418FF2DA10E509_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
{
U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* L_0 = (U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass5_0__ctor_m3718024C98F2CB240337703C272C56F9D60E0D86(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* L_1 = V_0;
int32_t L_2 = ___left0;
NullCheck(L_1);
L_1->___left_0 = L_2;
U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* L_3 = V_0;
int32_t L_4 = ___right1;
NullCheck(L_3);
L_3->___right_1 = L_4;
// int index = kerningPairs.FindIndex(item => item.firstGlyph == left && item.secondGlyph == right);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_5 = __this->___kerningPairs_0;
U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* L_6 = V_0;
Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9* L_7 = (Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9*)il2cpp_codegen_object_new(Predicate_1_t359A7CD5693D265B0729313C1FEF9CA7E8DC83B9_il2cpp_TypeInfo_var);
NullCheck(L_7);
Predicate_1__ctor_m0CD7E7096787D73EC20084883A7C13AC8A6264DC(L_7, L_6, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CRemoveKerningPairU3Eb__0_mDD3433EA90C0CAE26949E21FBB418FF2DA10E509_RuntimeMethod_var), NULL);
NullCheck(L_5);
int32_t L_8;
L_8 = List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686(L_5, L_7, List_1_FindIndex_mD8915B8BF9E8E4FDD664F8BC8A892BFA4FCB0686_RuntimeMethod_var);
V_1 = L_8;
// if (index != -1)
int32_t L_9 = V_1;
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_0045;
}
}
{
// kerningPairs.RemoveAt(index);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_11 = __this->___kerningPairs_0;
int32_t L_12 = V_1;
NullCheck(L_11);
List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB(L_11, L_12, List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB_RuntimeMethod_var);
}
IL_0045:
{
// }
return;
}
}
// System.Void TMPro.KerningTable::RemoveKerningPair(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningTable_RemoveKerningPair_mEE2E6198028618C0A5055AEE1A2D1DBB7F108DAD (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// kerningPairs.RemoveAt(index);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_0 = __this->___kerningPairs_0;
int32_t L_1 = ___index0;
NullCheck(L_0);
List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB(L_0, L_1, List_1_RemoveAt_m54FA3E697486705A98595F0EF68DB15EE38DFAAB_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.KerningTable::SortKerningPairs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningTable_SortKerningPairs_m59E143CF7D8EFC9E72ABA558A6680A6B3B86161B (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD50F0812D92963FC4588CE4952887587725AEFE7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ThenBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mBD4586E03E6430F599210313F1E7F968D1D43A25_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mFC97D0929571215EB3A369B7DA496181DDC9A574_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSortKerningPairsU3Eb__7_0_m20BBABBDA17C6FD8E15138433B9D7FF73FC93183_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSortKerningPairsU3Eb__7_1_m6B19D6F1591A26B21706695288AE73FB9B26C470_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* G_B3_0 = NULL;
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* G_B3_1 = NULL;
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* G_B3_2 = NULL;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* G_B2_0 = NULL;
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* G_B2_1 = NULL;
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* G_B2_2 = NULL;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* G_B5_0 = NULL;
RuntimeObject* G_B5_1 = NULL;
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* G_B5_2 = NULL;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* G_B4_2 = NULL;
{
// if (kerningPairs.Count > 0)
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_0 = __this->___kerningPairs_0;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_inline(L_0, List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_006c;
}
}
{
// kerningPairs = kerningPairs.OrderBy(s => s.firstGlyph).ThenBy(s => s.secondGlyph).ToList();
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_3 = __this->___kerningPairs_0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var);
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_4 = ((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9__7_0_1;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_5 = L_4;
G_B2_0 = L_5;
G_B2_1 = L_3;
G_B2_2 = __this;
if (L_5)
{
G_B3_0 = L_5;
G_B3_1 = L_3;
G_B3_2 = __this;
goto IL_0039;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var);
U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* L_6 = ((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_7 = (Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C*)il2cpp_codegen_object_new(Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C_il2cpp_TypeInfo_var);
NullCheck(L_7);
Func_2__ctor_m999ADD5CB036FC3052DA10347B9D6FD43C725716(L_7, L_6, (intptr_t)((void*)U3CU3Ec_U3CSortKerningPairsU3Eb__7_0_m20BBABBDA17C6FD8E15138433B9D7FF73FC93183_RuntimeMethod_var), NULL);
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_8 = L_7;
((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9__7_0_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9__7_0_1), (void*)L_8);
G_B3_0 = L_8;
G_B3_1 = G_B2_1;
G_B3_2 = G_B2_2;
}
IL_0039:
{
RuntimeObject* L_9;
L_9 = Enumerable_OrderBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD50F0812D92963FC4588CE4952887587725AEFE7(G_B3_1, G_B3_0, Enumerable_OrderBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD50F0812D92963FC4588CE4952887587725AEFE7_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var);
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_10 = ((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9__7_1_2;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_11 = L_10;
G_B4_0 = L_11;
G_B4_1 = L_9;
G_B4_2 = G_B3_2;
if (L_11)
{
G_B5_0 = L_11;
G_B5_1 = L_9;
G_B5_2 = G_B3_2;
goto IL_005d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var);
U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* L_12 = ((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_13 = (Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C*)il2cpp_codegen_object_new(Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C_il2cpp_TypeInfo_var);
NullCheck(L_13);
Func_2__ctor_m999ADD5CB036FC3052DA10347B9D6FD43C725716(L_13, L_12, (intptr_t)((void*)U3CU3Ec_U3CSortKerningPairsU3Eb__7_1_m6B19D6F1591A26B21706695288AE73FB9B26C470_RuntimeMethod_var), NULL);
Func_2_t2BECA93EEB5C5A67E9EFEE1DEEF90D0568B8514C* L_14 = L_13;
((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9__7_1_2 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9__7_1_2), (void*)L_14);
G_B5_0 = L_14;
G_B5_1 = G_B4_1;
G_B5_2 = G_B4_2;
}
IL_005d:
{
RuntimeObject* L_15;
L_15 = Enumerable_ThenBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mBD4586E03E6430F599210313F1E7F968D1D43A25(G_B5_1, G_B5_0, Enumerable_ThenBy_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mBD4586E03E6430F599210313F1E7F968D1D43A25_RuntimeMethod_var);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_16;
L_16 = Enumerable_ToList_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mFC97D0929571215EB3A369B7DA496181DDC9A574(L_15, Enumerable_ToList_TisKerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_mFC97D0929571215EB3A369B7DA496181DDC9A574_RuntimeMethod_var);
NullCheck(G_B5_2);
G_B5_2->___kerningPairs_0 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&G_B5_2->___kerningPairs_0), (void*)L_16);
}
IL_006c:
{
// }
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.KerningTable/<>c__DisplayClass3_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m5B27602FA83CA988234ED481E13726F7ACFDEDFD (U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean TMPro.KerningTable/<>c__DisplayClass3_0::<AddKerningPair>b__0(TMPro.KerningPair)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass3_0_U3CAddKerningPairU3Eb__0_mE8621E8C8419041EA962313967C9B22DADB7EC59 (U3CU3Ec__DisplayClass3_0_t3A5F4F1A59C7A8DCABDCED8623BBAE15CE3BE70E* __this, KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* ___item0, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
// int index = kerningPairs.FindIndex(item => item.firstGlyph == first && item.secondGlyph == second);
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_0 = ___item0;
NullCheck(L_0);
uint32_t L_1;
L_1 = KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD(L_0, NULL);
uint32_t L_2 = __this->___first_0;
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_001e;
}
}
{
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_3 = ___item0;
NullCheck(L_3);
uint32_t L_4;
L_4 = KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0(L_3, NULL);
uint32_t L_5 = __this->___second_1;
G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
return (bool)G_B3_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.KerningTable/<>c__DisplayClass4_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m7835A094259518636DCEBD5D5F5AC88B48799B4D (U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean TMPro.KerningTable/<>c__DisplayClass4_0::<AddGlyphPairAdjustmentRecord>b__0(TMPro.KerningPair)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3CAddGlyphPairAdjustmentRecordU3Eb__0_m0457EDA34868349FD7DF84F23C8EC201BBA2FE4A (U3CU3Ec__DisplayClass4_0_t1DBA061F3B897013519A17A0591B90CCE9ED0455* __this, KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* ___item0, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
// int index = kerningPairs.FindIndex(item => item.firstGlyph == first && item.secondGlyph == second);
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_0 = ___item0;
NullCheck(L_0);
uint32_t L_1;
L_1 = KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD(L_0, NULL);
uint32_t L_2 = __this->___first_0;
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_001e;
}
}
{
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_3 = ___item0;
NullCheck(L_3);
uint32_t L_4;
L_4 = KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0(L_3, NULL);
uint32_t L_5 = __this->___second_1;
G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
return (bool)G_B3_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.KerningTable/<>c__DisplayClass5_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m3718024C98F2CB240337703C272C56F9D60E0D86 (U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean TMPro.KerningTable/<>c__DisplayClass5_0::<RemoveKerningPair>b__0(TMPro.KerningPair)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass5_0_U3CRemoveKerningPairU3Eb__0_mDD3433EA90C0CAE26949E21FBB418FF2DA10E509 (U3CU3Ec__DisplayClass5_0_tB52C66FC10A05AD97DA2E1C6BDADA43E24A2015A* __this, KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* ___item0, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
// int index = kerningPairs.FindIndex(item => item.firstGlyph == left && item.secondGlyph == right);
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_0 = ___item0;
NullCheck(L_0);
uint32_t L_1;
L_1 = KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD(L_0, NULL);
int32_t L_2 = __this->___left_0;
if ((!(((uint64_t)((int64_t)(uint64_t)L_1)) == ((uint64_t)((int64_t)L_2)))))
{
goto IL_0022;
}
}
{
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_3 = ___item0;
NullCheck(L_3);
uint32_t L_4;
L_4 = KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0(L_3, NULL);
int32_t L_5 = __this->___right_1;
G_B3_0 = ((((int64_t)((int64_t)(uint64_t)L_4)) == ((int64_t)((int64_t)L_5)))? 1 : 0);
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
return (bool)G_B3_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.KerningTable/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCA07A3C5B0C09DC5241EFC69E3808950EDF1078E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* L_0 = (U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B*)il2cpp_codegen_object_new(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mD36FC6FECCA7288F1C50E1C1C33357CB9CBD141A(L_0, NULL);
((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void TMPro.KerningTable/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD36FC6FECCA7288F1C50E1C1C33357CB9CBD141A (U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.UInt32 TMPro.KerningTable/<>c::<SortKerningPairs>b__7_0(TMPro.KerningPair)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CU3Ec_U3CSortKerningPairsU3Eb__7_0_m20BBABBDA17C6FD8E15138433B9D7FF73FC93183 (U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* __this, KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* ___s0, const RuntimeMethod* method)
{
{
// kerningPairs = kerningPairs.OrderBy(s => s.firstGlyph).ThenBy(s => s.secondGlyph).ToList();
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_0 = ___s0;
NullCheck(L_0);
uint32_t L_1;
L_1 = KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD(L_0, NULL);
return L_1;
}
}
// System.UInt32 TMPro.KerningTable/<>c::<SortKerningPairs>b__7_1(TMPro.KerningPair)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CU3Ec_U3CSortKerningPairsU3Eb__7_1_m6B19D6F1591A26B21706695288AE73FB9B26C470 (U3CU3Ec_t366AF356A3D25B81C4FD68C17E5F26CF6D8B818B* __this, KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* ___s0, const RuntimeMethod* method)
{
{
// kerningPairs = kerningPairs.OrderBy(s => s.firstGlyph).ThenBy(s => s.secondGlyph).ToList();
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_0 = ___s0;
NullCheck(L_0);
uint32_t L_1;
L_1 = KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_FontAsset TMPro.TMP_FontUtilities::SearchForCharacter(TMPro.TMP_FontAsset,System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontUtilities_SearchForCharacter_mAF085AC138D365A9105E5E1CAFF333449DFC392F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___font0, uint32_t ___unicode1, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_1 = NULL;
{
// if (k_searchedFontAssets == null)
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_0 = ((TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var))->___k_searchedFontAssets_0;
V_0 = (bool)((((RuntimeObject*)(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// k_searchedFontAssets = new List<int>();
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_2 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_2, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
((TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var))->___k_searchedFontAssets_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var))->___k_searchedFontAssets_0), (void*)L_2);
}
IL_0017:
{
// k_searchedFontAssets.Clear();
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_3 = ((TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var))->___k_searchedFontAssets_0;
NullCheck(L_3);
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(L_3, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
// return SearchForCharacterInternal(font, unicode, out character);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_4 = ___font0;
uint32_t L_5 = ___unicode1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_6 = ___character2;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_7;
L_7 = TMP_FontUtilities_SearchForCharacterInternal_m8F9509F42C7CA4571E9F442C067F50D03B740DBF(L_4, L_5, L_6, NULL);
V_1 = L_7;
goto IL_002d;
}
IL_002d:
{
// }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_8 = V_1;
return L_8;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_FontUtilities::SearchForCharacter(System.Collections.Generic.List`1<TMPro.TMP_FontAsset>,System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontUtilities_SearchForCharacter_mB45D07CF789BD7E2367D6DA6B5C597E77BD6BC41 (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___fonts0, uint32_t ___unicode1, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character2, const RuntimeMethod* method)
{
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_0 = NULL;
{
// return SearchForCharacterInternal(fonts, unicode, out character);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_0 = ___fonts0;
uint32_t L_1 = ___unicode1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_2 = ___character2;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_3;
L_3 = TMP_FontUtilities_SearchForCharacterInternal_mAD29348D7CEDC8B84347E2C5372D13203E346103(L_0, L_1, L_2, NULL);
V_0 = L_3;
goto IL_000c;
}
IL_000c:
{
// }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_4 = V_0;
return L_4;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_FontUtilities::SearchForCharacterInternal(TMPro.TMP_FontAsset,System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontUtilities_SearchForCharacterInternal_m8F9509F42C7CA4571E9F442C067F50D03B740DBF (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___font0, uint32_t ___unicode1, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_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_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_5 = NULL;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t G_B7_0 = 0;
int32_t G_B20_0 = 0;
{
// character = null;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_0 = ___character2;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// if (font == null) return null;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_1 = ___font0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
// if (font == null) return null;
V_1 = (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160*)NULL;
goto IL_00e9;
}
IL_0016:
{
// if (font.characterLookupTable.TryGetValue(unicode, out character))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_4 = ___font0;
NullCheck(L_4);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_5;
L_5 = TMP_FontAsset_get_characterLookupTable_mEFAADDFAA6233DFEC3A0D8C163588B3C678451E9(L_4, NULL);
uint32_t L_6 = ___unicode1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_7 = ___character2;
NullCheck(L_5);
bool L_8;
L_8 = Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C(L_5, L_6, L_7, Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var);
V_2 = L_8;
bool L_9 = V_2;
if (!L_9)
{
goto IL_002f;
}
}
{
// return font;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_10 = ___font0;
V_1 = L_10;
goto IL_00e9;
}
IL_002f:
{
// else if (font.fallbackFontAssetTable != null && font.fallbackFontAssetTable.Count > 0)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_11 = ___font0;
NullCheck(L_11);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_12;
L_12 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(L_11, NULL);
if (!L_12)
{
goto IL_0047;
}
}
{
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_13 = ___font0;
NullCheck(L_13);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_14;
L_14 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(L_13, NULL);
NullCheck(L_14);
int32_t L_15;
L_15 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_14, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B7_0 = ((((int32_t)L_15) > ((int32_t)0))? 1 : 0);
goto IL_0048;
}
IL_0047:
{
G_B7_0 = 0;
}
IL_0048:
{
V_3 = (bool)G_B7_0;
bool L_16 = V_3;
if (!L_16)
{
goto IL_00e5;
}
}
{
// for (int i = 0; i < font.fallbackFontAssetTable.Count && character == null; i++)
V_4 = 0;
goto IL_00c4;
}
IL_0055:
{
// TMP_FontAsset temp = font.fallbackFontAssetTable[i];
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_17 = ___font0;
NullCheck(L_17);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_18;
L_18 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(L_17, NULL);
int32_t L_19 = V_4;
NullCheck(L_18);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_20;
L_20 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_18, L_19, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
V_5 = L_20;
// if (temp == null) continue;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_21 = V_5;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_21, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_7 = L_22;
bool L_23 = V_7;
if (!L_23)
{
goto IL_0075;
}
}
{
// if (temp == null) continue;
goto IL_00be;
}
IL_0075:
{
// int id = temp.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_24 = V_5;
NullCheck(L_24);
int32_t L_25;
L_25 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_24, NULL);
V_6 = L_25;
// if (k_searchedFontAssets.Contains(id)) continue;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_26 = ((TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var))->___k_searchedFontAssets_0;
int32_t L_27 = V_6;
NullCheck(L_26);
bool L_28;
L_28 = List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B(L_26, L_27, List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var);
V_8 = L_28;
bool L_29 = V_8;
if (!L_29)
{
goto IL_0092;
}
}
{
// if (k_searchedFontAssets.Contains(id)) continue;
goto IL_00be;
}
IL_0092:
{
// k_searchedFontAssets.Add(id);
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_30 = ((TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontUtilities_tE6B60D0F6B0C8A47625B671136D02E9529675D76_il2cpp_TypeInfo_var))->___k_searchedFontAssets_0;
int32_t L_31 = V_6;
NullCheck(L_30);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_30, L_31, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
// temp = SearchForCharacterInternal(temp, unicode, out character);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_32 = V_5;
uint32_t L_33 = ___unicode1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_34 = ___character2;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_35;
L_35 = TMP_FontUtilities_SearchForCharacterInternal_m8F9509F42C7CA4571E9F442C067F50D03B740DBF(L_32, L_33, L_34, NULL);
V_5 = L_35;
// if (temp != null)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_36 = V_5;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_37;
L_37 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_36, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_9 = L_37;
bool L_38 = V_9;
if (!L_38)
{
goto IL_00bd;
}
}
{
// return temp;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_39 = V_5;
V_1 = L_39;
goto IL_00e9;
}
IL_00bd:
{
}
IL_00be:
{
// for (int i = 0; i < font.fallbackFontAssetTable.Count && character == null; i++)
int32_t L_40 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_00c4:
{
// for (int i = 0; i < font.fallbackFontAssetTable.Count && character == null; i++)
int32_t L_41 = V_4;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_42 = ___font0;
NullCheck(L_42);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_43;
L_43 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(L_42, 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_41) >= ((int32_t)L_44)))
{
goto IL_00da;
}
}
{
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_45 = ___character2;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_46 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_45);
G_B20_0 = ((((RuntimeObject*)(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)L_46) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_00db;
}
IL_00da:
{
G_B20_0 = 0;
}
IL_00db:
{
V_10 = (bool)G_B20_0;
bool L_47 = V_10;
if (L_47)
{
goto IL_0055;
}
}
{
}
IL_00e5:
{
// return null;
V_1 = (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160*)NULL;
goto IL_00e9;
}
IL_00e9:
{
// }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_48 = V_1;
return L_48;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_FontUtilities::SearchForCharacterInternal(System.Collections.Generic.List`1<TMPro.TMP_FontAsset>,System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontUtilities_SearchForCharacterInternal_mAD29348D7CEDC8B84347E2C5372D13203E346103 (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___fonts0, uint32_t ___unicode1, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
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);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_2 = NULL;
bool V_3 = false;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_4 = NULL;
bool V_5 = false;
int32_t G_B3_0 = 0;
{
// character = null;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_0 = ___character2;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// if (fonts != null && fonts.Count > 0)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_1 = ___fonts0;
if (!L_1)
{
goto IL_0012;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_2 = ___fonts0;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_2, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B3_0 = ((((int32_t)L_3) > ((int32_t)0))? 1 : 0);
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 0;
}
IL_0013:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0051;
}
}
{
// for (int i = 0; i < fonts.Count; i++)
V_1 = 0;
goto IL_0041;
}
IL_001c:
{
// TMP_FontAsset fontAsset = SearchForCharacterInternal(fonts[i], unicode, out character);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_5 = ___fonts0;
int32_t L_6 = V_1;
NullCheck(L_5);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_7;
L_7 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_5, L_6, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
uint32_t L_8 = ___unicode1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_9 = ___character2;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_10;
L_10 = TMP_FontUtilities_SearchForCharacterInternal_m8F9509F42C7CA4571E9F442C067F50D03B740DBF(L_7, L_8, L_9, NULL);
V_2 = L_10;
// if (fontAsset != null)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_11 = V_2;
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_003c;
}
}
{
// return fontAsset;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_14 = V_2;
V_4 = L_14;
goto IL_0056;
}
IL_003c:
{
// for (int i = 0; i < fonts.Count; i++)
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0041:
{
// for (int i = 0; i < fonts.Count; i++)
int32_t L_16 = V_1;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_17 = ___fonts0;
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_17, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
V_5 = (bool)((((int32_t)L_16) < ((int32_t)L_18))? 1 : 0);
bool L_19 = V_5;
if (L_19)
{
goto IL_001c;
}
}
{
}
IL_0051:
{
// return null;
V_4 = (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160*)NULL;
goto IL_0056;
}
IL_0056:
{
// }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_20 = V_4;
return L_20;
}
}
#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_FontAssetUtilities::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAssetUtilities__cctor_mF9D77DA738160F756E84EC29D70B2302AB4E4C05 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly TMP_FontAssetUtilities s_Instance = new TMP_FontAssetUtilities();
TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* L_0 = (TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125*)il2cpp_codegen_object_new(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
NullCheck(L_0);
TMP_FontAssetUtilities__ctor_m8F25AE77B581CFF45180EF5FABBB4688608FDA02(L_0, NULL);
((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___s_Instance_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___s_Instance_0), (void*)L_0);
// static TMP_FontAssetUtilities() { }
return;
}
}
// TMPro.TMP_FontAssetUtilities TMPro.TMP_FontAssetUtilities::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* TMP_FontAssetUtilities_get_instance_m5B6177BFCA131583D64E0EB2A80D74A392E8E1A0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* V_0 = NULL;
{
// get { return s_Instance; }
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* L_0 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___s_Instance_0;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
// get { return s_Instance; }
TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* L_1 = V_0;
return L_1;
}
}
// TMPro.TMP_Character TMPro.TMP_FontAssetUtilities::GetCharacterFromFontAsset(System.UInt32,TMPro.TMP_FontAsset,System.Boolean,TMPro.FontStyles,TMPro.FontWeight,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* TMP_FontAssetUtilities_GetCharacterFromFontAsset_m7C71B7CDCBE11E82D7152BFC72B5006E3E671063 (uint32_t ___unicode0, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___sourceFontAsset1, bool ___includeFallbacks2, int32_t ___fontStyle3, int32_t ___fontWeight4, bool* ___isAlternativeTypeface5, 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__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_2 = NULL;
{
// if (includeFallbacks)
bool L_0 = ___includeFallbacks2;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_002b;
}
}
{
// if (k_SearchedAssets == null)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_2 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
V_1 = (bool)((((RuntimeObject*)(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001f;
}
}
{
// k_SearchedAssets = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_4 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_4);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_4, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1), (void*)L_4);
goto IL_002a;
}
IL_001f:
{
// k_SearchedAssets.Clear();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_5 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
NullCheck(L_5);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_5, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_002a:
{
}
IL_002b:
{
// return GetCharacterFromFontAsset_Internal(unicode, sourceFontAsset, includeFallbacks, fontStyle, fontWeight, out isAlternativeTypeface);
uint32_t L_6 = ___unicode0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_7 = ___sourceFontAsset1;
bool L_8 = ___includeFallbacks2;
int32_t L_9 = ___fontStyle3;
int32_t L_10 = ___fontWeight4;
bool* L_11 = ___isAlternativeTypeface5;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_12;
L_12 = TMP_FontAssetUtilities_GetCharacterFromFontAsset_Internal_m1862AE751CC6DA86B4424DA82B27B0C5073A237C(L_6, L_7, L_8, L_9, L_10, L_11, NULL);
V_2 = L_12;
goto IL_003b;
}
IL_003b:
{
// }
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_13 = V_2;
return L_13;
}
}
// TMPro.TMP_Character TMPro.TMP_FontAssetUtilities::GetCharacterFromFontAsset_Internal(System.UInt32,TMPro.TMP_FontAsset,System.Boolean,TMPro.FontStyles,TMPro.FontWeight,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* TMP_FontAssetUtilities_GetCharacterFromFontAsset_Internal_m1862AE751CC6DA86B4424DA82B27B0C5073A237C (uint32_t ___unicode0, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___sourceFontAsset1, bool ___includeFallbacks2, int32_t ___fontStyle3, int32_t ___fontWeight4, bool* ___isAlternativeTypeface5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_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_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* V_3 = NULL;
int32_t V_4 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* V_17 = NULL;
int32_t V_18 = 0;
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;
int32_t G_B3_0 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* G_B37_0 = NULL;
int32_t G_B55_0 = 0;
{
// isAlternativeTypeface = false;
bool* L_0 = ___isAlternativeTypeface5;
*((int8_t*)L_0) = (int8_t)0;
// TMP_Character character = null;
V_0 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)NULL;
// bool isItalic = (fontStyle & FontStyles.Italic) == FontStyles.Italic;
int32_t L_1 = ___fontStyle3;
V_1 = (bool)((((int32_t)((int32_t)((int32_t)L_1&2))) == ((int32_t)2))? 1 : 0);
// if (isItalic || fontWeight != FontWeight.Regular)
bool L_2 = V_1;
if (L_2)
{
goto IL_001f;
}
}
{
int32_t L_3 = ___fontWeight4;
G_B3_0 = ((((int32_t)((((int32_t)L_3) == ((int32_t)((int32_t)400)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 1;
}
IL_0020:
{
V_2 = (bool)G_B3_0;
bool L_4 = V_2;
if (!L_4)
{
goto IL_0169;
}
}
{
// TMP_FontWeightPair[] fontWeights = sourceFontAsset.fontWeightTable;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_5 = ___sourceFontAsset1;
NullCheck(L_5);
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_6;
L_6 = TMP_FontAsset_get_fontWeightTable_mC27EC0A27F82292FB24E3AB7B87421AEFD0869DD(L_5, NULL);
V_3 = L_6;
// int fontWeightIndex = 4;
V_4 = 4;
// switch (fontWeight)
int32_t L_7 = ___fontWeight4;
V_7 = L_7;
int32_t L_8 = V_7;
V_6 = L_8;
int32_t L_9 = V_6;
if ((((int32_t)L_9) > ((int32_t)((int32_t)400))))
{
goto IL_0078;
}
}
{
int32_t L_10 = V_6;
if ((((int32_t)L_10) > ((int32_t)((int32_t)200))))
{
goto IL_0062;
}
}
{
int32_t L_11 = V_6;
if ((((int32_t)L_11) == ((int32_t)((int32_t)100))))
{
goto IL_00b8;
}
}
{
goto IL_0054;
}
IL_0054:
{
int32_t L_12 = V_6;
if ((((int32_t)L_12) == ((int32_t)((int32_t)200))))
{
goto IL_00bd;
}
}
{
goto IL_00e6;
}
IL_0062:
{
int32_t L_13 = V_6;
if ((((int32_t)L_13) == ((int32_t)((int32_t)300))))
{
goto IL_00c2;
}
}
{
goto IL_006d;
}
IL_006d:
{
int32_t L_14 = V_6;
if ((((int32_t)L_14) == ((int32_t)((int32_t)400))))
{
goto IL_00c7;
}
}
{
goto IL_00e6;
}
IL_0078:
{
int32_t L_15 = V_6;
if ((((int32_t)L_15) > ((int32_t)((int32_t)600))))
{
goto IL_0097;
}
}
{
int32_t L_16 = V_6;
if ((((int32_t)L_16) == ((int32_t)((int32_t)500))))
{
goto IL_00cc;
}
}
{
goto IL_008c;
}
IL_008c:
{
int32_t L_17 = V_6;
if ((((int32_t)L_17) == ((int32_t)((int32_t)600))))
{
goto IL_00d1;
}
}
{
goto IL_00e6;
}
IL_0097:
{
int32_t L_18 = V_6;
if ((((int32_t)L_18) == ((int32_t)((int32_t)700))))
{
goto IL_00d6;
}
}
{
goto IL_00a2;
}
IL_00a2:
{
int32_t L_19 = V_6;
if ((((int32_t)L_19) == ((int32_t)((int32_t)800))))
{
goto IL_00db;
}
}
{
goto IL_00ad;
}
IL_00ad:
{
int32_t L_20 = V_6;
if ((((int32_t)L_20) == ((int32_t)((int32_t)900))))
{
goto IL_00e0;
}
}
{
goto IL_00e6;
}
IL_00b8:
{
// fontWeightIndex = 1;
V_4 = 1;
// break;
goto IL_00e6;
}
IL_00bd:
{
// fontWeightIndex = 2;
V_4 = 2;
// break;
goto IL_00e6;
}
IL_00c2:
{
// fontWeightIndex = 3;
V_4 = 3;
// break;
goto IL_00e6;
}
IL_00c7:
{
// fontWeightIndex = 4;
V_4 = 4;
// break;
goto IL_00e6;
}
IL_00cc:
{
// fontWeightIndex = 5;
V_4 = 5;
// break;
goto IL_00e6;
}
IL_00d1:
{
// fontWeightIndex = 6;
V_4 = 6;
// break;
goto IL_00e6;
}
IL_00d6:
{
// fontWeightIndex = 7;
V_4 = 7;
// break;
goto IL_00e6;
}
IL_00db:
{
// fontWeightIndex = 8;
V_4 = 8;
// break;
goto IL_00e6;
}
IL_00e0:
{
// fontWeightIndex = 9;
V_4 = ((int32_t)9);
// break;
goto IL_00e6;
}
IL_00e6:
{
// TMP_FontAsset temp = isItalic ? fontWeights[fontWeightIndex].italicTypeface : fontWeights[fontWeightIndex].regularTypeface;
bool L_21 = V_1;
if (L_21)
{
goto IL_00f8;
}
}
{
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_22 = V_3;
int32_t L_23 = V_4;
NullCheck(L_22);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_24 = ((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_23)))->___regularTypeface_0;
G_B37_0 = L_24;
goto IL_0105;
}
IL_00f8:
{
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_25 = V_3;
int32_t L_26 = V_4;
NullCheck(L_25);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_27 = ((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)))->___italicTypeface_1;
G_B37_0 = L_27;
}
IL_0105:
{
V_5 = G_B37_0;
// if (temp != null)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_28 = V_5;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_29;
L_29 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_28, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_8 = L_29;
bool L_30 = V_8;
if (!L_30)
{
goto IL_0168;
}
}
{
// if (temp.characterLookupTable.TryGetValue(unicode, out character))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_31 = V_5;
NullCheck(L_31);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_32;
L_32 = TMP_FontAsset_get_characterLookupTable_mEFAADDFAA6233DFEC3A0D8C163588B3C678451E9(L_31, NULL);
uint32_t L_33 = ___unicode0;
NullCheck(L_32);
bool L_34;
L_34 = Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C(L_32, L_33, (&V_0), Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var);
V_9 = L_34;
bool L_35 = V_9;
if (!L_35)
{
goto IL_0138;
}
}
{
// isAlternativeTypeface = true;
bool* L_36 = ___isAlternativeTypeface5;
*((int8_t*)L_36) = (int8_t)1;
// return character;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_37 = V_0;
V_10 = L_37;
goto IL_0275;
}
IL_0138:
{
// if (temp.atlasPopulationMode == AtlasPopulationMode.Dynamic)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_38 = V_5;
NullCheck(L_38);
int32_t L_39;
L_39 = TMP_FontAsset_get_atlasPopulationMode_m31A707178FB4F1722BA7D090A8E169CE2FAEB19F(L_38, NULL);
V_11 = (bool)((((int32_t)L_39) == ((int32_t)1))? 1 : 0);
bool L_40 = V_11;
if (!L_40)
{
goto IL_0167;
}
}
{
// if (temp.TryAddCharacterInternal(unicode, out character))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_41 = V_5;
uint32_t L_42 = ___unicode0;
NullCheck(L_41);
bool L_43;
L_43 = TMP_FontAsset_TryAddCharacterInternal_m95DD37F41C18EE7692B44DCD984CD12C2350C122(L_41, L_42, (&V_0), NULL);
V_12 = L_43;
bool L_44 = V_12;
if (!L_44)
{
goto IL_0166;
}
}
{
// isAlternativeTypeface = true;
bool* L_45 = ___isAlternativeTypeface5;
*((int8_t*)L_45) = (int8_t)1;
// return character;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_46 = V_0;
V_10 = L_46;
goto IL_0275;
}
IL_0166:
{
}
IL_0167:
{
}
IL_0168:
{
}
IL_0169:
{
// if (sourceFontAsset.characterLookupTable.TryGetValue(unicode, out character))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_47 = ___sourceFontAsset1;
NullCheck(L_47);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_48;
L_48 = TMP_FontAsset_get_characterLookupTable_mEFAADDFAA6233DFEC3A0D8C163588B3C678451E9(L_47, NULL);
uint32_t L_49 = ___unicode0;
NullCheck(L_48);
bool L_50;
L_50 = Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C(L_48, L_49, (&V_0), Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var);
V_13 = L_50;
bool L_51 = V_13;
if (!L_51)
{
goto IL_0185;
}
}
{
// return character;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_52 = V_0;
V_10 = L_52;
goto IL_0275;
}
IL_0185:
{
// if (sourceFontAsset.atlasPopulationMode == AtlasPopulationMode.Dynamic)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_53 = ___sourceFontAsset1;
NullCheck(L_53);
int32_t L_54;
L_54 = TMP_FontAsset_get_atlasPopulationMode_m31A707178FB4F1722BA7D090A8E169CE2FAEB19F(L_53, NULL);
V_14 = (bool)((((int32_t)L_54) == ((int32_t)1))? 1 : 0);
bool L_55 = V_14;
if (!L_55)
{
goto IL_01ad;
}
}
{
// if (sourceFontAsset.TryAddCharacterInternal(unicode, out character))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_56 = ___sourceFontAsset1;
uint32_t L_57 = ___unicode0;
NullCheck(L_56);
bool L_58;
L_58 = TMP_FontAsset_TryAddCharacterInternal_m95DD37F41C18EE7692B44DCD984CD12C2350C122(L_56, L_57, (&V_0), NULL);
V_15 = L_58;
bool L_59 = V_15;
if (!L_59)
{
goto IL_01ac;
}
}
{
// return character;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_60 = V_0;
V_10 = L_60;
goto IL_0275;
}
IL_01ac:
{
}
IL_01ad:
{
// if (character == null && includeFallbacks && sourceFontAsset.fallbackFontAssetTable != null)
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_61 = V_0;
bool L_62 = ___includeFallbacks2;
if (!((int32_t)(((((RuntimeObject*)(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)L_61) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)&(int32_t)L_62)))
{
goto IL_01c0;
}
}
{
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_63 = ___sourceFontAsset1;
NullCheck(L_63);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_64;
L_64 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(L_63, NULL);
G_B55_0 = ((!(((RuntimeObject*)(List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*)L_64) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_01c1;
}
IL_01c0:
{
G_B55_0 = 0;
}
IL_01c1:
{
V_16 = (bool)G_B55_0;
bool L_65 = V_16;
if (!L_65)
{
goto IL_0270;
}
}
{
// List<TMP_FontAsset> fallbackFontAssets = sourceFontAsset.fallbackFontAssetTable;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_66 = ___sourceFontAsset1;
NullCheck(L_66);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_67;
L_67 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(L_66, NULL);
V_17 = L_67;
// int fallbackCount = fallbackFontAssets.Count;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_68 = V_17;
NullCheck(L_68);
int32_t L_69;
L_69 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_68, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
V_18 = L_69;
// if (fallbackCount == 0)
int32_t L_70 = V_18;
V_19 = (bool)((((int32_t)L_70) == ((int32_t)0))? 1 : 0);
bool L_71 = V_19;
if (!L_71)
{
goto IL_01ef;
}
}
{
// return null;
V_10 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)NULL;
goto IL_0275;
}
IL_01ef:
{
// for (int i = 0; i < fallbackCount; i++)
V_20 = 0;
goto IL_0263;
}
IL_01f4:
{
// TMP_FontAsset temp = fallbackFontAssets[i];
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_72 = V_17;
int32_t L_73 = V_20;
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);
V_21 = L_74;
// if (temp == null)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_75 = V_21;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_76;
L_76 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_75, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_23 = L_76;
bool L_77 = V_23;
if (!L_77)
{
goto IL_0210;
}
}
{
// continue;
goto IL_025d;
}
IL_0210:
{
// int id = temp.instanceID;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_78 = V_21;
NullCheck(L_78);
int32_t L_79;
L_79 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_78, NULL);
V_22 = L_79;
// if (k_SearchedAssets.Add(id) == false)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_80 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
int32_t L_81 = V_22;
NullCheck(L_80);
bool L_82;
L_82 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_80, L_81, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_24 = (bool)((((int32_t)L_82) == ((int32_t)0))? 1 : 0);
bool L_83 = V_24;
if (!L_83)
{
goto IL_0230;
}
}
{
// continue;
goto IL_025d;
}
IL_0230:
{
// sourceFontAsset.FallbackSearchQueryLookup.Add(id);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_84 = ___sourceFontAsset1;
NullCheck(L_84);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_85 = L_84->___FallbackSearchQueryLookup_53;
int32_t L_86 = V_22;
NullCheck(L_85);
bool L_87;
L_87 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_85, L_86, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
// character = GetCharacterFromFontAsset_Internal(unicode, temp, true, fontStyle, fontWeight, out isAlternativeTypeface);
uint32_t L_88 = ___unicode0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_89 = V_21;
int32_t L_90 = ___fontStyle3;
int32_t L_91 = ___fontWeight4;
bool* L_92 = ___isAlternativeTypeface5;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_93;
L_93 = TMP_FontAssetUtilities_GetCharacterFromFontAsset_Internal_m1862AE751CC6DA86B4424DA82B27B0C5073A237C(L_88, L_89, (bool)1, L_90, L_91, L_92, NULL);
V_0 = L_93;
// if (character != null)
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_94 = V_0;
V_25 = (bool)((!(((RuntimeObject*)(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)L_94) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_95 = V_25;
if (!L_95)
{
goto IL_025c;
}
}
{
// return character;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_96 = V_0;
V_10 = L_96;
goto IL_0275;
}
IL_025c:
{
}
IL_025d:
{
// for (int i = 0; i < fallbackCount; i++)
int32_t L_97 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add(L_97, 1));
}
IL_0263:
{
// for (int i = 0; i < fallbackCount; i++)
int32_t L_98 = V_20;
int32_t L_99 = V_18;
V_26 = (bool)((((int32_t)L_98) < ((int32_t)L_99))? 1 : 0);
bool L_100 = V_26;
if (L_100)
{
goto IL_01f4;
}
}
{
}
IL_0270:
{
// return null;
V_10 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)NULL;
goto IL_0275;
}
IL_0275:
{
// }
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_101 = V_10;
return L_101;
}
}
// TMPro.TMP_Character TMPro.TMP_FontAssetUtilities::GetCharacterFromFontAssets(System.UInt32,TMPro.TMP_FontAsset,System.Collections.Generic.List`1<TMPro.TMP_FontAsset>,System.Boolean,TMPro.FontStyles,TMPro.FontWeight,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* TMP_FontAssetUtilities_GetCharacterFromFontAssets_mD811EFBC16E08263EB7793465CD4A840A24423F3 (uint32_t ___unicode0, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___sourceFontAsset1, List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___fontAssets2, bool ___includeFallbacks3, int32_t ___fontStyle4, int32_t ___fontWeight5, bool* ___isAlternativeTypeface6, 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*)&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_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_6 = NULL;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_7 = NULL;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t G_B3_0 = 0;
{
// isAlternativeTypeface = false;
bool* L_0 = ___isAlternativeTypeface6;
*((int8_t*)L_0) = (int8_t)0;
// if (fontAssets == null || fontAssets.Count == 0)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_1 = ___fontAssets2;
if (!L_1)
{
goto IL_0013;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_2 = ___fontAssets2;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_2, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 1;
}
IL_0014:
{
V_1 = (bool)G_B3_0;
bool L_4 = V_1;
if (!L_4)
{
goto IL_001f;
}
}
{
// return null;
V_2 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)NULL;
goto IL_00bc;
}
IL_001f:
{
// if (includeFallbacks)
bool L_5 = ___includeFallbacks3;
V_3 = L_5;
bool L_6 = V_3;
if (!L_6)
{
goto IL_004b;
}
}
{
// if (k_SearchedAssets == null)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_7 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
V_4 = (bool)((((RuntimeObject*)(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_8 = V_4;
if (!L_8)
{
goto IL_003f;
}
}
{
// k_SearchedAssets = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_9 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_9);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_9, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1), (void*)L_9);
goto IL_004a;
}
IL_003f:
{
// k_SearchedAssets.Clear();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_10 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
NullCheck(L_10);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_10, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_004a:
{
}
IL_004b:
{
// int fontAssetCount = fontAssets.Count;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_11 = ___fontAssets2;
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_11, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
V_0 = L_12;
// for (int i = 0; i < fontAssetCount; i++)
V_5 = 0;
goto IL_00ad;
}
IL_0057:
{
// TMP_FontAsset fontAsset = fontAssets[i];
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_13 = ___fontAssets2;
int32_t L_14 = V_5;
NullCheck(L_13);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_15;
L_15 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_13, L_14, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
V_6 = L_15;
// if (fontAsset == null) continue;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_16 = V_6;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_16, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_8 = L_17;
bool L_18 = V_8;
if (!L_18)
{
goto IL_0072;
}
}
{
// if (fontAsset == null) continue;
goto IL_00a7;
}
IL_0072:
{
// sourceFontAsset.FallbackSearchQueryLookup.Add(fontAsset.instanceID);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_19 = ___sourceFontAsset1;
NullCheck(L_19);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_20 = L_19->___FallbackSearchQueryLookup_53;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_21 = V_6;
NullCheck(L_21);
int32_t L_22;
L_22 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_21, NULL);
NullCheck(L_20);
bool L_23;
L_23 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_20, L_22, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
// TMP_Character character = GetCharacterFromFontAsset_Internal(unicode, fontAsset, includeFallbacks, fontStyle, fontWeight, out isAlternativeTypeface);
uint32_t L_24 = ___unicode0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_25 = V_6;
bool L_26 = ___includeFallbacks3;
int32_t L_27 = ___fontStyle4;
int32_t L_28 = ___fontWeight5;
bool* L_29 = ___isAlternativeTypeface6;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_30;
L_30 = TMP_FontAssetUtilities_GetCharacterFromFontAsset_Internal_m1862AE751CC6DA86B4424DA82B27B0C5073A237C(L_24, L_25, L_26, L_27, L_28, L_29, NULL);
V_7 = L_30;
// if (character != null)
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_31 = V_7;
V_9 = (bool)((!(((RuntimeObject*)(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)L_31) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_32 = V_9;
if (!L_32)
{
goto IL_00a6;
}
}
{
// return character;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_33 = V_7;
V_2 = L_33;
goto IL_00bc;
}
IL_00a6:
{
}
IL_00a7:
{
// for (int i = 0; i < fontAssetCount; i++)
int32_t L_34 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00ad:
{
// for (int i = 0; i < fontAssetCount; i++)
int32_t L_35 = V_5;
int32_t L_36 = V_0;
V_10 = (bool)((((int32_t)L_35) < ((int32_t)L_36))? 1 : 0);
bool L_37 = V_10;
if (L_37)
{
goto IL_0057;
}
}
{
// return null;
V_2 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)NULL;
goto IL_00bc;
}
IL_00bc:
{
// }
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_38 = V_2;
return L_38;
}
}
// TMPro.TMP_SpriteCharacter TMPro.TMP_FontAssetUtilities::GetSpriteCharacterFromSpriteAsset(System.UInt32,TMPro.TMP_SpriteAsset,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* TMP_FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_m5AAE0164B09274F8B314E0169277766ACCD7F02E (uint32_t ___unicode0, TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset1, bool ___includeFallbacks2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92_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_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* V_0 = NULL;
bool V_1 = false;
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
int32_t V_8 = 0;
int32_t V_9 = 0;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* V_10 = NULL;
int32_t V_11 = 0;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
int32_t G_B11_0 = 0;
{
// if (spriteAsset == null)
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_0 = ___spriteAsset1;
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0013;
}
}
{
// return null;
V_2 = (TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E*)NULL;
goto IL_0108;
}
IL_0013:
{
// if (spriteAsset.spriteCharacterLookupTable.TryGetValue(unicode, out spriteCharacter))
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_3 = ___spriteAsset1;
NullCheck(L_3);
Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED* L_4;
L_4 = TMP_SpriteAsset_get_spriteCharacterLookupTable_mA1128B86D4510139DB3712D8886F64C3B2A8D30F(L_3, NULL);
uint32_t L_5 = ___unicode0;
NullCheck(L_4);
bool L_6;
L_6 = Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92_RuntimeMethod_var);
V_3 = L_6;
bool L_7 = V_3;
if (!L_7)
{
goto IL_002c;
}
}
{
// return spriteCharacter;
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_8 = V_0;
V_2 = L_8;
goto IL_0108;
}
IL_002c:
{
// if (includeFallbacks)
bool L_9 = ___includeFallbacks2;
V_4 = L_9;
bool L_10 = V_4;
if (!L_10)
{
goto IL_0104;
}
}
{
// if (k_SearchedAssets == null)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_11 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
V_6 = (bool)((((RuntimeObject*)(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)L_11) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_12 = V_6;
if (!L_12)
{
goto IL_0051;
}
}
{
// k_SearchedAssets = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_13 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_13);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_13, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1), (void*)L_13);
goto IL_005c;
}
IL_0051:
{
// k_SearchedAssets.Clear();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_14 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
NullCheck(L_14);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_14, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_005c:
{
// k_SearchedAssets.Add(spriteAsset.instanceID);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_15 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_16 = ___spriteAsset1;
NullCheck(L_16);
int32_t L_17;
L_17 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_16, NULL);
NullCheck(L_15);
bool L_18;
L_18 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_15, L_17, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
// List<TMP_SpriteAsset> fallbackSpriteAsset = spriteAsset.fallbackSpriteAssets;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_19 = ___spriteAsset1;
NullCheck(L_19);
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_20 = L_19->___fallbackSpriteAssets_18;
V_5 = L_20;
// if (fallbackSpriteAsset != null && fallbackSpriteAsset.Count > 0)
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_21 = V_5;
if (!L_21)
{
goto IL_0085;
}
}
{
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_22 = V_5;
NullCheck(L_22);
int32_t L_23;
L_23 = List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_inline(L_22, List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_RuntimeMethod_var);
G_B11_0 = ((((int32_t)L_23) > ((int32_t)0))? 1 : 0);
goto IL_0086;
}
IL_0085:
{
G_B11_0 = 0;
}
IL_0086:
{
V_7 = (bool)G_B11_0;
bool L_24 = V_7;
if (!L_24)
{
goto IL_0103;
}
}
{
// int fallbackCount = fallbackSpriteAsset.Count;
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_25 = V_5;
NullCheck(L_25);
int32_t L_26;
L_26 = List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_inline(L_25, List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_RuntimeMethod_var);
V_8 = L_26;
// for (int i = 0; i < fallbackCount; i++)
V_9 = 0;
goto IL_00f6;
}
IL_009b:
{
// TMP_SpriteAsset temp = fallbackSpriteAsset[i];
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_27 = V_5;
int32_t L_28 = V_9;
NullCheck(L_27);
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_29;
L_29 = List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3(L_27, L_28, List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3_RuntimeMethod_var);
V_10 = L_29;
// if (temp == null)
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_30 = V_10;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_30, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_12 = L_31;
bool L_32 = V_12;
if (!L_32)
{
goto IL_00b7;
}
}
{
// continue;
goto IL_00f0;
}
IL_00b7:
{
// int id = temp.instanceID;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_33 = V_10;
NullCheck(L_33);
int32_t L_34;
L_34 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_33, NULL);
V_11 = L_34;
// if (k_SearchedAssets.Add(id) == false)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_35 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
int32_t L_36 = V_11;
NullCheck(L_35);
bool L_37;
L_37 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_35, L_36, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_13 = (bool)((((int32_t)L_37) == ((int32_t)0))? 1 : 0);
bool L_38 = V_13;
if (!L_38)
{
goto IL_00d7;
}
}
{
// continue;
goto IL_00f0;
}
IL_00d7:
{
// spriteCharacter = GetSpriteCharacterFromSpriteAsset_Internal(unicode, temp, true);
uint32_t L_39 = ___unicode0;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_40 = V_10;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_41;
L_41 = TMP_FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_Internal_mA591B4D26EF45A56994E67F285F21A68156EC4D7(L_39, L_40, (bool)1, NULL);
V_0 = L_41;
// if (spriteCharacter != null)
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_42 = V_0;
V_14 = (bool)((!(((RuntimeObject*)(TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E*)L_42) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_43 = V_14;
if (!L_43)
{
goto IL_00ef;
}
}
{
// return spriteCharacter;
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_44 = V_0;
V_2 = L_44;
goto IL_0108;
}
IL_00ef:
{
}
IL_00f0:
{
// for (int i = 0; i < fallbackCount; i++)
int32_t L_45 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_45, 1));
}
IL_00f6:
{
// for (int i = 0; i < fallbackCount; i++)
int32_t L_46 = V_9;
int32_t L_47 = V_8;
V_15 = (bool)((((int32_t)L_46) < ((int32_t)L_47))? 1 : 0);
bool L_48 = V_15;
if (L_48)
{
goto IL_009b;
}
}
{
}
IL_0103:
{
}
IL_0104:
{
// return null;
V_2 = (TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E*)NULL;
goto IL_0108;
}
IL_0108:
{
// }
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_49 = V_2;
return L_49;
}
}
// TMPro.TMP_SpriteCharacter TMPro.TMP_FontAssetUtilities::GetSpriteCharacterFromSpriteAsset_Internal(System.UInt32,TMPro.TMP_SpriteAsset,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* TMP_FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_Internal_mA591B4D26EF45A56994E67F285F21A68156EC4D7 (uint32_t ___unicode0, TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset1, bool ___includeFallbacks2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92_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_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* V_0 = NULL;
bool V_1 = false;
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* V_2 = NULL;
bool V_3 = false;
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* V_4 = NULL;
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* V_8 = NULL;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
int32_t G_B6_0 = 0;
{
// if (spriteAsset.spriteCharacterLookupTable.TryGetValue(unicode, out spriteCharacter))
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_0 = ___spriteAsset1;
NullCheck(L_0);
Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED* L_1;
L_1 = TMP_SpriteAsset_get_spriteCharacterLookupTable_mA1128B86D4510139DB3712D8886F64C3B2A8D30F(L_0, NULL);
uint32_t L_2 = ___unicode0;
NullCheck(L_1);
bool L_3;
L_3 = Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_mE8C1123EF056CBD396383F489D9C16EB1238EA92_RuntimeMethod_var);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_001a;
}
}
{
// return spriteCharacter;
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_5 = V_0;
V_2 = L_5;
goto IL_00be;
}
IL_001a:
{
// if (includeFallbacks)
bool L_6 = ___includeFallbacks2;
V_3 = L_6;
bool L_7 = V_3;
if (!L_7)
{
goto IL_00ba;
}
}
{
// List<TMP_SpriteAsset> fallbackSpriteAsset = spriteAsset.fallbackSpriteAssets;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_8 = ___spriteAsset1;
NullCheck(L_8);
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_9 = L_8->___fallbackSpriteAssets_18;
V_4 = L_9;
// if (fallbackSpriteAsset != null && fallbackSpriteAsset.Count > 0)
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_10 = V_4;
if (!L_10)
{
goto IL_003b;
}
}
{
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_11 = V_4;
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_inline(L_11, List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_RuntimeMethod_var);
G_B6_0 = ((((int32_t)L_12) > ((int32_t)0))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B6_0 = 0;
}
IL_003c:
{
V_5 = (bool)G_B6_0;
bool L_13 = V_5;
if (!L_13)
{
goto IL_00b9;
}
}
{
// int fallbackCount = fallbackSpriteAsset.Count;
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_14 = V_4;
NullCheck(L_14);
int32_t L_15;
L_15 = List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_inline(L_14, List_1_get_Count_m3E8926FD96B29C4157FACC16F0FC0F93575DBD5C_RuntimeMethod_var);
V_6 = L_15;
// for (int i = 0; i < fallbackCount; i++)
V_7 = 0;
goto IL_00ac;
}
IL_0051:
{
// TMP_SpriteAsset temp = fallbackSpriteAsset[i];
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* L_16 = V_4;
int32_t L_17 = V_7;
NullCheck(L_16);
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_18;
L_18 = List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3(L_16, L_17, List_1_get_Item_m34807684EA5E99939097A5E1A722E34ABB4B4FA3_RuntimeMethod_var);
V_8 = L_18;
// if (temp == null)
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_19 = V_8;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_20;
L_20 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_19, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_10 = L_20;
bool L_21 = V_10;
if (!L_21)
{
goto IL_006d;
}
}
{
// continue;
goto IL_00a6;
}
IL_006d:
{
// int id = temp.instanceID;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_22 = V_8;
NullCheck(L_22);
int32_t L_23;
L_23 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_22, NULL);
V_9 = L_23;
// if (k_SearchedAssets.Add(id) == false)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_24 = ((TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var))->___k_SearchedAssets_1;
int32_t L_25 = V_9;
NullCheck(L_24);
bool L_26;
L_26 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_24, L_25, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_11 = (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0);
bool L_27 = V_11;
if (!L_27)
{
goto IL_008d;
}
}
{
// continue;
goto IL_00a6;
}
IL_008d:
{
// spriteCharacter = GetSpriteCharacterFromSpriteAsset_Internal(unicode, temp, true);
uint32_t L_28 = ___unicode0;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* L_29 = V_8;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125_il2cpp_TypeInfo_var);
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_30;
L_30 = TMP_FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_Internal_mA591B4D26EF45A56994E67F285F21A68156EC4D7(L_28, L_29, (bool)1, NULL);
V_0 = L_30;
// if (spriteCharacter != null)
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_31 = V_0;
V_12 = (bool)((!(((RuntimeObject*)(TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E*)L_31) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_32 = V_12;
if (!L_32)
{
goto IL_00a5;
}
}
{
// return spriteCharacter;
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_33 = V_0;
V_2 = L_33;
goto IL_00be;
}
IL_00a5:
{
}
IL_00a6:
{
// for (int i = 0; i < fallbackCount; i++)
int32_t L_34 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00ac:
{
// for (int i = 0; i < fallbackCount; i++)
int32_t L_35 = V_7;
int32_t L_36 = V_6;
V_13 = (bool)((((int32_t)L_35) < ((int32_t)L_36))? 1 : 0);
bool L_37 = V_13;
if (L_37)
{
goto IL_0051;
}
}
{
}
IL_00b9:
{
}
IL_00ba:
{
// return null;
V_2 = (TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E*)NULL;
goto IL_00be;
}
IL_00be:
{
// }
TMP_SpriteCharacter_t98295D0A81320909AC4AD5F2602DD69EACBB449E* L_38 = V_2;
return L_38;
}
}
// System.Void TMPro.TMP_FontAssetUtilities::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAssetUtilities__ctor_m8F25AE77B581CFF45180EF5FABBB4688608FDA02 (TMP_FontAssetUtilities_tE01A2EFABA32F807FBA80E9BBE26A1F3D5D25125* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__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
#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_GlyphValueRecord::get_xPlacement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_xPlacement_m3BB0AE22AA4B44163AD2BFB438E60E227523D5E7 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float xPlacement { get { return m_XPlacement; } set { m_XPlacement = value; } }
float L_0 = __this->___m_XPlacement_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float xPlacement { get { return m_XPlacement; } set { m_XPlacement = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_GlyphValueRecord_get_xPlacement_m3BB0AE22AA4B44163AD2BFB438E60E227523D5E7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
float _returnValue;
_returnValue = TMP_GlyphValueRecord_get_xPlacement_m3BB0AE22AA4B44163AD2BFB438E60E227523D5E7(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_GlyphValueRecord::set_xPlacement(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_xPlacement_m12D97CDB7F44213ACBB3C015B5E88147147850A2 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float xPlacement { get { return m_XPlacement; } set { m_XPlacement = value; } }
float L_0 = ___value0;
__this->___m_XPlacement_0 = L_0;
// public float xPlacement { get { return m_XPlacement; } set { m_XPlacement = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphValueRecord_set_xPlacement_m12D97CDB7F44213ACBB3C015B5E88147147850A2_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
TMP_GlyphValueRecord_set_xPlacement_m12D97CDB7F44213ACBB3C015B5E88147147850A2(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_GlyphValueRecord::get_yPlacement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_yPlacement_m4FC0DDE3029083A45158537122D3BC3391DF2143 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float yPlacement { get { return m_YPlacement; } set { m_YPlacement = value; } }
float L_0 = __this->___m_YPlacement_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float yPlacement { get { return m_YPlacement; } set { m_YPlacement = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_GlyphValueRecord_get_yPlacement_m4FC0DDE3029083A45158537122D3BC3391DF2143_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
float _returnValue;
_returnValue = TMP_GlyphValueRecord_get_yPlacement_m4FC0DDE3029083A45158537122D3BC3391DF2143(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_GlyphValueRecord::set_yPlacement(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_yPlacement_m21EE385F1B674F9A575FFE6583A7E9035CFA2C24 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float yPlacement { get { return m_YPlacement; } set { m_YPlacement = value; } }
float L_0 = ___value0;
__this->___m_YPlacement_1 = L_0;
// public float yPlacement { get { return m_YPlacement; } set { m_YPlacement = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphValueRecord_set_yPlacement_m21EE385F1B674F9A575FFE6583A7E9035CFA2C24_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
TMP_GlyphValueRecord_set_yPlacement_m21EE385F1B674F9A575FFE6583A7E9035CFA2C24(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_GlyphValueRecord::get_xAdvance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_xAdvance_mA01138133A0841ADC49C3D0718B2268D9819CE4B (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float xAdvance { get { return m_XAdvance; } set { m_XAdvance = value; } }
float L_0 = __this->___m_XAdvance_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float xAdvance { get { return m_XAdvance; } set { m_XAdvance = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_GlyphValueRecord_get_xAdvance_mA01138133A0841ADC49C3D0718B2268D9819CE4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
float _returnValue;
_returnValue = TMP_GlyphValueRecord_get_xAdvance_mA01138133A0841ADC49C3D0718B2268D9819CE4B(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_GlyphValueRecord::set_xAdvance(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_xAdvance_m862DABDFC3FF1C78E6A4C655A6C5631B905370E9 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float xAdvance { get { return m_XAdvance; } set { m_XAdvance = value; } }
float L_0 = ___value0;
__this->___m_XAdvance_2 = L_0;
// public float xAdvance { get { return m_XAdvance; } set { m_XAdvance = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphValueRecord_set_xAdvance_m862DABDFC3FF1C78E6A4C655A6C5631B905370E9_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
TMP_GlyphValueRecord_set_xAdvance_m862DABDFC3FF1C78E6A4C655A6C5631B905370E9(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_GlyphValueRecord::get_yAdvance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_yAdvance_m6F2282B9DF89F62B52A07D36327CC39720225BA3 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float yAdvance { get { return m_YAdvance; } set { m_YAdvance = value; } }
float L_0 = __this->___m_YAdvance_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float yAdvance { get { return m_YAdvance; } set { m_YAdvance = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_GlyphValueRecord_get_yAdvance_m6F2282B9DF89F62B52A07D36327CC39720225BA3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
float _returnValue;
_returnValue = TMP_GlyphValueRecord_get_yAdvance_m6F2282B9DF89F62B52A07D36327CC39720225BA3(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_GlyphValueRecord::set_yAdvance(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord_set_yAdvance_m5369AC719C39D3B9B79F5FEDC85C109754A4D60E (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float yAdvance { get { return m_YAdvance; } set { m_YAdvance = value; } }
float L_0 = ___value0;
__this->___m_YAdvance_3 = L_0;
// public float yAdvance { get { return m_YAdvance; } set { m_YAdvance = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphValueRecord_set_yAdvance_m5369AC719C39D3B9B79F5FEDC85C109754A4D60E_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
TMP_GlyphValueRecord_set_yAdvance_m5369AC719C39D3B9B79F5FEDC85C109754A4D60E(_thisAdjusted, ___value0, 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)
{
{
// m_XPlacement = xPlacement;
float L_0 = ___xPlacement0;
__this->___m_XPlacement_0 = L_0;
// m_YPlacement = yPlacement;
float L_1 = ___yPlacement1;
__this->___m_YPlacement_1 = L_1;
// m_XAdvance = xAdvance;
float L_2 = ___xAdvance2;
__this->___m_XAdvance_2 = L_2;
// m_YAdvance = yAdvance;
float L_3 = ___yAdvance3;
__this->___m_YAdvance_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphValueRecord__ctor_m030CD9864F16A5FB58D41ECD6CF66EC883B078BA_AdjustorThunk (RuntimeObject* __this, float ___xPlacement0, float ___yPlacement1, float ___xAdvance2, float ___yAdvance3, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
TMP_GlyphValueRecord__ctor_m030CD9864F16A5FB58D41ECD6CF66EC883B078BA(_thisAdjusted, ___xPlacement0, ___yPlacement1, ___xAdvance2, ___yAdvance3, method);
}
// System.Void TMPro.TMP_GlyphValueRecord::.ctor(TMPro.GlyphValueRecord_Legacy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord__ctor_m5F96BB76417057AB3AC83120DA921295DBCA9952 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___valueRecord0, const RuntimeMethod* method)
{
{
// m_XPlacement = valueRecord.xPlacement;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_0 = ___valueRecord0;
float L_1 = L_0.___xPlacement_0;
__this->___m_XPlacement_0 = L_1;
// m_YPlacement = valueRecord.yPlacement;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_2 = ___valueRecord0;
float L_3 = L_2.___yPlacement_1;
__this->___m_YPlacement_1 = L_3;
// m_XAdvance = valueRecord.xAdvance;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_4 = ___valueRecord0;
float L_5 = L_4.___xAdvance_2;
__this->___m_XAdvance_2 = L_5;
// m_YAdvance = valueRecord.yAdvance;
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_6 = ___valueRecord0;
float L_7 = L_6.___yAdvance_3;
__this->___m_YAdvance_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphValueRecord__ctor_m5F96BB76417057AB3AC83120DA921295DBCA9952_AdjustorThunk (RuntimeObject* __this, GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___valueRecord0, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
TMP_GlyphValueRecord__ctor_m5F96BB76417057AB3AC83120DA921295DBCA9952(_thisAdjusted, ___valueRecord0, method);
}
// System.Void TMPro.TMP_GlyphValueRecord::.ctor(UnityEngine.TextCore.LowLevel.GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord__ctor_mFE317398DD11D070520A083E7C0758D7FD862F11 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___valueRecord0, const RuntimeMethod* method)
{
{
// m_XPlacement = valueRecord.xPlacement;
float L_0;
L_0 = GlyphValueRecord_get_xPlacement_m5E2B8B05A5DF57B2DC4B3795E71330CDDE1761C8((&___valueRecord0), NULL);
__this->___m_XPlacement_0 = L_0;
// m_YPlacement = valueRecord.yPlacement;
float L_1;
L_1 = GlyphValueRecord_get_yPlacement_mB6303F8800305F6F96ECCD0CD9AA70A1A30A15DA((&___valueRecord0), NULL);
__this->___m_YPlacement_1 = L_1;
// m_XAdvance = valueRecord.xAdvance;
float L_2;
L_2 = GlyphValueRecord_get_xAdvance_m6C392027FA91E0705C1585C5EF40D984AAA0013E((&___valueRecord0), NULL);
__this->___m_XAdvance_2 = L_2;
// m_YAdvance = valueRecord.yAdvance;
float L_3;
L_3 = GlyphValueRecord_get_yAdvance_m1379AA10FCCFFABEAF43E767F8BFBF32CA76B5B6((&___valueRecord0), NULL);
__this->___m_YAdvance_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphValueRecord__ctor_mFE317398DD11D070520A083E7C0758D7FD862F11_AdjustorThunk (RuntimeObject* __this, GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___valueRecord0, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1*>(__this + _offset);
TMP_GlyphValueRecord__ctor_mFE317398DD11D070520A083E7C0758D7FD862F11(_thisAdjusted, ___valueRecord0, method);
}
// TMPro.TMP_GlyphValueRecord TMPro.TMP_GlyphValueRecord::op_Addition(TMPro.TMP_GlyphValueRecord,TMPro.TMP_GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 TMP_GlyphValueRecord_op_Addition_m23C3133D88237C808C8623897F39280BCE880C21 (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___a0, TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___b1, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 V_0;
memset((&V_0), 0, sizeof(V_0));
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// c.m_XPlacement = a.xPlacement + b.xPlacement;
float L_0;
L_0 = TMP_GlyphValueRecord_get_xPlacement_m3BB0AE22AA4B44163AD2BFB438E60E227523D5E7((&___a0), NULL);
float L_1;
L_1 = TMP_GlyphValueRecord_get_xPlacement_m3BB0AE22AA4B44163AD2BFB438E60E227523D5E7((&___b1), NULL);
(&V_0)->___m_XPlacement_0 = ((float)il2cpp_codegen_add(L_0, L_1));
// c.m_YPlacement = a.yPlacement + b.yPlacement;
float L_2;
L_2 = TMP_GlyphValueRecord_get_yPlacement_m4FC0DDE3029083A45158537122D3BC3391DF2143((&___a0), NULL);
float L_3;
L_3 = TMP_GlyphValueRecord_get_yPlacement_m4FC0DDE3029083A45158537122D3BC3391DF2143((&___b1), NULL);
(&V_0)->___m_YPlacement_1 = ((float)il2cpp_codegen_add(L_2, L_3));
// c.m_XAdvance = a.xAdvance + b.xAdvance;
float L_4;
L_4 = TMP_GlyphValueRecord_get_xAdvance_mA01138133A0841ADC49C3D0718B2268D9819CE4B((&___a0), NULL);
float L_5;
L_5 = TMP_GlyphValueRecord_get_xAdvance_mA01138133A0841ADC49C3D0718B2268D9819CE4B((&___b1), NULL);
(&V_0)->___m_XAdvance_2 = ((float)il2cpp_codegen_add(L_4, L_5));
// c.m_YAdvance = a.yAdvance + b.yAdvance;
float L_6;
L_6 = TMP_GlyphValueRecord_get_yAdvance_m6F2282B9DF89F62B52A07D36327CC39720225BA3((&___a0), NULL);
float L_7;
L_7 = TMP_GlyphValueRecord_get_yAdvance_m6F2282B9DF89F62B52A07D36327CC39720225BA3((&___b1), NULL);
(&V_0)->___m_YAdvance_3 = ((float)il2cpp_codegen_add(L_6, L_7));
// return c;
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_8 = V_0;
V_1 = L_8;
goto IL_005d;
}
IL_005d:
{
// }
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_9 = V_1;
return L_9;
}
}
#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.UInt32 TMPro.TMP_GlyphAdjustmentRecord::get_glyphIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } }
uint32_t L_0 = __this->___m_GlyphIndex_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } }
uint32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C uint32_t TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00*>(__this + _offset);
uint32_t _returnValue;
_returnValue = TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_GlyphAdjustmentRecord::set_glyphIndex(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphAdjustmentRecord_set_glyphIndex_m3045246D7E256A1DEC17ADE2887BCEB013DF2DBB (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } }
uint32_t L_0 = ___value0;
__this->___m_GlyphIndex_0 = L_0;
// public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphAdjustmentRecord_set_glyphIndex_m3045246D7E256A1DEC17ADE2887BCEB013DF2DBB_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00*>(__this + _offset);
TMP_GlyphAdjustmentRecord_set_glyphIndex_m3045246D7E256A1DEC17ADE2887BCEB013DF2DBB(_thisAdjusted, ___value0, method);
}
// TMPro.TMP_GlyphValueRecord TMPro.TMP_GlyphAdjustmentRecord::get_glyphValueRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 TMP_GlyphAdjustmentRecord_get_glyphValueRecord_m1368E9CA86E6E76E04901506445319BAEFD6AA56 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, const RuntimeMethod* method)
{
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public TMP_GlyphValueRecord glyphValueRecord { get { return m_GlyphValueRecord; } set { m_GlyphValueRecord = value; } }
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_0 = __this->___m_GlyphValueRecord_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TMP_GlyphValueRecord glyphValueRecord { get { return m_GlyphValueRecord; } set { m_GlyphValueRecord = value; } }
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 TMP_GlyphAdjustmentRecord_get_glyphValueRecord_m1368E9CA86E6E76E04901506445319BAEFD6AA56_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00*>(__this + _offset);
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 _returnValue;
_returnValue = TMP_GlyphAdjustmentRecord_get_glyphValueRecord_m1368E9CA86E6E76E04901506445319BAEFD6AA56(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_GlyphAdjustmentRecord::set_glyphValueRecord(TMPro.TMP_GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphAdjustmentRecord_set_glyphValueRecord_m47A43D4E95C3A89DC17588C3BE7F093517B4EBE9 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___value0, const RuntimeMethod* method)
{
{
// public TMP_GlyphValueRecord glyphValueRecord { get { return m_GlyphValueRecord; } set { m_GlyphValueRecord = value; } }
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_0 = ___value0;
__this->___m_GlyphValueRecord_1 = L_0;
// public TMP_GlyphValueRecord glyphValueRecord { get { return m_GlyphValueRecord; } set { m_GlyphValueRecord = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphAdjustmentRecord_set_glyphValueRecord_m47A43D4E95C3A89DC17588C3BE7F093517B4EBE9_AdjustorThunk (RuntimeObject* __this, TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___value0, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00*>(__this + _offset);
TMP_GlyphAdjustmentRecord_set_glyphValueRecord_m47A43D4E95C3A89DC17588C3BE7F093517B4EBE9(_thisAdjusted, ___value0, 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)
{
{
// m_GlyphIndex = glyphIndex;
uint32_t L_0 = ___glyphIndex0;
__this->___m_GlyphIndex_0 = L_0;
// m_GlyphValueRecord = glyphValueRecord;
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_1 = ___glyphValueRecord1;
__this->___m_GlyphValueRecord_1 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphAdjustmentRecord__ctor_m41FDDFADD92DB1A8446228B1108E3E5C985CAAE0_AdjustorThunk (RuntimeObject* __this, uint32_t ___glyphIndex0, TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___glyphValueRecord1, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00*>(__this + _offset);
TMP_GlyphAdjustmentRecord__ctor_m41FDDFADD92DB1A8446228B1108E3E5C985CAAE0(_thisAdjusted, ___glyphIndex0, ___glyphValueRecord1, method);
}
// System.Void TMPro.TMP_GlyphAdjustmentRecord::.ctor(UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphAdjustmentRecord__ctor_mB6BB797DD594B413042DD5D4FB8D691430FC8F51 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 ___adjustmentRecord0, const RuntimeMethod* method)
{
{
// m_GlyphIndex = adjustmentRecord.glyphIndex;
uint32_t L_0;
L_0 = GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9((&___adjustmentRecord0), NULL);
__this->___m_GlyphIndex_0 = L_0;
// m_GlyphValueRecord = new TMP_GlyphValueRecord(adjustmentRecord.glyphValueRecord);
GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E L_1;
L_1 = GlyphAdjustmentRecord_get_glyphValueRecord_m83866DCE07A22F903D4BA417476E64114625BDD7((&___adjustmentRecord0), NULL);
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_2;
memset((&L_2), 0, sizeof(L_2));
TMP_GlyphValueRecord__ctor_mFE317398DD11D070520A083E7C0758D7FD862F11((&L_2), L_1, /*hidden argument*/NULL);
__this->___m_GlyphValueRecord_1 = L_2;
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_GlyphAdjustmentRecord__ctor_mB6BB797DD594B413042DD5D4FB8D691430FC8F51_AdjustorThunk (RuntimeObject* __this, GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 ___adjustmentRecord0, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00*>(__this + _offset);
TMP_GlyphAdjustmentRecord__ctor_mB6BB797DD594B413042DD5D4FB8D691430FC8F51(_thisAdjusted, ___adjustmentRecord0, 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
// TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::get_firstAdjustmentRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 TMP_GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m4782831AE89EF77464166E4EB47C251B8483A458 (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public TMP_GlyphAdjustmentRecord firstAdjustmentRecord { get { return m_FirstAdjustmentRecord; } set { m_FirstAdjustmentRecord = value; } }
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_0 = __this->___m_FirstAdjustmentRecord_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TMP_GlyphAdjustmentRecord firstAdjustmentRecord { get { return m_FirstAdjustmentRecord; } set { m_FirstAdjustmentRecord = value; } }
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_GlyphPairAdjustmentRecord::set_firstAdjustmentRecord(TMPro.TMP_GlyphAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphPairAdjustmentRecord_set_firstAdjustmentRecord_m795F115F13680DDAA3F4BCED9902C3CE3C8A497F (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 ___value0, const RuntimeMethod* method)
{
{
// public TMP_GlyphAdjustmentRecord firstAdjustmentRecord { get { return m_FirstAdjustmentRecord; } set { m_FirstAdjustmentRecord = value; } }
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_0 = ___value0;
__this->___m_FirstAdjustmentRecord_0 = L_0;
// public TMP_GlyphAdjustmentRecord firstAdjustmentRecord { get { return m_FirstAdjustmentRecord; } set { m_FirstAdjustmentRecord = value; } }
return;
}
}
// TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::get_secondAdjustmentRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 TMP_GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mF238079D6ADF0E2D6BE59D48758E13C2ED2F2B32 (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public TMP_GlyphAdjustmentRecord secondAdjustmentRecord { get { return m_SecondAdjustmentRecord; } set { m_SecondAdjustmentRecord = value; } }
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_0 = __this->___m_SecondAdjustmentRecord_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TMP_GlyphAdjustmentRecord secondAdjustmentRecord { get { return m_SecondAdjustmentRecord; } set { m_SecondAdjustmentRecord = value; } }
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_GlyphPairAdjustmentRecord::set_secondAdjustmentRecord(TMPro.TMP_GlyphAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphPairAdjustmentRecord_set_secondAdjustmentRecord_mAE3695EF425238B8F692F1808BF9055E63AEF98A (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 ___value0, const RuntimeMethod* method)
{
{
// public TMP_GlyphAdjustmentRecord secondAdjustmentRecord { get { return m_SecondAdjustmentRecord; } set { m_SecondAdjustmentRecord = value; } }
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_0 = ___value0;
__this->___m_SecondAdjustmentRecord_1 = L_0;
// public TMP_GlyphAdjustmentRecord secondAdjustmentRecord { get { return m_SecondAdjustmentRecord; } set { m_SecondAdjustmentRecord = value; } }
return;
}
}
// TMPro.FontFeatureLookupFlags TMPro.TMP_GlyphPairAdjustmentRecord::get_featureLookupFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_GlyphPairAdjustmentRecord_get_featureLookupFlags_mAAFBDA6BE590EC3C085CA1537384CB1D97390691 (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public FontFeatureLookupFlags featureLookupFlags { get { return m_FeatureLookupFlags; } set { m_FeatureLookupFlags = value; } }
int32_t L_0 = __this->___m_FeatureLookupFlags_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public FontFeatureLookupFlags featureLookupFlags { get { return m_FeatureLookupFlags; } set { m_FeatureLookupFlags = value; } }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_GlyphPairAdjustmentRecord::set_featureLookupFlags(TMPro.FontFeatureLookupFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphPairAdjustmentRecord_set_featureLookupFlags_m20C444D8AAE7A18E0B767B385272AE28C21007AB (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public FontFeatureLookupFlags featureLookupFlags { get { return m_FeatureLookupFlags; } set { m_FeatureLookupFlags = value; } }
int32_t L_0 = ___value0;
__this->___m_FeatureLookupFlags_2 = L_0;
// public FontFeatureLookupFlags featureLookupFlags { get { return m_FeatureLookupFlags; } set { m_FeatureLookupFlags = value; } }
return;
}
}
// 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)
{
{
// public TMP_GlyphPairAdjustmentRecord(TMP_GlyphAdjustmentRecord firstAdjustmentRecord, TMP_GlyphAdjustmentRecord secondAdjustmentRecord)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_FirstAdjustmentRecord = firstAdjustmentRecord;
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_0 = ___firstAdjustmentRecord0;
__this->___m_FirstAdjustmentRecord_0 = L_0;
// m_SecondAdjustmentRecord = secondAdjustmentRecord;
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_1 = ___secondAdjustmentRecord1;
__this->___m_SecondAdjustmentRecord_1 = L_1;
// m_FeatureLookupFlags = FontFeatureLookupFlags.None;
__this->___m_FeatureLookupFlags_2 = 0;
// }
return;
}
}
// 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)
{
{
// internal TMP_GlyphPairAdjustmentRecord(GlyphPairAdjustmentRecord glyphPairAdjustmentRecord)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_FirstAdjustmentRecord = new TMP_GlyphAdjustmentRecord(glyphPairAdjustmentRecord.firstAdjustmentRecord);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_0;
L_0 = GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m867469548F17B298F893B78EE2F93D34E4A6C39C((&___glyphPairAdjustmentRecord0), NULL);
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_1;
memset((&L_1), 0, sizeof(L_1));
TMP_GlyphAdjustmentRecord__ctor_mB6BB797DD594B413042DD5D4FB8D691430FC8F51((&L_1), L_0, /*hidden argument*/NULL);
__this->___m_FirstAdjustmentRecord_0 = L_1;
// m_SecondAdjustmentRecord = new TMP_GlyphAdjustmentRecord(glyphPairAdjustmentRecord.secondAdjustmentRecord);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_2;
L_2 = GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mFDFECB1F7A38E22BD2388FFE9C71E732F6B44D91((&___glyphPairAdjustmentRecord0), NULL);
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_3;
memset((&L_3), 0, sizeof(L_3));
TMP_GlyphAdjustmentRecord__ctor_mB6BB797DD594B413042DD5D4FB8D691430FC8F51((&L_3), L_2, /*hidden argument*/NULL);
__this->___m_SecondAdjustmentRecord_1 = L_3;
// m_FeatureLookupFlags = FontFeatureLookupFlags.None;
__this->___m_FeatureLookupFlags_2 = 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.GlyphPairKey::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlyphPairKey__ctor_m59DDEB66E800AABAEF624BCCF1CE091F27F124A2 (GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA* __this, uint32_t ___firstGlyphIndex0, uint32_t ___secondGlyphIndex1, const RuntimeMethod* method)
{
{
// this.firstGlyphIndex = firstGlyphIndex;
uint32_t L_0 = ___firstGlyphIndex0;
__this->___firstGlyphIndex_0 = L_0;
// this.secondGlyphIndex = secondGlyphIndex;
uint32_t L_1 = ___secondGlyphIndex1;
__this->___secondGlyphIndex_1 = L_1;
// key = secondGlyphIndex << 16 | firstGlyphIndex;
uint32_t L_2 = ___secondGlyphIndex1;
uint32_t L_3 = ___firstGlyphIndex0;
__this->___key_2 = ((int32_t)(((int32_t)((int32_t)L_2<<((int32_t)16)))|(int32_t)L_3));
// }
return;
}
}
IL2CPP_EXTERN_C void GlyphPairKey__ctor_m59DDEB66E800AABAEF624BCCF1CE091F27F124A2_AdjustorThunk (RuntimeObject* __this, uint32_t ___firstGlyphIndex0, uint32_t ___secondGlyphIndex1, const RuntimeMethod* method)
{
GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA*>(__this + _offset);
GlyphPairKey__ctor_m59DDEB66E800AABAEF624BCCF1CE091F27F124A2(_thisAdjusted, ___firstGlyphIndex0, ___secondGlyphIndex1, 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)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// firstGlyphIndex = record.firstAdjustmentRecord.glyphIndex;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_0 = ___record0;
NullCheck(L_0);
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_1;
L_1 = TMP_GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m4782831AE89EF77464166E4EB47C251B8483A458(L_0, NULL);
V_0 = L_1;
uint32_t L_2;
L_2 = TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34((&V_0), NULL);
__this->___firstGlyphIndex_0 = L_2;
// secondGlyphIndex = record.secondAdjustmentRecord.glyphIndex;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_3 = ___record0;
NullCheck(L_3);
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_4;
L_4 = TMP_GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mF238079D6ADF0E2D6BE59D48758E13C2ED2F2B32(L_3, NULL);
V_0 = L_4;
uint32_t L_5;
L_5 = TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34((&V_0), NULL);
__this->___secondGlyphIndex_1 = L_5;
// key = secondGlyphIndex << 16 | firstGlyphIndex;
uint32_t L_6 = __this->___secondGlyphIndex_1;
uint32_t L_7 = __this->___firstGlyphIndex_0;
__this->___key_2 = ((int32_t)(((int32_t)((int32_t)L_6<<((int32_t)16)))|(int32_t)L_7));
// }
return;
}
}
IL2CPP_EXTERN_C void GlyphPairKey__ctor_mB1A0951B06F19D942015727B646A530A9EB68577_AdjustorThunk (RuntimeObject* __this, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* ___record0, const RuntimeMethod* method)
{
GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA*>(__this + _offset);
GlyphPairKey__ctor_mB1A0951B06F19D942015727B646A530A9EB68577(_thisAdjusted, ___record0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.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)
{
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* V_0 = NULL;
{
// get { return m_GlyphPairAdjustmentRecords; }
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_0 = __this->___m_GlyphPairAdjustmentRecords_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_GlyphPairAdjustmentRecords; }
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontFeatureTable::set_glyphPairAdjustmentRecords(System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontFeatureTable_set_glyphPairAdjustmentRecords_mCA20A72ABB8E829EE3C258B305143166EF220D62 (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* __this, List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* ___value0, const RuntimeMethod* method)
{
{
// set { m_GlyphPairAdjustmentRecords = value; }
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_0 = ___value0;
__this->___m_GlyphPairAdjustmentRecords_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphPairAdjustmentRecords_0), (void*)L_0);
// set { m_GlyphPairAdjustmentRecords = value; }
return;
}
}
// System.Void TMPro.TMP_FontFeatureTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontFeatureTable__ctor_m6F156B35A4B68F5616CFD3236C64F1E790D69039 (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
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__ctor_m823A205E35E2FD1B515F547D8923F4B258928E52_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public TMP_FontFeatureTable()
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_GlyphPairAdjustmentRecords = new List<TMP_GlyphPairAdjustmentRecord>();
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_0 = (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*)il2cpp_codegen_object_new(List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m823A205E35E2FD1B515F547D8923F4B258928E52(L_0, List_1__ctor_m823A205E35E2FD1B515F547D8923F4B258928E52_RuntimeMethod_var);
__this->___m_GlyphPairAdjustmentRecords_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphPairAdjustmentRecords_0), (void*)L_0);
// m_GlyphPairAdjustmentRecordLookupDictionary = new Dictionary<uint, TMP_GlyphPairAdjustmentRecord>();
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_1 = (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142*)il2cpp_codegen_object_new(Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142_il2cpp_TypeInfo_var);
NullCheck(L_1);
Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76(L_1, Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76_RuntimeMethod_var);
__this->___m_GlyphPairAdjustmentRecordLookupDictionary_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphPairAdjustmentRecordLookupDictionary_1), (void*)L_1);
// }
return;
}
}
// System.Void TMPro.TMP_FontFeatureTable::SortGlyphPairAdjustmentRecords()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontFeatureTable_SortGlyphPairAdjustmentRecords_m8BF5A029B84FF32BFCF4B32AD3D32F463DD050BD (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mF64B759AAB17D55E3692A53931FD3C48C3A31F6D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ThenBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mCCA835BE29AFDC02346366E7B286330085A9A849_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_m2071C1F6F049429AF1A169AB3ED09E6C9353312A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_0_m6E8D8B97DDFB03B6EF69ADF2E85D412411D50075_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_1_m12FAD67963FC77E6B359185D50EE168FCB5F7095_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* G_B3_0 = NULL;
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* G_B3_1 = NULL;
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* G_B3_2 = NULL;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* G_B2_0 = NULL;
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* G_B2_1 = NULL;
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* G_B2_2 = NULL;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* G_B5_0 = NULL;
RuntimeObject* G_B5_1 = NULL;
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* G_B5_2 = NULL;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* G_B4_2 = NULL;
{
// if (m_GlyphPairAdjustmentRecords.Count > 0)
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_0 = __this->___m_GlyphPairAdjustmentRecords_0;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_inline(L_0, List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_006c;
}
}
{
// m_GlyphPairAdjustmentRecords = m_GlyphPairAdjustmentRecords.OrderBy(s => s.firstAdjustmentRecord.glyphIndex).ThenBy(s => s.secondAdjustmentRecord.glyphIndex).ToList();
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_3 = __this->___m_GlyphPairAdjustmentRecords_0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var);
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_4 = ((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_5 = L_4;
G_B2_0 = L_5;
G_B2_1 = L_3;
G_B2_2 = __this;
if (L_5)
{
G_B3_0 = L_5;
G_B3_1 = L_3;
G_B3_2 = __this;
goto IL_0039;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var);
U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* L_6 = ((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_7 = (Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED*)il2cpp_codegen_object_new(Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED_il2cpp_TypeInfo_var);
NullCheck(L_7);
Func_2__ctor_m19634184DA25A35D4C39B5E8C65662441D69BEDA(L_7, L_6, (intptr_t)((void*)U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_0_m6E8D8B97DDFB03B6EF69ADF2E85D412411D50075_RuntimeMethod_var), NULL);
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_8 = L_7;
((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1), (void*)L_8);
G_B3_0 = L_8;
G_B3_1 = G_B2_1;
G_B3_2 = G_B2_2;
}
IL_0039:
{
RuntimeObject* L_9;
L_9 = Enumerable_OrderBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mF64B759AAB17D55E3692A53931FD3C48C3A31F6D(G_B3_1, G_B3_0, Enumerable_OrderBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mF64B759AAB17D55E3692A53931FD3C48C3A31F6D_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var);
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_10 = ((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_11 = L_10;
G_B4_0 = L_11;
G_B4_1 = L_9;
G_B4_2 = G_B3_2;
if (L_11)
{
G_B5_0 = L_11;
G_B5_1 = L_9;
G_B5_2 = G_B3_2;
goto IL_005d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var);
U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* L_12 = ((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_13 = (Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED*)il2cpp_codegen_object_new(Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED_il2cpp_TypeInfo_var);
NullCheck(L_13);
Func_2__ctor_m19634184DA25A35D4C39B5E8C65662441D69BEDA(L_13, L_12, (intptr_t)((void*)U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_1_m12FAD67963FC77E6B359185D50EE168FCB5F7095_RuntimeMethod_var), NULL);
Func_2_t67B0388A899E4C708FA042B083D87FF5BDC0D9ED* L_14 = L_13;
((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2), (void*)L_14);
G_B5_0 = L_14;
G_B5_1 = G_B4_1;
G_B5_2 = G_B4_2;
}
IL_005d:
{
RuntimeObject* L_15;
L_15 = Enumerable_ThenBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mCCA835BE29AFDC02346366E7B286330085A9A849(G_B5_1, G_B5_0, Enumerable_ThenBy_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mCCA835BE29AFDC02346366E7B286330085A9A849_RuntimeMethod_var);
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_16;
L_16 = Enumerable_ToList_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_m2071C1F6F049429AF1A169AB3ED09E6C9353312A(L_15, Enumerable_ToList_TisTMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_m2071C1F6F049429AF1A169AB3ED09E6C9353312A_RuntimeMethod_var);
NullCheck(G_B5_2);
G_B5_2->___m_GlyphPairAdjustmentRecords_0 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&G_B5_2->___m_GlyphPairAdjustmentRecords_0), (void*)L_16);
}
IL_006c:
{
// }
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_FontFeatureTable/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m4B32C0F7803D39CB769E114666BE8DA5B072F973 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* L_0 = (U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516*)il2cpp_codegen_object_new(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mE70BB44A038503EE1979AD30BA141C6792A5160A(L_0, NULL);
((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void TMPro.TMP_FontFeatureTable/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE70BB44A038503EE1979AD30BA141C6792A5160A (U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.UInt32 TMPro.TMP_FontFeatureTable/<>c::<SortGlyphPairAdjustmentRecords>b__6_0(TMPro.TMP_GlyphPairAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_0_m6E8D8B97DDFB03B6EF69ADF2E85D412411D50075 (U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* __this, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* ___s0, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// m_GlyphPairAdjustmentRecords = m_GlyphPairAdjustmentRecords.OrderBy(s => s.firstAdjustmentRecord.glyphIndex).ThenBy(s => s.secondAdjustmentRecord.glyphIndex).ToList();
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_0 = ___s0;
NullCheck(L_0);
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_1;
L_1 = TMP_GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m4782831AE89EF77464166E4EB47C251B8483A458(L_0, NULL);
V_0 = L_1;
uint32_t L_2;
L_2 = TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34((&V_0), NULL);
return L_2;
}
}
// System.UInt32 TMPro.TMP_FontFeatureTable/<>c::<SortGlyphPairAdjustmentRecords>b__6_1(TMPro.TMP_GlyphPairAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CU3Ec_U3CSortGlyphPairAdjustmentRecordsU3Eb__6_1_m12FAD67963FC77E6B359185D50EE168FCB5F7095 (U3CU3Ec_t6510EA3A70CB6591FBF3A9D8E05F50E8352DB516* __this, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* ___s0, const RuntimeMethod* method)
{
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// m_GlyphPairAdjustmentRecords = m_GlyphPairAdjustmentRecords.OrderBy(s => s.firstAdjustmentRecord.glyphIndex).ThenBy(s => s.secondAdjustmentRecord.glyphIndex).ToList();
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_0 = ___s0;
NullCheck(L_0);
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_1;
L_1 = TMP_GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mF238079D6ADF0E2D6BE59D48758E13C2ED2F2B32(L_0, NULL);
V_0 = L_1;
uint32_t L_2;
L_2 = TMP_GlyphAdjustmentRecord_get_glyphIndex_m5DE8A84366AD7DC8B32D99B47D2BFE291F3C4F34((&V_0), NULL);
return L_2;
}
}
#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.EventSystems.BaseInput TMPro.TMP_InputField::get_inputSystem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* V_1 = NULL;
int32_t G_B3_0 = 0;
{
// if (EventSystem.current && EventSystem.current.currentInputModule)
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_0;
L_0 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_0, NULL);
if (!L_1)
{
goto IL_001e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_2;
L_2 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
NullCheck(L_2);
BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* L_3;
L_3 = EventSystem_get_currentInputModule_m30559FCECCCE1AAD97D801968B8BD1C483FBF7AC(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_3, NULL);
G_B3_0 = ((int32_t)(L_4));
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
V_0 = (bool)G_B3_0;
bool L_5 = V_0;
if (!L_5)
{
goto IL_0035;
}
}
{
// return EventSystem.current.currentInputModule.input;
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_6;
L_6 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
NullCheck(L_6);
BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* L_7;
L_7 = EventSystem_get_currentInputModule_m30559FCECCCE1AAD97D801968B8BD1C483FBF7AC(L_6, NULL);
NullCheck(L_7);
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_8;
L_8 = BaseInputModule_get_input_mCB3F78528AA14A7AD7E957870DBB0152B4BF13FB(L_7, NULL);
V_1 = L_8;
goto IL_0039;
}
IL_0035:
{
// return null;
V_1 = (BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622*)NULL;
goto IL_0039;
}
IL_0039:
{
// }
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_9 = V_1;
return L_9;
}
}
// System.String TMPro.TMP_InputField::get_compositionString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_get_compositionString_m4332AACD655CF044F84411B3BCE32BF2034AC4CC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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;
}
String_t* V_0 = NULL;
String_t* G_B3_0 = NULL;
{
// get { return inputSystem != null ? inputSystem.compositionString : Input.compositionString; }
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_0;
L_0 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
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_0016;
}
}
{
String_t* L_2;
L_2 = Input_get_compositionString_mA071FFBF890F501012D2906ADCE49398922AA470(NULL);
G_B3_0 = L_2;
goto IL_0021;
}
IL_0016:
{
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_3;
L_3 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
NullCheck(L_3);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(17 /* System.String UnityEngine.EventSystems.BaseInput::get_compositionString() */, L_3);
G_B3_0 = L_4;
}
IL_0021:
{
V_0 = G_B3_0;
goto IL_0024;
}
IL_0024:
{
// get { return inputSystem != null ? inputSystem.compositionString : Input.compositionString; }
String_t* L_5 = V_0;
return L_5;
}
}
// System.Int32 TMPro.TMP_InputField::get_compositionLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_ReadOnly)
bool L_0 = __this->___m_ReadOnly_63;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000f;
}
}
{
// return 0;
V_1 = 0;
goto IL_001d;
}
IL_000f:
{
// return compositionString.Length;
String_t* L_2;
L_2 = TMP_InputField_get_compositionString_m4332AACD655CF044F84411B3BCE32BF2034AC4CC(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
V_1 = L_3;
goto IL_001d;
}
IL_001d:
{
// }
int32_t L_4 = V_1;
return L_4;
}
}
// System.Void TMPro.TMP_InputField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField__ctor_m6C5321A190D58235E29A17D7EE17D249D210A07B (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
{
// private bool m_IsDrivenByLayoutComponents = false;
__this->___m_IsDrivenByLayoutComponents_32 = (bool)0;
// protected float m_ScrollSensitivity = 1.0f;
__this->___m_ScrollSensitivity_36 = (1.0f);
// private ContentType m_ContentType = ContentType.Standard;
__this->___m_ContentType_37 = 0;
// private InputType m_InputType = InputType.Standard;
__this->___m_InputType_38 = 0;
// private char m_AsteriskChar = '*';
__this->___m_AsteriskChar_39 = ((int32_t)42);
// private TouchScreenKeyboardType m_KeyboardType = TouchScreenKeyboardType.Default;
__this->___m_KeyboardType_40 = 0;
// private LineType m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// private bool m_HideMobileInput = false;
__this->___m_HideMobileInput_42 = (bool)0;
// private bool m_HideSoftKeyboard = false;
__this->___m_HideSoftKeyboard_43 = (bool)0;
// private CharacterValidation m_CharacterValidation = CharacterValidation.None;
__this->___m_CharacterValidation_44 = 0;
// private string m_RegexValue = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_RegexValue_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RegexValue_45), (void*)L_0);
// private float m_GlobalPointSize = 14;
__this->___m_GlobalPointSize_46 = (14.0f);
// private int m_CharacterLimit = 0;
__this->___m_CharacterLimit_47 = 0;
// private SubmitEvent m_OnEndEdit = new SubmitEvent();
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_1 = (SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500*)il2cpp_codegen_object_new(SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_il2cpp_TypeInfo_var);
NullCheck(L_1);
SubmitEvent__ctor_m7D30737EA13979AD78F6D7C46563FD43A32301C8(L_1, NULL);
__this->___m_OnEndEdit_48 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnEndEdit_48), (void*)L_1);
// private SubmitEvent m_OnSubmit = new SubmitEvent();
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_2 = (SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500*)il2cpp_codegen_object_new(SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_il2cpp_TypeInfo_var);
NullCheck(L_2);
SubmitEvent__ctor_m7D30737EA13979AD78F6D7C46563FD43A32301C8(L_2, NULL);
__this->___m_OnSubmit_49 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnSubmit_49), (void*)L_2);
// private SelectionEvent m_OnSelect = new SelectionEvent();
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_3 = (SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119*)il2cpp_codegen_object_new(SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_il2cpp_TypeInfo_var);
NullCheck(L_3);
SelectionEvent__ctor_m9EF6D8DB48A30C615541A297E3739B078BA2F8AD(L_3, NULL);
__this->___m_OnSelect_50 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnSelect_50), (void*)L_3);
// private SelectionEvent m_OnDeselect = new SelectionEvent();
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_4 = (SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119*)il2cpp_codegen_object_new(SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_il2cpp_TypeInfo_var);
NullCheck(L_4);
SelectionEvent__ctor_m9EF6D8DB48A30C615541A297E3739B078BA2F8AD(L_4, NULL);
__this->___m_OnDeselect_51 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnDeselect_51), (void*)L_4);
// private TextSelectionEvent m_OnTextSelection = new TextSelectionEvent();
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_5 = (TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401*)il2cpp_codegen_object_new(TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_il2cpp_TypeInfo_var);
NullCheck(L_5);
TextSelectionEvent__ctor_mB76781548533BA217F1FDD39550335889994027E(L_5, NULL);
__this->___m_OnTextSelection_52 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnTextSelection_52), (void*)L_5);
// private TextSelectionEvent m_OnEndTextSelection = new TextSelectionEvent();
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_6 = (TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401*)il2cpp_codegen_object_new(TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_il2cpp_TypeInfo_var);
NullCheck(L_6);
TextSelectionEvent__ctor_mB76781548533BA217F1FDD39550335889994027E(L_6, NULL);
__this->___m_OnEndTextSelection_53 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnEndTextSelection_53), (void*)L_6);
// private OnChangeEvent m_OnValueChanged = new OnChangeEvent();
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* L_7 = (OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D*)il2cpp_codegen_object_new(OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_il2cpp_TypeInfo_var);
NullCheck(L_7);
OnChangeEvent__ctor_mA7F876316D0F5198E90ECA7304C6542D63758698(L_7, NULL);
__this->___m_OnValueChanged_54 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnValueChanged_54), (void*)L_7);
// private TouchScreenKeyboardEvent m_OnTouchScreenKeyboardStatusChanged = new TouchScreenKeyboardEvent();
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* L_8 = (TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1*)il2cpp_codegen_object_new(TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_il2cpp_TypeInfo_var);
NullCheck(L_8);
TouchScreenKeyboardEvent__ctor_mA7D12057CDF3115B9B47CFFE817A2D901B90EB37(L_8, NULL);
__this->___m_OnTouchScreenKeyboardStatusChanged_55 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnTouchScreenKeyboardStatusChanged_55), (void*)L_8);
// private Color m_CaretColor = new Color(50f / 255f, 50f / 255f, 50f / 255f, 1f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9;
memset((&L_9), 0, sizeof(L_9));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_9), (0.196078435f), (0.196078435f), (0.196078435f), (1.0f), /*hidden argument*/NULL);
__this->___m_CaretColor_57 = L_9;
// private bool m_CustomCaretColor = false;
__this->___m_CustomCaretColor_58 = (bool)0;
// private Color m_SelectionColor = new Color(168f / 255f, 206f / 255f, 255f / 255f, 192f / 255f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
memset((&L_10), 0, sizeof(L_10));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_10), (0.65882355f), (0.807843149f), (1.0f), (0.752941191f), /*hidden argument*/NULL);
__this->___m_SelectionColor_59 = L_10;
// protected string m_Text = string.Empty;
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_Text_60 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_11);
// private float m_CaretBlinkRate = 0.85f;
__this->___m_CaretBlinkRate_61 = (0.850000024f);
// private int m_CaretWidth = 1;
__this->___m_CaretWidth_62 = 1;
// private bool m_ReadOnly = false;
__this->___m_ReadOnly_63 = (bool)0;
// private bool m_RichText = true;
__this->___m_RichText_64 = (bool)1;
// protected int m_StringPosition = 0;
__this->___m_StringPosition_65 = 0;
// protected int m_StringSelectPosition = 0;
__this->___m_StringSelectPosition_66 = 0;
// protected int m_CaretPosition = 0;
__this->___m_CaretPosition_67 = 0;
// protected int m_CaretSelectPosition = 0;
__this->___m_CaretSelectPosition_68 = 0;
// private RectTransform caretRectTrans = null;
__this->___caretRectTrans_69 = (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___caretRectTrans_69), (void*)(RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)NULL);
// protected UIVertex[] m_CursorVerts = null;
__this->___m_CursorVerts_70 = (UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CursorVerts_70), (void*)(UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F*)NULL);
// private bool m_AllowInput = false;
__this->___m_AllowInput_74 = (bool)0;
// private bool m_ShouldActivateNextUpdate = false;
__this->___m_ShouldActivateNextUpdate_75 = (bool)0;
// private bool m_UpdateDrag = false;
__this->___m_UpdateDrag_76 = (bool)0;
// private bool m_DragPositionOutOfBounds = false;
__this->___m_DragPositionOutOfBounds_77 = (bool)0;
// private Coroutine m_BlinkCoroutine = null;
__this->___m_BlinkCoroutine_81 = (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlinkCoroutine_81), (void*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL);
// private float m_BlinkStartTime = 0.0f;
__this->___m_BlinkStartTime_82 = (0.0f);
// private Coroutine m_DragCoroutine = null;
__this->___m_DragCoroutine_83 = (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DragCoroutine_83), (void*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL);
// private string m_OriginalText = "";
__this->___m_OriginalText_84 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OriginalText_84), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// private bool m_WasCanceled = false;
__this->___m_WasCanceled_85 = (bool)0;
// private bool m_HasDoneFocusTransition = false;
__this->___m_HasDoneFocusTransition_86 = (bool)0;
// private bool m_PreventCallback = false;
__this->___m_PreventCallback_88 = (bool)0;
// private bool m_TouchKeyboardAllowsInPlaceEditing = false;
__this->___m_TouchKeyboardAllowsInPlaceEditing_89 = (bool)0;
// private bool m_IsTextComponentUpdateRequired = false;
__this->___m_IsTextComponentUpdateRequired_90 = (bool)0;
// private bool m_isLastKeyBackspace = false;
__this->___m_isLastKeyBackspace_91 = (bool)0;
// private float m_DoubleClickDelay = 0.5f;
__this->___m_DoubleClickDelay_94 = (0.5f);
// private bool m_IsCompositionActive = false;
__this->___m_IsCompositionActive_96 = (bool)0;
// private bool m_ShouldUpdateIMEWindowPosition = false;
__this->___m_ShouldUpdateIMEWindowPosition_97 = (bool)0;
// private int m_PreviousIMEInsertionLine = 0;
__this->___m_PreviousIMEInsertionLine_98 = 0;
// protected bool m_OnFocusSelectAll = true;
__this->___m_OnFocusSelectAll_100 = (bool)1;
// protected bool m_ResetOnDeActivation = true;
__this->___m_ResetOnDeActivation_102 = (bool)1;
// private bool m_SelectionStillActive = false;
__this->___m_SelectionStillActive_103 = (bool)0;
// private bool m_ReleaseSelection = false;
__this->___m_ReleaseSelection_104 = (bool)0;
// private bool m_RestoreOriginalTextOnEscape = true;
__this->___m_RestoreOriginalTextOnEscape_106 = (bool)1;
// protected bool m_isRichTextEditingAllowed = false;
__this->___m_isRichTextEditingAllowed_107 = (bool)0;
// protected int m_LineLimit = 0;
__this->___m_LineLimit_108 = 0;
// protected TMP_InputValidator m_InputValidator = null;
__this->___m_InputValidator_109 = (TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InputValidator_109), (void*)(TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98*)NULL);
// private Event m_ProcessingEvent = new Event();
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_12 = (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*)il2cpp_codegen_object_new(Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_il2cpp_TypeInfo_var);
NullCheck(L_12);
Event__ctor_m14342F32F62A39A8B8032286E2DCC07FEF72BFF4(L_12, NULL);
__this->___m_ProcessingEvent_114 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ProcessingEvent_114), (void*)L_12);
// protected TMP_InputField()
il2cpp_codegen_runtime_class_init_inline(Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_il2cpp_TypeInfo_var);
Selectable__ctor_m340EDFEA07F025166175C3ECB1BD2EEDD81C8638(__this, NULL);
// SetTextComponentWrapMode();
TMP_InputField_SetTextComponentWrapMode_m9CF72ADC54A79451A8B35A85FFF2232F1D6A79ED(__this, NULL);
// }
return;
}
}
// UnityEngine.Mesh TMPro.TMP_InputField::get_mesh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* TMP_InputField_get_mesh_m200F4FCC0738B54A3DFED98FF430660DB52E3E00 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* V_1 = NULL;
{
// if (m_Mesh == null)
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0 = __this->___m_Mesh_73;
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_001c;
}
}
{
// m_Mesh = new Mesh();
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_3 = (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4*)il2cpp_codegen_object_new(Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var);
NullCheck(L_3);
Mesh__ctor_m5A9AECEDDAFFD84811ED8928012BDE97A9CEBD00(L_3, NULL);
__this->___m_Mesh_73 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Mesh_73), (void*)L_3);
}
IL_001c:
{
// return m_Mesh;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_4 = __this->___m_Mesh_73;
V_1 = L_4;
goto IL_0025;
}
IL_0025:
{
// }
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_5 = V_1;
return L_5;
}
}
// System.Boolean TMPro.TMP_InputField::get_shouldHideMobileInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_shouldHideMobileInput_mB40438A3E4172E95CE11F03FD2484E954CDB1F1B (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
{
// switch (Application.platform)
int32_t L_0;
L_0 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)8)))
{
goto IL_001d;
}
}
{
goto IL_000f;
}
IL_000f:
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)11))))
{
goto IL_001d;
}
}
{
goto IL_0016;
}
IL_0016:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)31))))
{
goto IL_001d;
}
}
{
goto IL_0026;
}
IL_001d:
{
// return m_HideMobileInput;
bool L_5 = __this->___m_HideMobileInput_42;
V_2 = L_5;
goto IL_002a;
}
IL_0026:
{
// return true;
V_2 = (bool)1;
goto IL_002a;
}
IL_002a:
{
// }
bool L_6 = V_2;
return L_6;
}
}
// System.Void TMPro.TMP_InputField::set_shouldHideMobileInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_shouldHideMobileInput_mB1D2ADC209DE64154BAD42C2D25BFDA27081BB9B (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// switch(Application.platform)
int32_t L_0;
L_0 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)8)))
{
goto IL_001d;
}
}
{
goto IL_000f;
}
IL_000f:
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)11))))
{
goto IL_001d;
}
}
{
goto IL_0016;
}
IL_0016:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)31))))
{
goto IL_001d;
}
}
{
goto IL_002c;
}
IL_001d:
{
// SetPropertyUtility.SetStruct(ref m_HideMobileInput, value);
bool* L_5 = (&__this->___m_HideMobileInput_42);
bool L_6 = ___value0;
bool L_7;
L_7 = SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E(L_5, L_6, SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E_RuntimeMethod_var);
// break;
goto IL_0035;
}
IL_002c:
{
// m_HideMobileInput = true;
__this->___m_HideMobileInput_42 = (bool)1;
// break;
goto IL_0035;
}
IL_0035:
{
// }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_shouldHideSoftKeyboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_shouldHideSoftKeyboard_m08F3F6AB9DC9A89029B6A41E26F42B7222535790 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
{
// switch (Application.platform)
int32_t L_0;
L_0 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)20))))
{
goto IL_0024;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)8)))
{
goto IL_0047;
}
}
{
goto IL_0014;
}
IL_0014:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)11))))
{
goto IL_0047;
}
}
{
goto IL_001b;
}
IL_001b:
{
int32_t L_5 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, ((int32_t)18)))) > ((uint32_t)2))))
{
goto IL_0047;
}
}
{
goto IL_0050;
}
IL_0024:
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) > ((int32_t)((int32_t)32))))
{
goto IL_0039;
}
}
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)25))))
{
goto IL_0047;
}
}
{
goto IL_0030;
}
IL_0030:
{
int32_t L_8 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)31)))) > ((uint32_t)1))))
{
goto IL_0047;
}
}
{
goto IL_0050;
}
IL_0039:
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)34))))
{
goto IL_0047;
}
}
{
goto IL_0040;
}
IL_0040:
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)38))))
{
goto IL_0047;
}
}
{
goto IL_0050;
}
IL_0047:
{
// return m_HideSoftKeyboard;
bool L_11 = __this->___m_HideSoftKeyboard_43;
V_2 = L_11;
goto IL_0054;
}
IL_0050:
{
// return true;
V_2 = (bool)1;
goto IL_0054;
}
IL_0054:
{
// }
bool L_12 = V_2;
return L_12;
}
}
// System.Void TMPro.TMP_InputField::set_shouldHideSoftKeyboard(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_shouldHideSoftKeyboard_m0414B5C0C3B07F0371671963D699EEA303D8A13E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
int32_t G_B23_0 = 0;
{
// switch (Application.platform)
int32_t L_0;
L_0 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)20))))
{
goto IL_0024;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)8)))
{
goto IL_0047;
}
}
{
goto IL_0014;
}
IL_0014:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)11))))
{
goto IL_0047;
}
}
{
goto IL_001b;
}
IL_001b:
{
int32_t L_5 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, ((int32_t)18)))) > ((uint32_t)2))))
{
goto IL_0047;
}
}
{
goto IL_0056;
}
IL_0024:
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) > ((int32_t)((int32_t)32))))
{
goto IL_0039;
}
}
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)25))))
{
goto IL_0047;
}
}
{
goto IL_0030;
}
IL_0030:
{
int32_t L_8 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)31)))) > ((uint32_t)1))))
{
goto IL_0047;
}
}
{
goto IL_0056;
}
IL_0039:
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)34))))
{
goto IL_0047;
}
}
{
goto IL_0040;
}
IL_0040:
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)38))))
{
goto IL_0047;
}
}
{
goto IL_0056;
}
IL_0047:
{
// SetPropertyUtility.SetStruct(ref m_HideSoftKeyboard, value);
bool* L_11 = (&__this->___m_HideSoftKeyboard_43);
bool L_12 = ___value0;
bool L_13;
L_13 = SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E(L_11, L_12, SetPropertyUtility_SetStruct_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mBD3347CC5D027D59B7772DC194074048C5F4AB1E_RuntimeMethod_var);
// break;
goto IL_005f;
}
IL_0056:
{
// m_HideSoftKeyboard = true;
__this->___m_HideSoftKeyboard_43 = (bool)1;
// break;
goto IL_005f;
}
IL_005f:
{
// if (m_HideSoftKeyboard == true && m_SoftKeyboard != null && TouchScreenKeyboard.isSupported && m_SoftKeyboard.active)
bool L_14 = __this->___m_HideSoftKeyboard_43;
if (!L_14)
{
goto IL_0083;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_15 = __this->___m_SoftKeyboard_20;
if (!L_15)
{
goto IL_0083;
}
}
{
bool L_16;
L_16 = TouchScreenKeyboard_get_isSupported_m92B6B1AA9E27823643C6936BDEC7FA5A2DFAD4BF(NULL);
if (!L_16)
{
goto IL_0083;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_17 = __this->___m_SoftKeyboard_20;
NullCheck(L_17);
bool L_18;
L_18 = TouchScreenKeyboard_get_active_mB22402FB9E56D3F652DA785F01E504A530FF8775(L_17, NULL);
G_B23_0 = ((int32_t)(L_18));
goto IL_0084;
}
IL_0083:
{
G_B23_0 = 0;
}
IL_0084:
{
V_2 = (bool)G_B23_0;
bool L_19 = V_2;
if (!L_19)
{
goto IL_009e;
}
}
{
// m_SoftKeyboard.active = false;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_20 = __this->___m_SoftKeyboard_20;
NullCheck(L_20);
TouchScreenKeyboard_set_active_m4382D57F87E4C86B59864E86BE93A8A2A474B7C2(L_20, (bool)0, NULL);
// m_SoftKeyboard = null;
__this->___m_SoftKeyboard_20 = (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SoftKeyboard_20), (void*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)NULL);
}
IL_009e:
{
// }
return;
}
}
// System.Boolean TMPro.TMP_InputField::isKeyboardUsingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_isKeyboardUsingEvents_mE8A5552B89353CF45DBC4206F55ED41EB7C0F273 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
{
// switch (Application.platform)
int32_t L_0;
L_0 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)11))))
{
goto IL_001b;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)8)))
{
goto IL_0032;
}
}
{
goto IL_0014;
}
IL_0014:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)11))))
{
goto IL_0032;
}
}
{
goto IL_0036;
}
IL_001b:
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)25))))
{
goto IL_0032;
}
}
{
goto IL_0022;
}
IL_0022:
{
int32_t L_6 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)31)))) > ((uint32_t)1))))
{
goto IL_0032;
}
}
{
goto IL_002b;
}
IL_002b:
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)38))))
{
goto IL_0032;
}
}
{
goto IL_0036;
}
IL_0032:
{
// return false;
V_2 = (bool)0;
goto IL_003a;
}
IL_0036:
{
// return true;
V_2 = (bool)1;
goto IL_003a;
}
IL_003a:
{
// }
bool L_8 = V_2;
return L_8;
}
}
// System.String TMPro.TMP_InputField::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// return m_Text;
String_t* L_0 = __this->___m_Text_60;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
String_t* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_text_m684E9CDA2D9E82D1C497B5E03DBE79C00584FF62 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// SetText(value);
String_t* L_0 = ___value0;
TMP_InputField_SetText_m8D34D265867AA18228AA10E118A2DFE630911BFE(__this, L_0, (bool)1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetTextWithoutNotify(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetTextWithoutNotify_mE5ED91EB1759228F56E15A0E4BF47A7F8E28AB23 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___input0, const RuntimeMethod* method)
{
{
// SetText(input, false);
String_t* L_0 = ___input0;
TMP_InputField_SetText_m8D34D265867AA18228AA10E118A2DFE630911BFE(__this, L_0, (bool)0, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetText(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetText_m8D34D265867AA18228AA10E118A2DFE630911BFE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___value0, bool ___sendCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
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;
{
// if (this.text == value)
String_t* L_0;
L_0 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
String_t* L_1 = ___value0;
bool L_2;
L_2 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
// return;
goto IL_00df;
}
IL_0016:
{
// if (value == null)
String_t* L_4 = ___value0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0025;
}
}
{
// value = "";
___value0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_0025:
{
// value = value.Replace("\0", string.Empty); // remove embedded nulls
String_t* L_6 = ___value0;
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_6);
String_t* L_8;
L_8 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_6, _stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29, L_7, NULL);
___value0 = L_8;
// m_Text = value;
String_t* L_9 = ___value0;
__this->___m_Text_60 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_9);
// if (m_SoftKeyboard != null)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_10 = __this->___m_SoftKeyboard_20;
V_2 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_005d;
}
}
{
// m_SoftKeyboard.text = m_Text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_12 = __this->___m_SoftKeyboard_20;
String_t* L_13 = __this->___m_Text_60;
NullCheck(L_12);
TouchScreenKeyboard_set_text_m0A8AA05F4D9D27E8764955F0041452145B6C6FBB(L_12, L_13, NULL);
}
IL_005d:
{
// if (m_StringPosition > m_Text.Length)
int32_t L_14 = __this->___m_StringPosition_65;
String_t* L_15 = __this->___m_Text_60;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
V_3 = (bool)((((int32_t)L_14) > ((int32_t)L_16))? 1 : 0);
bool L_17 = V_3;
if (!L_17)
{
goto IL_0092;
}
}
{
// m_StringPosition = m_StringSelectPosition = m_Text.Length;
String_t* L_18 = __this->___m_Text_60;
NullCheck(L_18);
int32_t L_19;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
int32_t L_20 = L_19;
V_4 = L_20;
__this->___m_StringSelectPosition_66 = L_20;
int32_t L_21 = V_4;
__this->___m_StringPosition_65 = L_21;
goto IL_00bc;
}
IL_0092:
{
// else if (m_StringSelectPosition > m_Text.Length)
int32_t L_22 = __this->___m_StringSelectPosition_66;
String_t* L_23 = __this->___m_Text_60;
NullCheck(L_23);
int32_t L_24;
L_24 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_23, NULL);
V_5 = (bool)((((int32_t)L_22) > ((int32_t)L_24))? 1 : 0);
bool L_25 = V_5;
if (!L_25)
{
goto IL_00bc;
}
}
{
// m_StringSelectPosition = m_Text.Length;
String_t* L_26 = __this->___m_Text_60;
NullCheck(L_26);
int32_t L_27;
L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_26, NULL);
__this->___m_StringSelectPosition_66 = L_27;
}
IL_00bc:
{
// m_forceRectTransformAdjustment = true;
__this->___m_forceRectTransformAdjustment_113 = (bool)1;
// m_IsTextComponentUpdateRequired = true;
__this->___m_IsTextComponentUpdateRequired_90 = (bool)1;
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// if (sendCallback)
bool L_28 = ___sendCallback1;
V_6 = L_28;
bool L_29 = V_6;
if (!L_29)
{
goto IL_00df;
}
}
{
// SendOnValueChanged();
TMP_InputField_SendOnValueChanged_m9138A30966454771476FF25A71ED03DDAF6EC0C7(__this, NULL);
}
IL_00df:
{
// }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_isFocused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_AllowInput; }
bool L_0 = __this->___m_AllowInput_74;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_AllowInput; }
bool L_1 = V_0;
return L_1;
}
}
// System.Single TMPro.TMP_InputField::get_caretBlinkRate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_caretBlinkRate_mACAF2093330BB9CB0B8C5F7D76EAA4EB0AE4DD18 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// get { return m_CaretBlinkRate; }
float L_0 = __this->___m_CaretBlinkRate_61;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_CaretBlinkRate; }
float L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_caretBlinkRate(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretBlinkRate_m4D4B8F3C2169EE3FA7B27BECBD1563BFAD7B41F7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (SetPropertyUtility.SetStruct(ref m_CaretBlinkRate, value))
float* L_0 = (&__this->___m_CaretBlinkRate_61);
float L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9(L_0, L_1, SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0024;
}
}
{
// if (m_AllowInput)
bool L_4 = __this->___m_AllowInput_74;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0023;
}
}
{
// SetCaretActive();
TMP_InputField_SetCaretActive_mC9858C9E1FE6D8800219C49C52A9FACC1ED5EEC1(__this, NULL);
}
IL_0023:
{
}
IL_0024:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_caretWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_caretWidth_mA95E0A88F505D9618791AEDE9D649CA70F7E3B65 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public int caretWidth { get { return m_CaretWidth; } set { if (SetPropertyUtility.SetStruct(ref m_CaretWidth, value)) MarkGeometryAsDirty(); } }
int32_t L_0 = __this->___m_CaretWidth_62;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public int caretWidth { get { return m_CaretWidth; } set { if (SetPropertyUtility.SetStruct(ref m_CaretWidth, value)) MarkGeometryAsDirty(); } }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_caretWidth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretWidth_m291DBA8BEF0BD40BB4FAEE2AC71F9CDD114FAA9A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// public int caretWidth { get { return m_CaretWidth; } set { if (SetPropertyUtility.SetStruct(ref m_CaretWidth, value)) MarkGeometryAsDirty(); } }
int32_t* L_0 = (&__this->___m_CaretWidth_62);
int32_t L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5(L_0, L_1, SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public int caretWidth { get { return m_CaretWidth; } set { if (SetPropertyUtility.SetStruct(ref m_CaretWidth, value)) MarkGeometryAsDirty(); } }
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
}
IL_0018:
{
// public int caretWidth { get { return m_CaretWidth; } set { if (SetPropertyUtility.SetStruct(ref m_CaretWidth, value)) MarkGeometryAsDirty(); } }
return;
}
}
// UnityEngine.RectTransform TMPro.TMP_InputField::get_textViewport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* TMP_InputField_get_textViewport_m51E9CFB11A78199484D2BC2750F19DB7D2A26763 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_0 = NULL;
{
// public RectTransform textViewport { get { return m_TextViewport; } set { SetPropertyUtility.SetClass(ref m_TextViewport, value); } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_TextViewport_23;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public RectTransform textViewport { get { return m_TextViewport; } set { SetPropertyUtility.SetClass(ref m_TextViewport, value); } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = V_0;
return L_1;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m8FF349A51BA6CB8EF80F0E9B8B3D5834A88A36A3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public RectTransform textViewport { get { return m_TextViewport; } set { SetPropertyUtility.SetClass(ref m_TextViewport, value); } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5** L_0 = (&__this->___m_TextViewport_23);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m8FF349A51BA6CB8EF80F0E9B8B3D5834A88A36A3(L_0, L_1, SetPropertyUtility_SetClass_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m8FF349A51BA6CB8EF80F0E9B8B3D5834A88A36A3_RuntimeMethod_var);
// public RectTransform textViewport { get { return m_TextViewport; } set { SetPropertyUtility.SetClass(ref m_TextViewport, value); } }
return;
}
}
// TMPro.TMP_Text TMPro.TMP_InputField::get_textComponent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* TMP_InputField_get_textComponent_m85C4BC3F4C18206B3B942F03DB0B953B028EE1CE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* V_0 = NULL;
{
// get { return m_TextComponent; }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_TextComponent; }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = V_0;
return L_1;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m74F4C7FF2923A6C264C956A255CE356A6A76396D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (SetPropertyUtility.SetClass(ref m_TextComponent, value))
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9** L_0 = (&__this->___m_TextComponent_27);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m74F4C7FF2923A6C264C956A255CE356A6A76396D(L_0, L_1, SetPropertyUtility_SetClass_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m74F4C7FF2923A6C264C956A255CE356A6A76396D_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_001a;
}
}
{
// SetTextComponentWrapMode();
TMP_InputField_SetTextComponentWrapMode_m9CF72ADC54A79451A8B35A85FFF2232F1D6A79ED(__this, NULL);
}
IL_001a:
{
// }
return;
}
}
// UnityEngine.UI.Graphic TMPro.TMP_InputField::get_placeholder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* TMP_InputField_get_placeholder_m6C5FDEB031E2900A1792B928E4864B21B144AB3C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* V_0 = NULL;
{
// public Graphic placeholder { get { return m_Placeholder; } set { SetPropertyUtility.SetClass(ref m_Placeholder, value); } }
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = __this->___m_Placeholder_29;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Graphic placeholder { get { return m_Placeholder; } set { SetPropertyUtility.SetClass(ref m_Placeholder, value); } }
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_1 = V_0;
return L_1;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mAB2051FBD61BF9675113BCC32BAAD6432849B560_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public Graphic placeholder { get { return m_Placeholder; } set { SetPropertyUtility.SetClass(ref m_Placeholder, value); } }
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931** L_0 = (&__this->___m_Placeholder_29);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mAB2051FBD61BF9675113BCC32BAAD6432849B560(L_0, L_1, SetPropertyUtility_SetClass_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mAB2051FBD61BF9675113BCC32BAAD6432849B560_RuntimeMethod_var);
// public Graphic placeholder { get { return m_Placeholder; } set { SetPropertyUtility.SetClass(ref m_Placeholder, value); } }
return;
}
}
// UnityEngine.UI.Scrollbar TMPro.TMP_InputField::get_verticalScrollbar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* TMP_InputField_get_verticalScrollbar_mCB3FAFA0D86926FCD1A6620009BF3AEB274F17DD (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* V_0 = NULL;
{
// get { return m_VerticalScrollbar; }
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_0 = __this->___m_VerticalScrollbar_30;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_VerticalScrollbar; }
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_verticalScrollbar(UnityEngine.UI.Scrollbar)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_verticalScrollbar_m8863C8FDC647B006DC8DAD8C3EDCF6353E08F945 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___value0, 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*)&SetPropertyUtility_SetClass_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mD5A4E6944F889CEEBA2BE46266D2FCEA1ACE7D55_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (m_VerticalScrollbar != null)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_0 = __this->___m_VerticalScrollbar_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;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
// m_VerticalScrollbar.onValueChanged.RemoveListener(OnScrollbarValueChange);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_3 = __this->___m_VerticalScrollbar_30;
NullCheck(L_3);
ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6* L_4;
L_4 = Scrollbar_get_onValueChanged_m14356CECC1A2BA96576EB73279AF2ECF28B26D6A(L_3, NULL);
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_5 = (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*)il2cpp_codegen_object_new(UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
NullCheck(L_5);
UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5(L_5, __this, (intptr_t)((void*)TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var), NULL);
NullCheck(L_4);
UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9(L_4, L_5, UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9_RuntimeMethod_var);
}
IL_002e:
{
// SetPropertyUtility.SetClass(ref m_VerticalScrollbar, value);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3** L_6 = (&__this->___m_VerticalScrollbar_30);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_7 = ___value0;
bool L_8;
L_8 = SetPropertyUtility_SetClass_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mD5A4E6944F889CEEBA2BE46266D2FCEA1ACE7D55(L_6, L_7, SetPropertyUtility_SetClass_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mD5A4E6944F889CEEBA2BE46266D2FCEA1ACE7D55_RuntimeMethod_var);
// if (m_VerticalScrollbar)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_9 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_9, NULL);
V_1 = L_10;
bool L_11 = V_1;
if (!L_11)
{
goto IL_0069;
}
}
{
// m_VerticalScrollbar.onValueChanged.AddListener(OnScrollbarValueChange);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_12 = __this->___m_VerticalScrollbar_30;
NullCheck(L_12);
ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6* L_13;
L_13 = Scrollbar_get_onValueChanged_m14356CECC1A2BA96576EB73279AF2ECF28B26D6A(L_12, NULL);
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_14 = (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*)il2cpp_codegen_object_new(UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
NullCheck(L_14);
UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5(L_14, __this, (intptr_t)((void*)TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var), NULL);
NullCheck(L_13);
UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC(L_13, L_14, UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
}
IL_0069:
{
// }
return;
}
}
// System.Single TMPro.TMP_InputField::get_scrollSensitivity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_scrollSensitivity_m219F37C4A7DF784B9522EE565AE70EB813E799A8 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float scrollSensitivity { get { return m_ScrollSensitivity; } set { if (SetPropertyUtility.SetStruct(ref m_ScrollSensitivity, value)) MarkGeometryAsDirty(); } }
float L_0 = __this->___m_ScrollSensitivity_36;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float scrollSensitivity { get { return m_ScrollSensitivity; } set { if (SetPropertyUtility.SetStruct(ref m_ScrollSensitivity, value)) MarkGeometryAsDirty(); } }
float L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_scrollSensitivity(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_scrollSensitivity_m67129EC21A5560B781F61CB5C2282F977EB9AE12 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// public float scrollSensitivity { get { return m_ScrollSensitivity; } set { if (SetPropertyUtility.SetStruct(ref m_ScrollSensitivity, value)) MarkGeometryAsDirty(); } }
float* L_0 = (&__this->___m_ScrollSensitivity_36);
float L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9(L_0, L_1, SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public float scrollSensitivity { get { return m_ScrollSensitivity; } set { if (SetPropertyUtility.SetStruct(ref m_ScrollSensitivity, value)) MarkGeometryAsDirty(); } }
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
}
IL_0018:
{
// public float scrollSensitivity { get { return m_ScrollSensitivity; } set { if (SetPropertyUtility.SetStruct(ref m_ScrollSensitivity, value)) MarkGeometryAsDirty(); } }
return;
}
}
// UnityEngine.Color TMPro.TMP_InputField::get_caretColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F TMP_InputField_get_caretColor_m9733E1CB5CAD3CCFA9C32343D12F0095BA6DC76F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
// public Color caretColor { get { return customCaretColor ? m_CaretColor : textComponent.color; } set { if (SetPropertyUtility.SetColor(ref m_CaretColor, value)) MarkGeometryAsDirty(); } }
bool L_0;
L_0 = TMP_InputField_get_customCaretColor_m566EC393CFD6206101A2E0BE5AA2BB9D7233CF19(__this, NULL);
if (L_0)
{
goto IL_0016;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1;
L_1 = TMP_InputField_get_textComponent_m85C4BC3F4C18206B3B942F03DB0B953B028EE1CE(__this, NULL);
NullCheck(L_1);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
L_2 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_1);
G_B3_0 = L_2;
goto IL_001c;
}
IL_0016:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = __this->___m_CaretColor_57;
G_B3_0 = L_3;
}
IL_001c:
{
V_0 = G_B3_0;
goto IL_001f;
}
IL_001f:
{
// public Color caretColor { get { return customCaretColor ? m_CaretColor : textComponent.color; } set { if (SetPropertyUtility.SetColor(ref m_CaretColor, value)) MarkGeometryAsDirty(); } }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = V_0;
return L_4;
}
}
// System.Void TMPro.TMP_InputField::set_caretColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretColor_mAF2AF8646B44D6AAA885F2A664DB88431E22177C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// public Color caretColor { get { return customCaretColor ? m_CaretColor : textComponent.color; } set { if (SetPropertyUtility.SetColor(ref m_CaretColor, value)) MarkGeometryAsDirty(); } }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = (&__this->___m_CaretColor_57);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetColor_mD4D642CB7A6724A4AE82B718DB37289B41F3DA9E(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public Color caretColor { get { return customCaretColor ? m_CaretColor : textComponent.color; } set { if (SetPropertyUtility.SetColor(ref m_CaretColor, value)) MarkGeometryAsDirty(); } }
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
}
IL_0018:
{
// public Color caretColor { get { return customCaretColor ? m_CaretColor : textComponent.color; } set { if (SetPropertyUtility.SetColor(ref m_CaretColor, value)) MarkGeometryAsDirty(); } }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_customCaretColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_customCaretColor_m566EC393CFD6206101A2E0BE5AA2BB9D7233CF19 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// public bool customCaretColor { get { return m_CustomCaretColor; } set { if (m_CustomCaretColor != value) { m_CustomCaretColor = value; MarkGeometryAsDirty(); } } }
bool L_0 = __this->___m_CustomCaretColor_58;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public bool customCaretColor { get { return m_CustomCaretColor; } set { if (m_CustomCaretColor != value) { m_CustomCaretColor = value; MarkGeometryAsDirty(); } } }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_customCaretColor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_customCaretColor_m9A33CA9154050A1C09881207B9C7B832B6C44B6B (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// public bool customCaretColor { get { return m_CustomCaretColor; } set { if (m_CustomCaretColor != value) { m_CustomCaretColor = value; MarkGeometryAsDirty(); } } }
bool L_0 = __this->___m_CustomCaretColor_58;
bool L_1 = ___value0;
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0021;
}
}
{
// public bool customCaretColor { get { return m_CustomCaretColor; } set { if (m_CustomCaretColor != value) { m_CustomCaretColor = value; MarkGeometryAsDirty(); } } }
bool L_3 = ___value0;
__this->___m_CustomCaretColor_58 = L_3;
// public bool customCaretColor { get { return m_CustomCaretColor; } set { if (m_CustomCaretColor != value) { m_CustomCaretColor = value; MarkGeometryAsDirty(); } } }
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
}
IL_0021:
{
// public bool customCaretColor { get { return m_CustomCaretColor; } set { if (m_CustomCaretColor != value) { m_CustomCaretColor = value; MarkGeometryAsDirty(); } } }
return;
}
}
// UnityEngine.Color TMPro.TMP_InputField::get_selectionColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F TMP_InputField_get_selectionColor_m99D5B9FBC11FEAA170C113FB238120A73429F5BB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public Color selectionColor { get { return m_SelectionColor; } set { if (SetPropertyUtility.SetColor(ref m_SelectionColor, value)) MarkGeometryAsDirty(); } }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_SelectionColor_59;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Color selectionColor { get { return m_SelectionColor; } set { if (SetPropertyUtility.SetColor(ref m_SelectionColor, value)) MarkGeometryAsDirty(); } }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_selectionColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionColor_m9B30F4DC90BBD21ECDA6B5888F2F8E4B2EC7686D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// public Color selectionColor { get { return m_SelectionColor; } set { if (SetPropertyUtility.SetColor(ref m_SelectionColor, value)) MarkGeometryAsDirty(); } }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = (&__this->___m_SelectionColor_59);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetColor_mD4D642CB7A6724A4AE82B718DB37289B41F3DA9E(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public Color selectionColor { get { return m_SelectionColor; } set { if (SetPropertyUtility.SetColor(ref m_SelectionColor, value)) MarkGeometryAsDirty(); } }
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
}
IL_0018:
{
// public Color selectionColor { get { return m_SelectionColor; } set { if (SetPropertyUtility.SetColor(ref m_SelectionColor, value)) MarkGeometryAsDirty(); } }
return;
}
}
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::get_onEndEdit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* TMP_InputField_get_onEndEdit_m0CE9718C71A834CC279430E20DC7FF4F42114FD3 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* V_0 = NULL;
{
// public SubmitEvent onEndEdit { get { return m_OnEndEdit; } set { SetPropertyUtility.SetClass(ref m_OnEndEdit, value); } }
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_0 = __this->___m_OnEndEdit_48;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public SubmitEvent onEndEdit { get { return m_OnEndEdit; } set { SetPropertyUtility.SetClass(ref m_OnEndEdit, value); } }
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onEndEdit(TMPro.TMP_InputField/SubmitEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onEndEdit_mE34D6037D2C9FCAE1C9AF253D34D72541D306F4A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public SubmitEvent onEndEdit { get { return m_OnEndEdit; } set { SetPropertyUtility.SetClass(ref m_OnEndEdit, value); } }
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500** L_0 = (&__this->___m_OnEndEdit_48);
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE(L_0, L_1, SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE_RuntimeMethod_var);
// public SubmitEvent onEndEdit { get { return m_OnEndEdit; } set { SetPropertyUtility.SetClass(ref m_OnEndEdit, value); } }
return;
}
}
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::get_onSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* V_0 = NULL;
{
// public SubmitEvent onSubmit { get { return m_OnSubmit; } set { SetPropertyUtility.SetClass(ref m_OnSubmit, value); } }
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_0 = __this->___m_OnSubmit_49;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public SubmitEvent onSubmit { get { return m_OnSubmit; } set { SetPropertyUtility.SetClass(ref m_OnSubmit, value); } }
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onSubmit(TMPro.TMP_InputField/SubmitEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onSubmit_m0FD1B91CB6BDD3864C74BFDBC458DF0C3B2EA193 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public SubmitEvent onSubmit { get { return m_OnSubmit; } set { SetPropertyUtility.SetClass(ref m_OnSubmit, value); } }
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500** L_0 = (&__this->___m_OnSubmit_49);
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE(L_0, L_1, SetPropertyUtility_SetClass_TisSubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500_m9BD8548F403F55624A71AB279629BAC5890282EE_RuntimeMethod_var);
// public SubmitEvent onSubmit { get { return m_OnSubmit; } set { SetPropertyUtility.SetClass(ref m_OnSubmit, value); } }
return;
}
}
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::get_onSelect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* TMP_InputField_get_onSelect_m6762226148A4B3265EE5FD70ED894BBE8DE86AF0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* V_0 = NULL;
{
// public SelectionEvent onSelect { get { return m_OnSelect; } set { SetPropertyUtility.SetClass(ref m_OnSelect, value); } }
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_0 = __this->___m_OnSelect_50;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public SelectionEvent onSelect { get { return m_OnSelect; } set { SetPropertyUtility.SetClass(ref m_OnSelect, value); } }
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onSelect(TMPro.TMP_InputField/SelectionEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onSelect_m0D471B94B9358B9AD840B3F5E2A756C1D5DACD1F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public SelectionEvent onSelect { get { return m_OnSelect; } set { SetPropertyUtility.SetClass(ref m_OnSelect, value); } }
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119** L_0 = (&__this->___m_OnSelect_50);
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17(L_0, L_1, SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17_RuntimeMethod_var);
// public SelectionEvent onSelect { get { return m_OnSelect; } set { SetPropertyUtility.SetClass(ref m_OnSelect, value); } }
return;
}
}
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::get_onDeselect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* TMP_InputField_get_onDeselect_mC9429495032728AEE8FCB818D61EDFB5DC7F9B0A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* V_0 = NULL;
{
// public SelectionEvent onDeselect { get { return m_OnDeselect; } set { SetPropertyUtility.SetClass(ref m_OnDeselect, value); } }
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_0 = __this->___m_OnDeselect_51;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public SelectionEvent onDeselect { get { return m_OnDeselect; } set { SetPropertyUtility.SetClass(ref m_OnDeselect, value); } }
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onDeselect(TMPro.TMP_InputField/SelectionEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onDeselect_m13E94D8DA5530F8E6B438D98E1C8B801E3702006 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public SelectionEvent onDeselect { get { return m_OnDeselect; } set { SetPropertyUtility.SetClass(ref m_OnDeselect, value); } }
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119** L_0 = (&__this->___m_OnDeselect_51);
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17(L_0, L_1, SetPropertyUtility_SetClass_TisSelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119_m2E2B2E509DB9988749F6162695ED8514FC846A17_RuntimeMethod_var);
// public SelectionEvent onDeselect { get { return m_OnDeselect; } set { SetPropertyUtility.SetClass(ref m_OnDeselect, value); } }
return;
}
}
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::get_onTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* TMP_InputField_get_onTextSelection_mEBA14AF8E2BAF100DE885B78385F510A8E978A33 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* V_0 = NULL;
{
// public TextSelectionEvent onTextSelection { get { return m_OnTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnTextSelection, value); } }
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_0 = __this->___m_OnTextSelection_52;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TextSelectionEvent onTextSelection { get { return m_OnTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnTextSelection, value); } }
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onTextSelection(TMPro.TMP_InputField/TextSelectionEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onTextSelection_m52044BF605C6084CC95CB9D492652BA29D4E5699 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public TextSelectionEvent onTextSelection { get { return m_OnTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnTextSelection, value); } }
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401** L_0 = (&__this->___m_OnTextSelection_52);
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352(L_0, L_1, SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352_RuntimeMethod_var);
// public TextSelectionEvent onTextSelection { get { return m_OnTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnTextSelection, value); } }
return;
}
}
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::get_onEndTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* TMP_InputField_get_onEndTextSelection_mB01ED58A536B3DCC323A974C27C50337EAC7CAD5 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* V_0 = NULL;
{
// public TextSelectionEvent onEndTextSelection { get { return m_OnEndTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnEndTextSelection, value); } }
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_0 = __this->___m_OnEndTextSelection_53;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TextSelectionEvent onEndTextSelection { get { return m_OnEndTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnEndTextSelection, value); } }
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onEndTextSelection(TMPro.TMP_InputField/TextSelectionEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onEndTextSelection_mAF020E9DF7C78B4A16653D2F5F77C8B78B474C67 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public TextSelectionEvent onEndTextSelection { get { return m_OnEndTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnEndTextSelection, value); } }
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401** L_0 = (&__this->___m_OnEndTextSelection_53);
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352(L_0, L_1, SetPropertyUtility_SetClass_TisTextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401_m0DF8C02181A9F92BC227D572B637DB09DCD9D352_RuntimeMethod_var);
// public TextSelectionEvent onEndTextSelection { get { return m_OnEndTextSelection; } set { SetPropertyUtility.SetClass(ref m_OnEndTextSelection, value); } }
return;
}
}
// TMPro.TMP_InputField/OnChangeEvent TMPro.TMP_InputField::get_onValueChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* TMP_InputField_get_onValueChanged_m407B5F5BFD1F4B04032F6B90B06F5072F5993407 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* V_0 = NULL;
{
// public OnChangeEvent onValueChanged { get { return m_OnValueChanged; } set { SetPropertyUtility.SetClass(ref m_OnValueChanged, value); } }
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* L_0 = __this->___m_OnValueChanged_54;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public OnChangeEvent onValueChanged { get { return m_OnValueChanged; } set { SetPropertyUtility.SetClass(ref m_OnValueChanged, value); } }
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onValueChanged(TMPro.TMP_InputField/OnChangeEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onValueChanged_m2C1B41AC850107D098E1D8BC481D23ED5310952E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisOnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_m7FB8CADFB86B26132FCED01ED39525DFAB7ED543_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public OnChangeEvent onValueChanged { get { return m_OnValueChanged; } set { SetPropertyUtility.SetClass(ref m_OnValueChanged, value); } }
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D** L_0 = (&__this->___m_OnValueChanged_54);
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisOnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_m7FB8CADFB86B26132FCED01ED39525DFAB7ED543(L_0, L_1, SetPropertyUtility_SetClass_TisOnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D_m7FB8CADFB86B26132FCED01ED39525DFAB7ED543_RuntimeMethod_var);
// public OnChangeEvent onValueChanged { get { return m_OnValueChanged; } set { SetPropertyUtility.SetClass(ref m_OnValueChanged, value); } }
return;
}
}
// TMPro.TMP_InputField/TouchScreenKeyboardEvent TMPro.TMP_InputField::get_onTouchScreenKeyboardStatusChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* TMP_InputField_get_onTouchScreenKeyboardStatusChanged_mF14075CDC1B4C99F300FCAD70350CDF144CB4818 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* V_0 = NULL;
{
// public TouchScreenKeyboardEvent onTouchScreenKeyboardStatusChanged { get { return m_OnTouchScreenKeyboardStatusChanged; } set { SetPropertyUtility.SetClass(ref m_OnTouchScreenKeyboardStatusChanged, value); } }
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* L_0 = __this->___m_OnTouchScreenKeyboardStatusChanged_55;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TouchScreenKeyboardEvent onTouchScreenKeyboardStatusChanged { get { return m_OnTouchScreenKeyboardStatusChanged; } set { SetPropertyUtility.SetClass(ref m_OnTouchScreenKeyboardStatusChanged, value); } }
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onTouchScreenKeyboardStatusChanged(TMPro.TMP_InputField/TouchScreenKeyboardEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onTouchScreenKeyboardStatusChanged_m7AC290C056FF92BFA6558AEEE89E10BAC48A92CA (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisTouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_m115B3CE6C43B7599E05D8431C3086416DB9BDA27_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public TouchScreenKeyboardEvent onTouchScreenKeyboardStatusChanged { get { return m_OnTouchScreenKeyboardStatusChanged; } set { SetPropertyUtility.SetClass(ref m_OnTouchScreenKeyboardStatusChanged, value); } }
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1** L_0 = (&__this->___m_OnTouchScreenKeyboardStatusChanged_55);
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisTouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_m115B3CE6C43B7599E05D8431C3086416DB9BDA27(L_0, L_1, SetPropertyUtility_SetClass_TisTouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1_m115B3CE6C43B7599E05D8431C3086416DB9BDA27_RuntimeMethod_var);
// public TouchScreenKeyboardEvent onTouchScreenKeyboardStatusChanged { get { return m_OnTouchScreenKeyboardStatusChanged; } set { SetPropertyUtility.SetClass(ref m_OnTouchScreenKeyboardStatusChanged, value); } }
return;
}
}
// TMPro.TMP_InputField/OnValidateInput TMPro.TMP_InputField::get_onValidateInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* TMP_InputField_get_onValidateInput_mF293BE6DE7AAA1F8E37E20B73418A639A8963A7D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* V_0 = NULL;
{
// public OnValidateInput onValidateInput { get { return m_OnValidateInput; } set { SetPropertyUtility.SetClass(ref m_OnValidateInput, value); } }
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* L_0 = __this->___m_OnValidateInput_56;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public OnValidateInput onValidateInput { get { return m_OnValidateInput; } set { SetPropertyUtility.SetClass(ref m_OnValidateInput, value); } }
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onValidateInput(TMPro.TMP_InputField/OnValidateInput)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onValidateInput_mDA2BDCF7BFA9F24D48BA27027B9BCD366164C972 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisOnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530_m60761E6747F8E6F3A5BFFFEE2837051B0C9025B3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public OnValidateInput onValidateInput { get { return m_OnValidateInput; } set { SetPropertyUtility.SetClass(ref m_OnValidateInput, value); } }
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530** L_0 = (&__this->___m_OnValidateInput_56);
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisOnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530_m60761E6747F8E6F3A5BFFFEE2837051B0C9025B3(L_0, L_1, SetPropertyUtility_SetClass_TisOnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530_m60761E6747F8E6F3A5BFFFEE2837051B0C9025B3_RuntimeMethod_var);
// public OnValidateInput onValidateInput { get { return m_OnValidateInput; } set { SetPropertyUtility.SetClass(ref m_OnValidateInput, value); } }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_characterLimit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_CharacterLimit; }
int32_t L_0 = __this->___m_CharacterLimit_47;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_CharacterLimit; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_characterLimit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_characterLimit_m64ADC294FC147C1E0806B5C175B9EA626059D4DC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (SetPropertyUtility.SetStruct(ref m_CharacterLimit, Math.Max(0, value)))
int32_t* L_0 = (&__this->___m_CharacterLimit_47);
int32_t L_1 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5(0, L_1, NULL);
bool L_3;
L_3 = SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5(L_0, L_2, SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_RuntimeMethod_var);
V_0 = L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_003a;
}
}
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// if (m_SoftKeyboard != null)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_5 = __this->___m_SoftKeyboard_20;
V_1 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0039;
}
}
{
// m_SoftKeyboard.characterLimit = value;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_7 = __this->___m_SoftKeyboard_20;
int32_t L_8 = ___value0;
NullCheck(L_7);
TouchScreenKeyboard_set_characterLimit_mCD8F3BC047EF2515272A689368CF3678A419B854(L_7, L_8, NULL);
}
IL_0039:
{
}
IL_003a:
{
// }
return;
}
}
// System.Single TMPro.TMP_InputField::get_pointSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_pointSize_m2F9C02B8B2E8501799E118F3FC1675DB1555EEB3 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// get { return m_GlobalPointSize; }
float L_0 = __this->___m_GlobalPointSize_46;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_GlobalPointSize; }
float L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_pointSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_pointSize_m5001D4D1325CE0737CAA65D86ACAB2D88DAA87C3 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (SetPropertyUtility.SetStruct(ref m_GlobalPointSize, Math.Max(0, value)))
float* L_0 = (&__this->___m_GlobalPointSize_46);
float L_1 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
float L_2;
L_2 = Math_Max_mB1131EAD9E03519D13D246CE96B599561C784957((0.0f), L_1, NULL);
bool L_3;
L_3 = SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9(L_0, L_2, SetPropertyUtility_SetStruct_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m5BE407E31E95DB42BBCE93EA6080F523B6B184D9_RuntimeMethod_var);
V_0 = L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0031;
}
}
{
// SetGlobalPointSize(m_GlobalPointSize);
float L_5 = __this->___m_GlobalPointSize_46;
TMP_InputField_SetGlobalPointSize_m3FFB4ADB49E9D601673A53AEA78839B964D32A81(__this, L_5, NULL);
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_0031:
{
// }
return;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_InputField::get_fontAsset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_InputField_get_fontAsset_m9EAAF4737728BB51C8D5D7A1AC46E77DD970F176 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_0 = NULL;
{
// get { return m_GlobalFontAsset; }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_0 = __this->___m_GlobalFontAsset_99;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_GlobalFontAsset; }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_1 = V_0;
return L_1;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_m2E8BF436F1D207D3CC8772F7CB3C183CDD8D6AC3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (SetPropertyUtility.SetClass(ref m_GlobalFontAsset, value))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160** L_0 = (&__this->___m_GlobalFontAsset_99);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_m2E8BF436F1D207D3CC8772F7CB3C183CDD8D6AC3(L_0, L_1, SetPropertyUtility_SetClass_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_m2E8BF436F1D207D3CC8772F7CB3C183CDD8D6AC3_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0027;
}
}
{
// SetGlobalFontAsset(m_GlobalFontAsset);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_4 = __this->___m_GlobalFontAsset_99;
TMP_InputField_SetGlobalFontAsset_m4AD28DDE68A928EA340F360105C99A1EBC789201(__this, L_4, NULL);
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_0027:
{
// }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_onFocusSelectAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_onFocusSelectAll_m6A1A06461D6B01EE2E68624B9D7E5E3C7D092CDC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_OnFocusSelectAll; }
bool L_0 = __this->___m_OnFocusSelectAll_100;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_OnFocusSelectAll; }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_onFocusSelectAll(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_onFocusSelectAll_mDC9C36C7201E90054B97AE94251577ABB103FD75 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_OnFocusSelectAll = value; }
bool L_0 = ___value0;
__this->___m_OnFocusSelectAll_100 = L_0;
// set { m_OnFocusSelectAll = value; }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_resetOnDeActivation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_resetOnDeActivation_m6BB1C27CCFB72767235B459ED4F3A81965273771 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_ResetOnDeActivation; }
bool L_0 = __this->___m_ResetOnDeActivation_102;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_ResetOnDeActivation; }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_resetOnDeActivation(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_resetOnDeActivation_mCB035C9EADE4A6896C42DDCEC996D00D4A7F6CB2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_ResetOnDeActivation = value; }
bool L_0 = ___value0;
__this->___m_ResetOnDeActivation_102 = L_0;
// set { m_ResetOnDeActivation = value; }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_restoreOriginalTextOnEscape()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_restoreOriginalTextOnEscape_m138E8AAD613E1A3693B8B9E6469B6450F86D367D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_RestoreOriginalTextOnEscape; }
bool L_0 = __this->___m_RestoreOriginalTextOnEscape_106;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_RestoreOriginalTextOnEscape; }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_restoreOriginalTextOnEscape(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_restoreOriginalTextOnEscape_mA8F67F61689BBD34C3B4811DAD7380253EA8069C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_RestoreOriginalTextOnEscape = value; }
bool L_0 = ___value0;
__this->___m_RestoreOriginalTextOnEscape_106 = L_0;
// set { m_RestoreOriginalTextOnEscape = value; }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_isRichTextEditingAllowed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_isRichTextEditingAllowed_mBF19A7F1ECC8F9C2F06D1D7636F45882E671CCB3 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_isRichTextEditingAllowed; }
bool L_0 = __this->___m_isRichTextEditingAllowed_107;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_isRichTextEditingAllowed; }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_isRichTextEditingAllowed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_isRichTextEditingAllowed_m3BEB725A42ACC0CD7990E36B4B707AB892EA8B21 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_isRichTextEditingAllowed = value; }
bool L_0 = ___value0;
__this->___m_isRichTextEditingAllowed_107 = L_0;
// set { m_isRichTextEditingAllowed = value; }
return;
}
}
// TMPro.TMP_InputField/ContentType TMPro.TMP_InputField::get_contentType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_contentType_m32EEDFC275E9CB6C759A4F117EBAA40336B9030D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public ContentType contentType { get { return m_ContentType; } set { if (SetPropertyUtility.SetStruct(ref m_ContentType, value)) EnforceContentType(); } }
int32_t L_0 = __this->___m_ContentType_37;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public ContentType contentType { get { return m_ContentType; } set { if (SetPropertyUtility.SetStruct(ref m_ContentType, value)) EnforceContentType(); } }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_contentType(TMPro.TMP_InputField/ContentType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_contentType_mB9BCF78B6868FBB3CDE671DDF008E3716D3ADC91 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisContentType_tC6315BB238AB8B34EEAC496ECDA3F92692694276_mE2DC73869D92F5413C0666A42DD00524EA873303_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// public ContentType contentType { get { return m_ContentType; } set { if (SetPropertyUtility.SetStruct(ref m_ContentType, value)) EnforceContentType(); } }
int32_t* L_0 = (&__this->___m_ContentType_37);
int32_t L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisContentType_tC6315BB238AB8B34EEAC496ECDA3F92692694276_mE2DC73869D92F5413C0666A42DD00524EA873303(L_0, L_1, SetPropertyUtility_SetStruct_TisContentType_tC6315BB238AB8B34EEAC496ECDA3F92692694276_mE2DC73869D92F5413C0666A42DD00524EA873303_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public ContentType contentType { get { return m_ContentType; } set { if (SetPropertyUtility.SetStruct(ref m_ContentType, value)) EnforceContentType(); } }
TMP_InputField_EnforceContentType_m4D5F42FD6E04B3B3B541E978C9C603B7696E7AB2(__this, NULL);
}
IL_0018:
{
// public ContentType contentType { get { return m_ContentType; } set { if (SetPropertyUtility.SetStruct(ref m_ContentType, value)) EnforceContentType(); } }
return;
}
}
// TMPro.TMP_InputField/LineType TMPro.TMP_InputField::get_lineType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_lineType_mE221F133A310EB6C93DA24E1F5900E948771D64C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_LineType; }
int32_t L_0 = __this->___m_LineType_41;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_LineType; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_lineType(TMPro.TMP_InputField/LineType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_lineType_m0B3A3770A8229ABCDF139F80765FC6C3A659FD21 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisLineType_t004C9AD8E9A2D86ABDE2F2F55F09446F6E46AF6E_m91D93CE67BD64AE1425E52BEBAA4FF5341AE4589_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (SetPropertyUtility.SetStruct(ref m_LineType, value))
int32_t* L_0 = (&__this->___m_LineType_41);
int32_t L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisLineType_t004C9AD8E9A2D86ABDE2F2F55F09446F6E46AF6E_m91D93CE67BD64AE1425E52BEBAA4FF5341AE4589(L_0, L_1, SetPropertyUtility_SetStruct_TisLineType_t004C9AD8E9A2D86ABDE2F2F55F09446F6E46AF6E_m91D93CE67BD64AE1425E52BEBAA4FF5341AE4589_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_002b;
}
}
{
// SetToCustomIfContentTypeIsNot(ContentType.Standard, ContentType.Autocorrected);
ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39* L_4 = (ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39*)(ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39*)SZArrayNew(ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39_il2cpp_TypeInfo_var, (uint32_t)2);
ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)1);
TMP_InputField_SetToCustomIfContentTypeIsNot_mB9AC8BE6A15C7DC926F5064C49A0F2199CC6B14D(__this, L_5, NULL);
// SetTextComponentWrapMode();
TMP_InputField_SetTextComponentWrapMode_m9CF72ADC54A79451A8B35A85FFF2232F1D6A79ED(__this, NULL);
}
IL_002b:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_lineLimit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_lineLimit_m771801BE2D9D7F788EDA1F90336929FC54193D9F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_LineLimit; }
int32_t L_0 = __this->___m_LineLimit_108;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_LineLimit; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_lineLimit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_lineLimit_mD645AAD616399138A50AA905E8A8CD4B5B177B62 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (m_LineType == LineType.SingleLine)
int32_t L_0 = __this->___m_LineType_41;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// m_LineLimit = 1;
__this->___m_LineLimit_108 = 1;
goto IL_0024;
}
IL_0017:
{
// SetPropertyUtility.SetStruct(ref m_LineLimit, value);
int32_t* L_2 = (&__this->___m_LineLimit_108);
int32_t L_3 = ___value0;
bool L_4;
L_4 = SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5(L_2, L_3, SetPropertyUtility_SetStruct_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF123A04937D9A7CD1A58D0B59FD8A448BD4EACA5_RuntimeMethod_var);
}
IL_0024:
{
// }
return;
}
}
// TMPro.TMP_InputField/InputType TMPro.TMP_InputField::get_inputType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_inputType_m93A6CC8FF76412F46471D91952323CE4C63B7D34 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public InputType inputType { get { return m_InputType; } set { if (SetPropertyUtility.SetStruct(ref m_InputType, value)) SetToCustom(); } }
int32_t L_0 = __this->___m_InputType_38;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public InputType inputType { get { return m_InputType; } set { if (SetPropertyUtility.SetStruct(ref m_InputType, value)) SetToCustom(); } }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_inputType(TMPro.TMP_InputField/InputType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_inputType_mF1647C27280C29CE45DB74457ABF43B46A19366C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisInputType_tF2224DC7469AAC22BF653D00F6E29F8739175DA1_m72E5F96E47220BDE77B358B88D488E045A9970A0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// public InputType inputType { get { return m_InputType; } set { if (SetPropertyUtility.SetStruct(ref m_InputType, value)) SetToCustom(); } }
int32_t* L_0 = (&__this->___m_InputType_38);
int32_t L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisInputType_tF2224DC7469AAC22BF653D00F6E29F8739175DA1_m72E5F96E47220BDE77B358B88D488E045A9970A0(L_0, L_1, SetPropertyUtility_SetStruct_TisInputType_tF2224DC7469AAC22BF653D00F6E29F8739175DA1_m72E5F96E47220BDE77B358B88D488E045A9970A0_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public InputType inputType { get { return m_InputType; } set { if (SetPropertyUtility.SetStruct(ref m_InputType, value)) SetToCustom(); } }
TMP_InputField_SetToCustom_m798A8846432794AA8687F6020551B512357D2CF0(__this, NULL);
}
IL_0018:
{
// public InputType inputType { get { return m_InputType; } set { if (SetPropertyUtility.SetStruct(ref m_InputType, value)) SetToCustom(); } }
return;
}
}
// UnityEngine.TouchScreenKeyboardType TMPro.TMP_InputField::get_keyboardType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_keyboardType_m8B616A743B2FAB03C6263F1582171BB390F94F8B (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_KeyboardType; }
int32_t L_0 = __this->___m_KeyboardType_40;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_KeyboardType; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_keyboardType(UnityEngine.TouchScreenKeyboardType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_keyboardType_m97210FB5D41B6AAE5352D2BD6C1D45AF8174FC95 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisTouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1_mADDF2428FF57C3F2E3384B95509BA30E3939776E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (SetPropertyUtility.SetStruct(ref m_KeyboardType, value))
int32_t* L_0 = (&__this->___m_KeyboardType_40);
int32_t L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisTouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1_mADDF2428FF57C3F2E3384B95509BA30E3939776E(L_0, L_1, SetPropertyUtility_SetStruct_TisTouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1_mADDF2428FF57C3F2E3384B95509BA30E3939776E_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// SetToCustom();
TMP_InputField_SetToCustom_m798A8846432794AA8687F6020551B512357D2CF0(__this, NULL);
}
IL_0018:
{
// }
return;
}
}
// TMPro.TMP_InputField/CharacterValidation TMPro.TMP_InputField::get_characterValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public CharacterValidation characterValidation { get { return m_CharacterValidation; } set { if (SetPropertyUtility.SetStruct(ref m_CharacterValidation, value)) SetToCustom(); } }
int32_t L_0 = __this->___m_CharacterValidation_44;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public CharacterValidation characterValidation { get { return m_CharacterValidation; } set { if (SetPropertyUtility.SetStruct(ref m_CharacterValidation, value)) SetToCustom(); } }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_characterValidation(TMPro.TMP_InputField/CharacterValidation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_characterValidation_mE2D042600CF00A3F5D8EFF09271C0FCDCE324D4C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisCharacterValidation_t14B82768014D219C74BC91657D6B013A0CAFF2B9_mA9590347D829A1550E78A2D64E45E136946662FE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// public CharacterValidation characterValidation { get { return m_CharacterValidation; } set { if (SetPropertyUtility.SetStruct(ref m_CharacterValidation, value)) SetToCustom(); } }
int32_t* L_0 = (&__this->___m_CharacterValidation_44);
int32_t L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisCharacterValidation_t14B82768014D219C74BC91657D6B013A0CAFF2B9_mA9590347D829A1550E78A2D64E45E136946662FE(L_0, L_1, SetPropertyUtility_SetStruct_TisCharacterValidation_t14B82768014D219C74BC91657D6B013A0CAFF2B9_mA9590347D829A1550E78A2D64E45E136946662FE_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public CharacterValidation characterValidation { get { return m_CharacterValidation; } set { if (SetPropertyUtility.SetStruct(ref m_CharacterValidation, value)) SetToCustom(); } }
TMP_InputField_SetToCustom_m798A8846432794AA8687F6020551B512357D2CF0(__this, NULL);
}
IL_0018:
{
// public CharacterValidation characterValidation { get { return m_CharacterValidation; } set { if (SetPropertyUtility.SetStruct(ref m_CharacterValidation, value)) SetToCustom(); } }
return;
}
}
// TMPro.TMP_InputValidator TMPro.TMP_InputField::get_inputValidator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* TMP_InputField_get_inputValidator_mF47AEABCFD04F4F9FE7F7C64331A8B01B7976CF7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* V_0 = NULL;
{
// get { return m_InputValidator; }
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* L_0 = __this->___m_InputValidator_109;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_InputValidator; }
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_inputValidator(TMPro.TMP_InputValidator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_inputValidator_m619FB8CCDB4B2BA3FE13ADF567137061647E9AA2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetClass_TisTMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98_mED3201623D991051DB2B2A8C5B0830224F5AE4E0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// set { if (SetPropertyUtility.SetClass(ref m_InputValidator, value)) SetToCustom(CharacterValidation.CustomValidator); }
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98** L_0 = (&__this->___m_InputValidator_109);
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetClass_TisTMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98_mED3201623D991051DB2B2A8C5B0830224F5AE4E0(L_0, L_1, SetPropertyUtility_SetClass_TisTMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98_mED3201623D991051DB2B2A8C5B0830224F5AE4E0_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0019;
}
}
{
// set { if (SetPropertyUtility.SetClass(ref m_InputValidator, value)) SetToCustom(CharacterValidation.CustomValidator); }
TMP_InputField_SetToCustom_mB668A3AB0C1900F2B2618DB9C1288C805DD21D58(__this, 8, NULL);
}
IL_0019:
{
// set { if (SetPropertyUtility.SetClass(ref m_InputValidator, value)) SetToCustom(CharacterValidation.CustomValidator); }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_readOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_readOnly_m551BFA0AB64EBD12F49C0993305274BC8176E0A5 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// public bool readOnly { get { return m_ReadOnly; } set { m_ReadOnly = value; } }
bool L_0 = __this->___m_ReadOnly_63;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public bool readOnly { get { return m_ReadOnly; } set { m_ReadOnly = value; } }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_readOnly(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_readOnly_m05A0789FE9583F510DF5299A963BA0C32EC03C8A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool readOnly { get { return m_ReadOnly; } set { m_ReadOnly = value; } }
bool L_0 = ___value0;
__this->___m_ReadOnly_63 = L_0;
// public bool readOnly { get { return m_ReadOnly; } set { m_ReadOnly = value; } }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_richText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_richText_mFDFECA8E9F49F27A5FCCB4D147C283581BE66155 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// public bool richText { get { return m_RichText; } set { m_RichText = value; SetTextComponentRichTextMode(); } }
bool L_0 = __this->___m_RichText_64;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public bool richText { get { return m_RichText; } set { m_RichText = value; SetTextComponentRichTextMode(); } }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_richText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_richText_m1AE9CD128CFF3316C1C602717337241666AA1FA4 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool richText { get { return m_RichText; } set { m_RichText = value; SetTextComponentRichTextMode(); } }
bool L_0 = ___value0;
__this->___m_RichText_64 = L_0;
// public bool richText { get { return m_RichText; } set { m_RichText = value; SetTextComponentRichTextMode(); } }
TMP_InputField_SetTextComponentRichTextMode_mAA7F99B2DFD5DD46007BF0247B37A8CA008F1947(__this, NULL);
// public bool richText { get { return m_RichText; } set { m_RichText = value; SetTextComponentRichTextMode(); } }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_multiLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool multiLine { get { return m_LineType == LineType.MultiLineNewline || lineType == LineType.MultiLineSubmit; } }
int32_t L_0 = __this->___m_LineType_41;
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0015;
}
}
{
int32_t L_1;
L_1 = TMP_InputField_get_lineType_mE221F133A310EB6C93DA24E1F5900E948771D64C(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 1;
}
IL_0016:
{
V_0 = (bool)G_B3_0;
goto IL_0019;
}
IL_0019:
{
// public bool multiLine { get { return m_LineType == LineType.MultiLineNewline || lineType == LineType.MultiLineSubmit; } }
bool L_2 = V_0;
return L_2;
}
}
// System.Char TMPro.TMP_InputField::get_asteriskChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_InputField_get_asteriskChar_m3D3F22537749D339A3DB36BE6C56015D0B06A38E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
{
// public char asteriskChar { get { return m_AsteriskChar; } set { if (SetPropertyUtility.SetStruct(ref m_AsteriskChar, value)) UpdateLabel(); } }
Il2CppChar L_0 = __this->___m_AsteriskChar_39;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public char asteriskChar { get { return m_AsteriskChar; } set { if (SetPropertyUtility.SetStruct(ref m_AsteriskChar, value)) UpdateLabel(); } }
Il2CppChar L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_asteriskChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_asteriskChar_m5A6D4BEB046DC3E1397972AEF86F00F5FEDB4CD0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPropertyUtility_SetStruct_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7AC6B0CAB2727752B3302DCE2C4BE12E999B5BC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// public char asteriskChar { get { return m_AsteriskChar; } set { if (SetPropertyUtility.SetStruct(ref m_AsteriskChar, value)) UpdateLabel(); } }
Il2CppChar* L_0 = (&__this->___m_AsteriskChar_39);
Il2CppChar L_1 = ___value0;
bool L_2;
L_2 = SetPropertyUtility_SetStruct_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7AC6B0CAB2727752B3302DCE2C4BE12E999B5BC(L_0, L_1, SetPropertyUtility_SetStruct_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7AC6B0CAB2727752B3302DCE2C4BE12E999B5BC_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// public char asteriskChar { get { return m_AsteriskChar; } set { if (SetPropertyUtility.SetStruct(ref m_AsteriskChar, value)) UpdateLabel(); } }
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_0018:
{
// public char asteriskChar { get { return m_AsteriskChar; } set { if (SetPropertyUtility.SetStruct(ref m_AsteriskChar, value)) UpdateLabel(); } }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_wasCanceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_wasCanceled_mEF43E80CFB8EE3DCE8599D64213D3F977D9794FF (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// public bool wasCanceled { get { return m_WasCanceled; } }
bool L_0 = __this->___m_WasCanceled_85;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public bool wasCanceled { get { return m_WasCanceled; } }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::ClampStringPos(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ClampStringPos_mCEF1B5B73F19C6FFA1A9411FCA485B7F81C73D05 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t* ___pos0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (pos < 0)
int32_t* L_0 = ___pos0;
int32_t L_1 = *((int32_t*)L_0);
V_0 = (bool)((((int32_t)L_1) < ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_000f;
}
}
{
// pos = 0;
int32_t* L_3 = ___pos0;
*((int32_t*)L_3) = (int32_t)0;
goto IL_002f;
}
IL_000f:
{
// else if (pos > text.Length)
int32_t* L_4 = ___pos0;
int32_t L_5 = *((int32_t*)L_4);
String_t* L_6;
L_6 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
V_1 = (bool)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0);
bool L_8 = V_1;
if (!L_8)
{
goto IL_002f;
}
}
{
// pos = text.Length;
int32_t* L_9 = ___pos0;
String_t* L_10;
L_10 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
*((int32_t*)L_9) = (int32_t)L_11;
}
IL_002f:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::ClampCaretPos(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ClampCaretPos_m24F8EDB52862BA470A2CD5FD3D2A62AA86A00FC1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t* ___pos0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (pos < 0)
int32_t* L_0 = ___pos0;
int32_t L_1 = *((int32_t*)L_0);
V_0 = (bool)((((int32_t)L_1) < ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_000f;
}
}
{
// pos = 0;
int32_t* L_3 = ___pos0;
*((int32_t*)L_3) = (int32_t)0;
goto IL_003d;
}
IL_000f:
{
// else if (pos > m_TextComponent.textInfo.characterCount - 1)
int32_t* L_4 = ___pos0;
int32_t L_5 = *((int32_t*)L_4);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_7;
L_7 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_6, NULL);
NullCheck(L_7);
int32_t L_8 = L_7->___characterCount_3;
V_1 = (bool)((((int32_t)L_5) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_8, 1))))? 1 : 0);
bool L_9 = V_1;
if (!L_9)
{
goto IL_003d;
}
}
{
// pos = m_TextComponent.textInfo.characterCount - 1;
int32_t* L_10 = ___pos0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_11 = __this->___m_TextComponent_27;
NullCheck(L_11);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_12;
L_12 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_11, NULL);
NullCheck(L_12);
int32_t L_13 = L_12->___characterCount_3;
*((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_13, 1));
}
IL_003d:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_caretPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// protected int caretPositionInternal { get { return m_CaretPosition + compositionLength; } set { m_CaretPosition = value; ClampCaretPos(ref m_CaretPosition); } }
int32_t L_0 = __this->___m_CaretPosition_67;
int32_t L_1;
L_1 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
goto IL_0011;
}
IL_0011:
{
// protected int caretPositionInternal { get { return m_CaretPosition + compositionLength; } set { m_CaretPosition = value; ClampCaretPos(ref m_CaretPosition); } }
int32_t L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_InputField::set_caretPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// protected int caretPositionInternal { get { return m_CaretPosition + compositionLength; } set { m_CaretPosition = value; ClampCaretPos(ref m_CaretPosition); } }
int32_t L_0 = ___value0;
__this->___m_CaretPosition_67 = L_0;
// protected int caretPositionInternal { get { return m_CaretPosition + compositionLength; } set { m_CaretPosition = value; ClampCaretPos(ref m_CaretPosition); } }
int32_t* L_1 = (&__this->___m_CaretPosition_67);
TMP_InputField_ClampCaretPos_m24F8EDB52862BA470A2CD5FD3D2A62AA86A00FC1(__this, L_1, NULL);
// protected int caretPositionInternal { get { return m_CaretPosition + compositionLength; } set { m_CaretPosition = value; ClampCaretPos(ref m_CaretPosition); } }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_stringPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// protected int stringPositionInternal { get { return m_StringPosition + compositionLength; } set { m_StringPosition = value; ClampStringPos(ref m_StringPosition); } }
int32_t L_0 = __this->___m_StringPosition_65;
int32_t L_1;
L_1 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
goto IL_0011;
}
IL_0011:
{
// protected int stringPositionInternal { get { return m_StringPosition + compositionLength; } set { m_StringPosition = value; ClampStringPos(ref m_StringPosition); } }
int32_t L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_InputField::set_stringPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// protected int stringPositionInternal { get { return m_StringPosition + compositionLength; } set { m_StringPosition = value; ClampStringPos(ref m_StringPosition); } }
int32_t L_0 = ___value0;
__this->___m_StringPosition_65 = L_0;
// protected int stringPositionInternal { get { return m_StringPosition + compositionLength; } set { m_StringPosition = value; ClampStringPos(ref m_StringPosition); } }
int32_t* L_1 = (&__this->___m_StringPosition_65);
TMP_InputField_ClampStringPos_mCEF1B5B73F19C6FFA1A9411FCA485B7F81C73D05(__this, L_1, NULL);
// protected int stringPositionInternal { get { return m_StringPosition + compositionLength; } set { m_StringPosition = value; ClampStringPos(ref m_StringPosition); } }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_caretSelectPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// protected int caretSelectPositionInternal { get { return m_CaretSelectPosition + compositionLength; } set { m_CaretSelectPosition = value; ClampCaretPos(ref m_CaretSelectPosition); } }
int32_t L_0 = __this->___m_CaretSelectPosition_68;
int32_t L_1;
L_1 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
goto IL_0011;
}
IL_0011:
{
// protected int caretSelectPositionInternal { get { return m_CaretSelectPosition + compositionLength; } set { m_CaretSelectPosition = value; ClampCaretPos(ref m_CaretSelectPosition); } }
int32_t L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_InputField::set_caretSelectPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// protected int caretSelectPositionInternal { get { return m_CaretSelectPosition + compositionLength; } set { m_CaretSelectPosition = value; ClampCaretPos(ref m_CaretSelectPosition); } }
int32_t L_0 = ___value0;
__this->___m_CaretSelectPosition_68 = L_0;
// protected int caretSelectPositionInternal { get { return m_CaretSelectPosition + compositionLength; } set { m_CaretSelectPosition = value; ClampCaretPos(ref m_CaretSelectPosition); } }
int32_t* L_1 = (&__this->___m_CaretSelectPosition_68);
TMP_InputField_ClampCaretPos_m24F8EDB52862BA470A2CD5FD3D2A62AA86A00FC1(__this, L_1, NULL);
// protected int caretSelectPositionInternal { get { return m_CaretSelectPosition + compositionLength; } set { m_CaretSelectPosition = value; ClampCaretPos(ref m_CaretSelectPosition); } }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_stringSelectPositionInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// protected int stringSelectPositionInternal { get { return m_StringSelectPosition + compositionLength; } set { m_StringSelectPosition = value; ClampStringPos(ref m_StringSelectPosition); } }
int32_t L_0 = __this->___m_StringSelectPosition_66;
int32_t L_1;
L_1 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
goto IL_0011;
}
IL_0011:
{
// protected int stringSelectPositionInternal { get { return m_StringSelectPosition + compositionLength; } set { m_StringSelectPosition = value; ClampStringPos(ref m_StringSelectPosition); } }
int32_t L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_InputField::set_stringSelectPositionInternal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// protected int stringSelectPositionInternal { get { return m_StringSelectPosition + compositionLength; } set { m_StringSelectPosition = value; ClampStringPos(ref m_StringSelectPosition); } }
int32_t L_0 = ___value0;
__this->___m_StringSelectPosition_66 = L_0;
// protected int stringSelectPositionInternal { get { return m_StringSelectPosition + compositionLength; } set { m_StringSelectPosition = value; ClampStringPos(ref m_StringSelectPosition); } }
int32_t* L_1 = (&__this->___m_StringSelectPosition_66);
TMP_InputField_ClampStringPos_mCEF1B5B73F19C6FFA1A9411FCA485B7F81C73D05(__this, L_1, NULL);
// protected int stringSelectPositionInternal { get { return m_StringSelectPosition + compositionLength; } set { m_StringSelectPosition = value; ClampStringPos(ref m_StringSelectPosition); } }
return;
}
}
// System.Boolean TMPro.TMP_InputField::get_hasSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// private bool hasSelection { get { return stringPositionInternal != stringSelectPositionInternal; } }
int32_t L_0;
L_0 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_1;
L_1 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0015;
}
IL_0015:
{
// private bool hasSelection { get { return stringPositionInternal != stringSelectPositionInternal; } }
bool L_2 = V_0;
return L_2;
}
}
// System.Int32 TMPro.TMP_InputField::get_caretPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_caretPosition_m1F103634776349DFA375AC8C64F1D2535A693A15 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return caretSelectPositionInternal; }
int32_t L_0;
L_0 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return caretSelectPositionInternal; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_caretPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_caretPosition_mD5B0AFA01D9947B7EFC98CD4C4BF927518513FF4 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { selectionAnchorPosition = value; selectionFocusPosition = value; m_IsStringPositionDirty = true; }
int32_t L_0 = ___value0;
TMP_InputField_set_selectionAnchorPosition_mB6E72D94EFD7C55EAFA8F8AAC30D255935438B06(__this, L_0, NULL);
// set { selectionAnchorPosition = value; selectionFocusPosition = value; m_IsStringPositionDirty = true; }
int32_t L_1 = ___value0;
TMP_InputField_set_selectionFocusPosition_m862731C1A303D3778E292AB427BC1BEF4407050D(__this, L_1, NULL);
// set { selectionAnchorPosition = value; selectionFocusPosition = value; m_IsStringPositionDirty = true; }
__this->___m_IsStringPositionDirty_111 = (bool)1;
// set { selectionAnchorPosition = value; selectionFocusPosition = value; m_IsStringPositionDirty = true; }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_selectionAnchorPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_selectionAnchorPosition_mAAD925C368B16EFE972C11F551A1D9DCB93B0B93 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return caretPositionInternal;
int32_t L_0;
L_0 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_selectionAnchorPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionAnchorPosition_mB6E72D94EFD7C55EAFA8F8AAC30D255935438B06 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (compositionLength != 0)
int32_t L_0;
L_0 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_001f;
}
IL_0010:
{
// caretPositionInternal = value;
int32_t L_2 = ___value0;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_2, NULL);
// m_IsStringPositionDirty = true;
__this->___m_IsStringPositionDirty_111 = (bool)1;
}
IL_001f:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_selectionFocusPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_selectionFocusPosition_m64C9DB19CDB18E29B7CB02DCC84B5F05ACDB473E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return caretSelectPositionInternal;
int32_t L_0;
L_0 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_selectionFocusPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionFocusPosition_m862731C1A303D3778E292AB427BC1BEF4407050D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (compositionLength != 0)
int32_t L_0;
L_0 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_001f;
}
IL_0010:
{
// caretSelectPositionInternal = value;
int32_t L_2 = ___value0;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_2, NULL);
// m_IsStringPositionDirty = true;
__this->___m_IsStringPositionDirty_111 = (bool)1;
}
IL_001f:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_stringPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_stringPosition_m5C9E52B4A7304183ED4F690AD6239D57B142A7B6 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return stringSelectPositionInternal; }
int32_t L_0;
L_0 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return stringSelectPositionInternal; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_stringPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_stringPosition_mB6538BDB302FECF09EAD5BA986FB11BBE6A49E8A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { selectionStringAnchorPosition = value; selectionStringFocusPosition = value; m_IsCaretPositionDirty = true; }
int32_t L_0 = ___value0;
TMP_InputField_set_selectionStringAnchorPosition_m60E8DEBD9389373AD410E7E868D3C36CCA202B8E(__this, L_0, NULL);
// set { selectionStringAnchorPosition = value; selectionStringFocusPosition = value; m_IsCaretPositionDirty = true; }
int32_t L_1 = ___value0;
TMP_InputField_set_selectionStringFocusPosition_mB23FDE5288C4F033028320FE4DBDEB096AAB3917(__this, L_1, NULL);
// set { selectionStringAnchorPosition = value; selectionStringFocusPosition = value; m_IsCaretPositionDirty = true; }
__this->___m_IsCaretPositionDirty_112 = (bool)1;
// set { selectionStringAnchorPosition = value; selectionStringFocusPosition = value; m_IsCaretPositionDirty = true; }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_selectionStringAnchorPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_selectionStringAnchorPosition_m321370B1A913B9B619DE5C5A5E5FA8D251C0B8F2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return stringPositionInternal;
int32_t L_0;
L_0 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_selectionStringAnchorPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionStringAnchorPosition_m60E8DEBD9389373AD410E7E868D3C36CCA202B8E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (compositionLength != 0)
int32_t L_0;
L_0 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_001f;
}
IL_0010:
{
// stringPositionInternal = value;
int32_t L_2 = ___value0;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_2, NULL);
// m_IsCaretPositionDirty = true;
__this->___m_IsCaretPositionDirty_112 = (bool)1;
}
IL_001f:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::get_selectionStringFocusPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_selectionStringFocusPosition_mA044AFF5699E8B61BF3CBE271522AC8CA7088B0F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return stringSelectPositionInternal;
int32_t L_0;
L_0 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_selectionStringFocusPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_selectionStringFocusPosition_mB23FDE5288C4F033028320FE4DBDEB096AAB3917 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (compositionLength != 0)
int32_t L_0;
L_0 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_0 = (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_001f;
}
IL_0010:
{
// stringSelectPositionInternal = value;
int32_t L_2 = ___value0;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_2, NULL);
// m_IsCaretPositionDirty = true;
__this->___m_IsCaretPositionDirty_112 = (bool)1;
}
IL_001f:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnEnable_m3A78BC51F18EDA6775A85DB81F8F401B17D04475 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisILayoutController_tD6B9DA814D1859D5391E51BDD5CDD3192AD5DFA8_m4632B99DD2C9CBC8BF7ECF26C68DE9190DA2CF9F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisLayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE_m1F9456DE15CE473E9CC8A0C861F424A2EF8D1F8B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m6D14E9D9ED30494BDFDA9210DE8FC7869AAD48E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInParent_TisIScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_mB7DC50B5B9E75CDC907C040EF0AEC52BBB0451B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Add_m368726E3508DB2176C4F87A79C0C0CC4816176D6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_m352B503784BB68953253ED4AD666B68C6CF05BA9_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*)&Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_ON_TEXT_CHANGED_mEA6A2C8BD4AF9D1C0CF5A6EC9608F2149256B553_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_SelectionCaret_tCDD93BB06825C506A7D3E06648FB33E3D61981EB_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E5F5CB4979BE02FA2697A4671278BE10C23D41A);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
int32_t G_B9_0 = 0;
{
// base.OnEnable();
Selectable_OnEnable_mBE48F9440061AFFCEA53B103F7C7A059AC115FA7(__this, NULL);
// if (m_Text == null)
String_t* L_0 = __this->___m_Text_60;
V_2 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0020;
}
}
{
// m_Text = string.Empty;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_Text_60 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_2);
}
IL_0020:
{
// ILayoutController layoutController = GetComponent<ILayoutController>();
RuntimeObject* L_3;
L_3 = Component_GetComponent_TisILayoutController_tD6B9DA814D1859D5391E51BDD5CDD3192AD5DFA8_m4632B99DD2C9CBC8BF7ECF26C68DE9190DA2CF9F(__this, Component_GetComponent_TisILayoutController_tD6B9DA814D1859D5391E51BDD5CDD3192AD5DFA8_m4632B99DD2C9CBC8BF7ECF26C68DE9190DA2CF9F_RuntimeMethod_var);
V_0 = L_3;
// if (layoutController != null)
RuntimeObject* L_4 = V_0;
V_3 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_0046;
}
}
{
// m_IsDrivenByLayoutComponents = true;
__this->___m_IsDrivenByLayoutComponents_32 = (bool)1;
// m_LayoutGroup = GetComponent<LayoutGroup>();
LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* L_6;
L_6 = Component_GetComponent_TisLayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE_m1F9456DE15CE473E9CC8A0C861F424A2EF8D1F8B(__this, Component_GetComponent_TisLayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE_m1F9456DE15CE473E9CC8A0C861F424A2EF8D1F8B_RuntimeMethod_var);
__this->___m_LayoutGroup_33 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LayoutGroup_33), (void*)L_6);
goto IL_004d;
}
IL_0046:
{
// m_IsDrivenByLayoutComponents = false;
__this->___m_IsDrivenByLayoutComponents_32 = (bool)0;
}
IL_004d:
{
// if (Application.isPlaying)
bool L_7;
L_7 = Application_get_isPlaying_m0B3B501E1093739F8887A0DAC5F61D9CB49CC337(NULL);
V_4 = L_7;
bool L_8 = V_4;
if (!L_8)
{
goto IL_0130;
}
}
{
// if (m_CachedInputRenderer == null && m_TextComponent != null)
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_9 = __this->___m_CachedInputRenderer_71;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_10)
{
goto IL_0078;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_11 = __this->___m_TextComponent_27;
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);
G_B9_0 = ((int32_t)(L_12));
goto IL_0079;
}
IL_0078:
{
G_B9_0 = 0;
}
IL_0079:
{
V_5 = (bool)G_B9_0;
bool L_13 = V_5;
if (!L_13)
{
goto IL_012f;
}
}
{
// GameObject go = new GameObject("Caret", typeof(TMP_SelectionCaret));
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_15 = L_14;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (TMP_SelectionCaret_tCDD93BB06825C506A7D3E06648FB33E3D61981EB_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_17;
L_17 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_16, NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_17);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
NullCheck(L_18);
GameObject__ctor_m721D643351E55308EA4F5F41B67D5446D11C61F0(L_18, _stringLiteral2E5F5CB4979BE02FA2697A4671278BE10C23D41A, L_15, NULL);
V_6 = L_18;
// go.hideFlags = HideFlags.DontSave;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19 = V_6;
NullCheck(L_19);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_19, ((int32_t)52), NULL);
// go.transform.SetParent(m_TextComponent.transform.parent);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_20 = V_6;
NullCheck(L_20);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
L_21 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_20, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_22 = __this->___m_TextComponent_27;
NullCheck(L_22);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_23;
L_23 = TMP_Text_get_transform_m6BD41E08BFCFCE722DFCE4627626AD60CA99CCA8(L_22, NULL);
NullCheck(L_23);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_24;
L_24 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_23, NULL);
NullCheck(L_21);
Transform_SetParent_m6677538B60246D958DD91F931C50F969CCBB5250(L_21, L_24, NULL);
// go.transform.SetAsFirstSibling();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_25 = V_6;
NullCheck(L_25);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26;
L_26 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_25, NULL);
NullCheck(L_26);
Transform_SetAsFirstSibling_mBE0D0E76099F829466DC2FBD71ACFCF3C8EC03BD(L_26, NULL);
// go.layer = gameObject.layer;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_27 = V_6;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_28;
L_28 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_28);
int32_t L_29;
L_29 = GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF(L_28, NULL);
NullCheck(L_27);
GameObject_set_layer_m6E1AF478A2CC86BD222B96317BEB78B7D89B18D0(L_27, L_29, NULL);
// caretRectTrans = go.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_30 = V_6;
NullCheck(L_30);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_31;
L_31 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_30, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
__this->___caretRectTrans_69 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&__this->___caretRectTrans_69), (void*)L_31);
// m_CachedInputRenderer = go.GetComponent<CanvasRenderer>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_32 = V_6;
NullCheck(L_32);
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_33;
L_33 = GameObject_GetComponent_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_m352B503784BB68953253ED4AD666B68C6CF05BA9(L_32, GameObject_GetComponent_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_m352B503784BB68953253ED4AD666B68C6CF05BA9_RuntimeMethod_var);
__this->___m_CachedInputRenderer_71 = L_33;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CachedInputRenderer_71), (void*)L_33);
// m_CachedInputRenderer.SetMaterial(Graphic.defaultGraphicMaterial, Texture2D.whiteTexture);
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_34 = __this->___m_CachedInputRenderer_71;
il2cpp_codegen_runtime_class_init_inline(Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35;
L_35 = Graphic_get_defaultGraphicMaterial_mD455310666721D67298B8424D0567A45E6A62E9E(NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_36;
L_36 = Texture2D_get_whiteTexture_m7999084E0B635CF834F8DD2D840FAA71720404DA(NULL);
NullCheck(L_34);
CanvasRenderer_SetMaterial_m445BACF01EF1997CBFCBB79AB64E09AF39860196(L_34, L_35, L_36, NULL);
// go.AddComponent<LayoutElement>().ignoreLayout = true;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_37 = V_6;
NullCheck(L_37);
LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A* L_38;
L_38 = GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2(L_37, GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2_RuntimeMethod_var);
NullCheck(L_38);
VirtualActionInvoker1< bool >::Invoke(28 /* System.Void UnityEngine.UI.LayoutElement::set_ignoreLayout(System.Boolean) */, L_38, (bool)1);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_012f:
{
}
IL_0130:
{
// m_RectTransform = GetComponent<RectTransform>();
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_39;
L_39 = Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4(__this, Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var);
__this->___m_RectTransform_22 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RectTransform_22), (void*)L_39);
// IScrollHandler[] scrollHandlers = GetComponentsInParent<IScrollHandler>();
IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821* L_40;
L_40 = Component_GetComponentsInParent_TisIScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_mB7DC50B5B9E75CDC907C040EF0AEC52BBB0451B6(__this, Component_GetComponentsInParent_TisIScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_mB7DC50B5B9E75CDC907C040EF0AEC52BBB0451B6_RuntimeMethod_var);
V_1 = L_40;
// if (scrollHandlers.Length > 1)
IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821* L_41 = V_1;
NullCheck(L_41);
V_7 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))) > ((int32_t)1))? 1 : 0);
bool L_42 = V_7;
if (!L_42)
{
goto IL_015d;
}
}
{
// m_IScrollHandlerParent = scrollHandlers[1] as ScrollRect;
IScrollHandlerU5BU5D_tB75AD9E80F9638ED9B3AA977FD42132F857C7821* L_43 = V_1;
NullCheck(L_43);
int32_t L_44 = 1;
RuntimeObject* L_45 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
__this->___m_IScrollHandlerParent_34 = ((ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E*)IsInstClass((RuntimeObject*)L_45, ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_IScrollHandlerParent_34), (void*)((ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E*)IsInstClass((RuntimeObject*)L_45, ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_il2cpp_TypeInfo_var)));
}
IL_015d:
{
// if (m_TextViewport != null)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_46 = __this->___m_TextViewport_23;
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);
V_8 = L_47;
bool L_48 = V_8;
if (!L_48)
{
goto IL_0189;
}
}
{
// m_TextViewportRectMask = m_TextViewport.GetComponent<RectMask2D>();
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_49 = __this->___m_TextViewport_23;
NullCheck(L_49);
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* L_50;
L_50 = Component_GetComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m6D14E9D9ED30494BDFDA9210DE8FC7869AAD48E2(L_49, Component_GetComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m6D14E9D9ED30494BDFDA9210DE8FC7869AAD48E2_RuntimeMethod_var);
__this->___m_TextViewportRectMask_25 = L_50;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextViewportRectMask_25), (void*)L_50);
// UpdateMaskRegions();
TMP_InputField_UpdateMaskRegions_mD22E32D41A5E6EDAC8A7547194CA34A4DE918343(__this, NULL);
}
IL_0189:
{
// if (m_CachedInputRenderer != null)
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_51 = __this->___m_CachedInputRenderer_71;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_52;
L_52 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_51, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_9 = L_52;
bool L_53 = V_9;
if (!L_53)
{
goto IL_01b1;
}
}
{
// m_CachedInputRenderer.SetMaterial(Graphic.defaultGraphicMaterial, Texture2D.whiteTexture);
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_54 = __this->___m_CachedInputRenderer_71;
il2cpp_codegen_runtime_class_init_inline(Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_55;
L_55 = Graphic_get_defaultGraphicMaterial_mD455310666721D67298B8424D0567A45E6A62E9E(NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_56;
L_56 = Texture2D_get_whiteTexture_m7999084E0B635CF834F8DD2D840FAA71720404DA(NULL);
NullCheck(L_54);
CanvasRenderer_SetMaterial_m445BACF01EF1997CBFCBB79AB64E09AF39860196(L_54, L_55, L_56, NULL);
}
IL_01b1:
{
// if (m_TextComponent != null)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_57 = __this->___m_TextComponent_27;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_58;
L_58 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_57, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_10 = L_58;
bool L_59 = V_10;
if (!L_59)
{
goto IL_022d;
}
}
{
// m_TextComponent.RegisterDirtyVerticesCallback(MarkGeometryAsDirty);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_60 = __this->___m_TextComponent_27;
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_61 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_61);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_61, __this, (intptr_t)((void*)TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138_RuntimeMethod_var), NULL);
NullCheck(L_60);
Graphic_RegisterDirtyVerticesCallback_m46034B2100B5D28BDBCCB34C1283B1B9B2DB9A9E(L_60, L_61, NULL);
// m_TextComponent.RegisterDirtyVerticesCallback(UpdateLabel);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_62 = __this->___m_TextComponent_27;
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_63 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_63);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_63, __this, (intptr_t)((void*)TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2_RuntimeMethod_var), NULL);
NullCheck(L_62);
Graphic_RegisterDirtyVerticesCallback_m46034B2100B5D28BDBCCB34C1283B1B9B2DB9A9E(L_62, L_63, NULL);
// if (m_VerticalScrollbar != null)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_64 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_65;
L_65 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_64, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_11 = L_65;
bool L_66 = V_11;
if (!L_66)
{
goto IL_0225;
}
}
{
// m_VerticalScrollbar.onValueChanged.AddListener(OnScrollbarValueChange);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_67 = __this->___m_VerticalScrollbar_30;
NullCheck(L_67);
ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6* L_68;
L_68 = Scrollbar_get_onValueChanged_m14356CECC1A2BA96576EB73279AF2ECF28B26D6A(L_67, NULL);
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_69 = (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*)il2cpp_codegen_object_new(UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
NullCheck(L_69);
UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5(L_69, __this, (intptr_t)((void*)TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var), NULL);
NullCheck(L_68);
UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC(L_68, L_69, UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
}
IL_0225:
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_022d:
{
// TMPro_EventManager.TEXT_CHANGED_EVENT.Add(ON_TEXT_CHANGED);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* L_70 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_CHANGED_EVENT_11;
Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A* L_71 = (Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A*)il2cpp_codegen_object_new(Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A_il2cpp_TypeInfo_var);
NullCheck(L_71);
Action_1__ctor_m95478636F075134CA2998E22B214611472600983(L_71, __this, (intptr_t)((void*)TMP_InputField_ON_TEXT_CHANGED_mEA6A2C8BD4AF9D1C0CF5A6EC9608F2149256B553_RuntimeMethod_var), NULL);
NullCheck(L_70);
FastAction_1_Add_m368726E3508DB2176C4F87A79C0C0CC4816176D6(L_70, L_71, FastAction_1_Add_m368726E3508DB2176C4F87A79C0C0CC4816176D6_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnDisable_m2E967647BDF216075B8F3EB3C1559B6AAA2D3C95 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Remove_mB29130AC90F5F8967CD89587717469E44E4D186F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_ON_TEXT_CHANGED_mEA6A2C8BD4AF9D1C0CF5A6EC9608F2149256B553_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// m_BlinkCoroutine = null;
__this->___m_BlinkCoroutine_81 = (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlinkCoroutine_81), (void*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL);
// DeactivateInputField();
TMP_InputField_DeactivateInputField_m1C829676E9DC0D3E5DAE85D1869D26FBF748184D(__this, (bool)0, NULL);
// if (m_TextComponent != null)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
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_007f;
}
}
{
// m_TextComponent.UnregisterDirtyVerticesCallback(MarkGeometryAsDirty);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_3 = __this->___m_TextComponent_27;
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_4 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_4);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_4, __this, (intptr_t)((void*)TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138_RuntimeMethod_var), NULL);
NullCheck(L_3);
Graphic_UnregisterDirtyVerticesCallback_mA36A388BF7DDB2D71596D6F13CEFCA79B4199B5C(L_3, L_4, NULL);
// m_TextComponent.UnregisterDirtyVerticesCallback(UpdateLabel);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_5 = __this->___m_TextComponent_27;
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_6 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_6);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_6, __this, (intptr_t)((void*)TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2_RuntimeMethod_var), NULL);
NullCheck(L_5);
Graphic_UnregisterDirtyVerticesCallback_mA36A388BF7DDB2D71596D6F13CEFCA79B4199B5C(L_5, L_6, NULL);
// if (m_VerticalScrollbar != null)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_7 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_8;
bool L_9 = V_1;
if (!L_9)
{
goto IL_007e;
}
}
{
// m_VerticalScrollbar.onValueChanged.RemoveListener(OnScrollbarValueChange);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_10 = __this->___m_VerticalScrollbar_30;
NullCheck(L_10);
ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6* L_11;
L_11 = Scrollbar_get_onValueChanged_m14356CECC1A2BA96576EB73279AF2ECF28B26D6A(L_10, NULL);
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_12 = (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*)il2cpp_codegen_object_new(UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
NullCheck(L_12);
UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5(L_12, __this, (intptr_t)((void*)TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03_RuntimeMethod_var), NULL);
NullCheck(L_11);
UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9(L_11, L_12, UnityEvent_1_RemoveListener_m6F51818308066F0E5EA7B37AC25ABDF12FADAEA9_RuntimeMethod_var);
}
IL_007e:
{
}
IL_007f:
{
// CanvasUpdateRegistry.UnRegisterCanvasElementForRebuild(this);
il2cpp_codegen_runtime_class_init_inline(CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_UnRegisterCanvasElementForRebuild_m21B2CE157D558E293476DAE762D59B5F491B8588(__this, NULL);
// if (m_CachedInputRenderer != null)
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_13 = __this->___m_CachedInputRenderer_71;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_2 = L_14;
bool L_15 = V_2;
if (!L_15)
{
goto IL_00a2;
}
}
{
// m_CachedInputRenderer.Clear();
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_16 = __this->___m_CachedInputRenderer_71;
NullCheck(L_16);
CanvasRenderer_Clear_m496D522F1DBD1037417E470CF2D4D9FD22F68E81(L_16, NULL);
}
IL_00a2:
{
// if (m_Mesh != null)
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_17 = __this->___m_Mesh_73;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_18;
L_18 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_17, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_18;
bool L_19 = V_3;
if (!L_19)
{
goto IL_00be;
}
}
{
// DestroyImmediate(m_Mesh);
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_20 = __this->___m_Mesh_73;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_DestroyImmediate_m8249CABCDF344BE3A67EE765122EBB415DC2BC57(L_20, NULL);
}
IL_00be:
{
// m_Mesh = null;
__this->___m_Mesh_73 = (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Mesh_73), (void*)(Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4*)NULL);
// TMPro_EventManager.TEXT_CHANGED_EVENT.Remove(ON_TEXT_CHANGED);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* L_21 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_CHANGED_EVENT_11;
Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A* L_22 = (Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A*)il2cpp_codegen_object_new(Action_1_t7F8A08D55E64F30F0E9A4213699C99903459421A_il2cpp_TypeInfo_var);
NullCheck(L_22);
Action_1__ctor_m95478636F075134CA2998E22B214611472600983(L_22, __this, (intptr_t)((void*)TMP_InputField_ON_TEXT_CHANGED_mEA6A2C8BD4AF9D1C0CF5A6EC9608F2149256B553_RuntimeMethod_var), NULL);
NullCheck(L_21);
FastAction_1_Remove_mB29130AC90F5F8967CD89587717469E44E4D186F(L_21, L_22, FastAction_1_Remove_mB29130AC90F5F8967CD89587717469E44E4D186F_RuntimeMethod_var);
// base.OnDisable();
Selectable_OnDisable_m293DB718E1101FC77E655E4A2C4F2DE1DBD4663C(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::ON_TEXT_CHANGED(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ON_TEXT_CHANGED_mEA6A2C8BD4AF9D1C0CF5A6EC9608F2149256B553 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, 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;
int32_t G_B4_0 = 0;
{
// bool isThisObject = obj == m_TextComponent;
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_0 = ___obj0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___m_TextComponent_27;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, L_1, NULL);
V_0 = L_2;
// if (isThisObject)
bool L_3 = V_0;
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_006a;
}
}
{
// if (Application.isPlaying && compositionLength == 0)
bool L_5;
L_5 = Application_get_isPlaying_m0B3B501E1093739F8887A0DAC5F61D9CB49CC337(NULL);
if (!L_5)
{
goto IL_0026;
}
}
{
int32_t L_6;
L_6 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
G_B4_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
goto IL_0027;
}
IL_0026:
{
G_B4_0 = 0;
}
IL_0027:
{
V_2 = (bool)G_B4_0;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0053;
}
}
{
// caretPositionInternal = GetCaretPositionFromStringIndex(stringPositionInternal);
int32_t L_8;
L_8 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_9;
L_9 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_8, NULL);
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_9, NULL);
// caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_10;
L_10 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_11;
L_11 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_10, NULL);
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_11, NULL);
}
IL_0053:
{
// if (m_VerticalScrollbar)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_12 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_12, NULL);
V_3 = L_13;
bool L_14 = V_3;
if (!L_14)
{
goto IL_0069;
}
}
{
// UpdateScrollbar();
TMP_InputField_UpdateScrollbar_m61D071BE0C6F2D5C8FD3F75AF4B6A256685429C9(__this, NULL);
}
IL_0069:
{
}
IL_006a:
{
// }
return;
}
}
// System.Collections.IEnumerator TMPro.TMP_InputField::CaretBlink()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TMP_InputField_CaretBlink_m280BE5F4289F6C4ABA767D15C147E39DA6B54AD5 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3* L_0 = (U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3*)il2cpp_codegen_object_new(U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CCaretBlinkU3Ed__276__ctor_m04194456FB3C1DBD716CFA59EDDE760D986AAE94(L_0, 0, NULL);
U3CCaretBlinkU3Ed__276_tDE69A51B01482A60372BE8B9BF3E0AF2C24A9ED3* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
return L_1;
}
}
// System.Void TMPro.TMP_InputField::SetCaretVisible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetCaretVisible_m1D8A496EA7137B9CCEFD1785B1D5BFA3A3325194 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!m_AllowInput)
bool L_0 = __this->___m_AllowInput_74;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0029;
}
IL_0010:
{
// m_CaretVisible = true;
__this->___m_CaretVisible_80 = (bool)1;
// m_BlinkStartTime = Time.unscaledTime;
float L_2;
L_2 = Time_get_unscaledTime_m99A3C76AB74B5278B44A5E8B3498E51ABBF793CA(NULL);
__this->___m_BlinkStartTime_82 = L_2;
// SetCaretActive();
TMP_InputField_SetCaretActive_mC9858C9E1FE6D8800219C49C52A9FACC1ED5EEC1(__this, NULL);
}
IL_0029:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetCaretActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetCaretActive_mC9858C9E1FE6D8800219C49C52A9FACC1ED5EEC1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (!m_AllowInput)
bool L_0 = __this->___m_AllowInput_74;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_004d;
}
IL_0010:
{
// if (m_CaretBlinkRate > 0.0f)
float L_2 = __this->___m_CaretBlinkRate_61;
V_1 = (bool)((((float)L_2) > ((float)(0.0f)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0044;
}
}
{
// if (m_BlinkCoroutine == null)
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4 = __this->___m_BlinkCoroutine_81;
V_2 = (bool)((((RuntimeObject*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_0041;
}
}
{
// m_BlinkCoroutine = StartCoroutine(CaretBlink());
RuntimeObject* L_6;
L_6 = TMP_InputField_CaretBlink_m280BE5F4289F6C4ABA767D15C147E39DA6B54AD5(__this, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_7;
L_7 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_6, NULL);
__this->___m_BlinkCoroutine_81 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlinkCoroutine_81), (void*)L_7);
}
IL_0041:
{
goto IL_004d;
}
IL_0044:
{
// m_CaretVisible = true;
__this->___m_CaretVisible_80 = (bool)1;
}
IL_004d:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnFocus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnFocus_mBDC52EE4DF24C43E6C4C272B09FDAE6F7CB5970F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_OnFocusSelectAll)
bool L_0 = __this->___m_OnFocusSelectAll_100;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// SelectAll();
TMP_InputField_SelectAll_mC66107E00F20D1E401A04108D2A9136559AD23F7(__this, NULL);
}
IL_0012:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SelectAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SelectAll_mC66107E00F20D1E401A04108D2A9136559AD23F7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// m_isSelectAll = true;
__this->___m_isSelectAll_101 = (bool)1;
// stringPositionInternal = text.Length;
String_t* L_0;
L_0 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_1, NULL);
// stringSelectPositionInternal = 0;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, 0, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MoveTextEnd(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveTextEnd_mC781F7D531E0B22F73DF2C6E5F882243DD133E6A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
{
// if (m_isRichTextEditingAllowed)
bool L_0 = __this->___m_isRichTextEditingAllowed_107;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0043;
}
}
{
// int position = text.Length;
String_t* L_2;
L_2 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
V_1 = L_3;
// if (shift)
bool L_4 = ___shift0;
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_0029;
}
}
{
// stringSelectPositionInternal = position;
int32_t L_6 = V_1;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_6, NULL);
goto IL_0040;
}
IL_0029:
{
// stringPositionInternal = position;
int32_t L_7 = V_1;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_7, NULL);
// stringSelectPositionInternal = stringPositionInternal;
int32_t L_8;
L_8 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_8, NULL);
}
IL_0040:
{
goto IL_00a9;
}
IL_0043:
{
// int position = m_TextComponent.textInfo.characterCount - 1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_9 = __this->___m_TextComponent_27;
NullCheck(L_9);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_10;
L_10 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_9, NULL);
NullCheck(L_10);
int32_t L_11 = L_10->___characterCount_3;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
// if (shift)
bool L_12 = ___shift0;
V_4 = L_12;
bool L_13 = V_4;
if (!L_13)
{
goto IL_0078;
}
}
{
// caretSelectPositionInternal = position;
int32_t L_14 = V_3;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_14, NULL);
// stringSelectPositionInternal = GetStringIndexFromCaretPosition(position);
int32_t L_15 = V_3;
int32_t L_16;
L_16 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_15, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_16, NULL);
goto IL_00a8;
}
IL_0078:
{
// caretPositionInternal = caretSelectPositionInternal = position;
int32_t L_17 = V_3;
int32_t L_18 = L_17;
V_5 = L_18;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_18, NULL);
int32_t L_19 = V_5;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_19, NULL);
// stringSelectPositionInternal = stringPositionInternal = GetStringIndexFromCaretPosition(position);
int32_t L_20 = V_3;
int32_t L_21;
L_21 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_20, NULL);
int32_t L_22 = L_21;
V_5 = L_22;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_22, NULL);
int32_t L_23 = V_5;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_23, NULL);
}
IL_00a8:
{
}
IL_00a9:
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MoveTextStart(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveTextStart_m8D0AA8989DE9DB5D0B540343640BFAAA1C0CEC9E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
{
// if (m_isRichTextEditingAllowed)
bool L_0 = __this->___m_isRichTextEditingAllowed_107;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0039;
}
}
{
// int position = 0;
V_1 = 0;
// if (shift)
bool L_2 = ___shift0;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_001f;
}
}
{
// stringSelectPositionInternal = position;
int32_t L_4 = V_1;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_4, NULL);
goto IL_0036;
}
IL_001f:
{
// stringPositionInternal = position;
int32_t L_5 = V_1;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_5, NULL);
// stringSelectPositionInternal = stringPositionInternal;
int32_t L_6;
L_6 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_6, NULL);
}
IL_0036:
{
goto IL_008e;
}
IL_0039:
{
// int position = 0;
V_3 = 0;
// if (shift)
bool L_7 = ___shift0;
V_4 = L_7;
bool L_8 = V_4;
if (!L_8)
{
goto IL_005d;
}
}
{
// caretSelectPositionInternal = position;
int32_t L_9 = V_3;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_9, NULL);
// stringSelectPositionInternal = GetStringIndexFromCaretPosition(position);
int32_t L_10 = V_3;
int32_t L_11;
L_11 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_10, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_11, NULL);
goto IL_008d;
}
IL_005d:
{
// caretPositionInternal = caretSelectPositionInternal = position;
int32_t L_12 = V_3;
int32_t L_13 = L_12;
V_5 = L_13;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_13, NULL);
int32_t L_14 = V_5;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_14, NULL);
// stringSelectPositionInternal = stringPositionInternal = GetStringIndexFromCaretPosition(position);
int32_t L_15 = V_3;
int32_t L_16;
L_16 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_15, NULL);
int32_t L_17 = L_16;
V_5 = L_17;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_17, NULL);
int32_t L_18 = V_5;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_18, NULL);
}
IL_008d:
{
}
IL_008e:
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MoveToEndOfLine(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveToEndOfLine_m42BC00BF1E1A82E956220244E72E577C667297D8 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
int32_t G_B3_0 = 0;
{
// int currentLine = m_TextComponent.textInfo.characterInfo[caretPositionInternal].lineNumber;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
NullCheck(L_0);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_1;
L_1 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_0, NULL);
NullCheck(L_1);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_2 = L_1->___characterInfo_11;
int32_t L_3;
L_3 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_2);
int32_t L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->___lineNumber_12;
V_0 = L_4;
// int characterIndex = ctrl == true ? m_TextComponent.textInfo.characterCount - 1 : m_TextComponent.textInfo.lineInfo[currentLine].lastCharacterIndex;
bool L_5 = ___ctrl1;
if (L_5)
{
goto IL_0042;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_7;
L_7 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_6, NULL);
NullCheck(L_7);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_8 = L_7->___lineInfo_14;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->___lastCharacterIndex_7;
G_B3_0 = L_10;
goto IL_0054;
}
IL_0042:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_11 = __this->___m_TextComponent_27;
NullCheck(L_11);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_12;
L_12 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_11, NULL);
NullCheck(L_12);
int32_t L_13 = L_12->___characterCount_3;
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
}
IL_0054:
{
V_1 = G_B3_0;
// int position = m_TextComponent.textInfo.characterInfo[characterIndex].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_14 = __this->___m_TextComponent_27;
NullCheck(L_14);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_15;
L_15 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_14, NULL);
NullCheck(L_15);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_16 = L_15->___characterInfo_11;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = ((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_17)))->___index_1;
V_2 = L_18;
// if (shift)
bool L_19 = ___shift0;
V_3 = L_19;
bool L_20 = V_3;
if (!L_20)
{
goto IL_008a;
}
}
{
// stringSelectPositionInternal = position;
int32_t L_21 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_21, NULL);
// caretSelectPositionInternal = characterIndex;
int32_t L_22 = V_1;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_22, NULL);
goto IL_00b5;
}
IL_008a:
{
// stringPositionInternal = position;
int32_t L_23 = V_2;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_23, NULL);
// stringSelectPositionInternal = stringPositionInternal;
int32_t L_24;
L_24 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_24, NULL);
// caretSelectPositionInternal = caretPositionInternal = characterIndex;
int32_t L_25 = V_1;
int32_t L_26 = L_25;
V_4 = L_26;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_26, NULL);
int32_t L_27 = V_4;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_27, NULL);
}
IL_00b5:
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MoveToStartOfLine(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveToStartOfLine_mC73D470B797643AC87FCFCC778D43DD945B18252 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
int32_t G_B3_0 = 0;
{
// int currentLine = m_TextComponent.textInfo.characterInfo[caretPositionInternal].lineNumber;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
NullCheck(L_0);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_1;
L_1 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_0, NULL);
NullCheck(L_1);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_2 = L_1->___characterInfo_11;
int32_t L_3;
L_3 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_2);
int32_t L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->___lineNumber_12;
V_0 = L_4;
// int characterIndex = ctrl == true ? 0 : m_TextComponent.textInfo.lineInfo[currentLine].firstCharacterIndex;
bool L_5 = ___ctrl1;
if (L_5)
{
goto IL_0042;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_7;
L_7 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_6, NULL);
NullCheck(L_7);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_8 = L_7->___lineInfo_14;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->___firstCharacterIndex_5;
G_B3_0 = L_10;
goto IL_0043;
}
IL_0042:
{
G_B3_0 = 0;
}
IL_0043:
{
V_1 = G_B3_0;
// int position = 0;
V_2 = 0;
// if (characterIndex > 0)
int32_t L_11 = V_1;
V_3 = (bool)((((int32_t)L_11) > ((int32_t)0))? 1 : 0);
bool L_12 = V_3;
if (!L_12)
{
goto IL_008a;
}
}
{
// position = m_TextComponent.textInfo.characterInfo[characterIndex - 1].index + m_TextComponent.textInfo.characterInfo[characterIndex - 1].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_13 = __this->___m_TextComponent_27;
NullCheck(L_13);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_14;
L_14 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_13, NULL);
NullCheck(L_14);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_15 = L_14->___characterInfo_11;
int32_t L_16 = V_1;
NullCheck(L_15);
int32_t L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_16, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_18 = __this->___m_TextComponent_27;
NullCheck(L_18);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_19;
L_19 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_18, NULL);
NullCheck(L_19);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_20 = L_19->___characterInfo_11;
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = ((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_21, 1)))))->___stringLength_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_17, L_22));
}
IL_008a:
{
// if (shift)
bool L_23 = ___shift0;
V_4 = L_23;
bool L_24 = V_4;
if (!L_24)
{
goto IL_00a5;
}
}
{
// stringSelectPositionInternal = position;
int32_t L_25 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_25, NULL);
// caretSelectPositionInternal = characterIndex;
int32_t L_26 = V_1;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_26, NULL);
goto IL_00d0;
}
IL_00a5:
{
// stringPositionInternal = position;
int32_t L_27 = V_2;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_27, NULL);
// stringSelectPositionInternal = stringPositionInternal;
int32_t L_28;
L_28 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_28, NULL);
// caretSelectPositionInternal = caretPositionInternal = characterIndex;
int32_t L_29 = V_1;
int32_t L_30 = L_29;
V_5 = L_30;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_30, NULL);
int32_t L_31 = V_5;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_31, NULL);
}
IL_00d0:
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// }
return;
}
}
// System.String TMPro.TMP_InputField::get_clipboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_get_clipboard_m00D07780D8DE9C8508834C8DAAC2D1BFB639EFE2 (const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// return GUIUtility.systemCopyBuffer;
String_t* L_0;
L_0 = GUIUtility_get_systemCopyBuffer_m4D67E4AE2EC68C8D3A62CD6DCBF79528C56112EE(NULL);
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
// }
String_t* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_InputField::set_clipboard(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_clipboard_m93C532958BC5FEBA6E00E1F53D7F08CC12D63912 (String_t* ___value0, const RuntimeMethod* method)
{
{
// GUIUtility.systemCopyBuffer = value;
String_t* L_0 = ___value0;
GUIUtility_set_systemCopyBuffer_m3C8F2ECFF3D48746F5E0F8D0376B2DEC4F7C9511(L_0, NULL);
// }
return;
}
}
// System.Boolean TMPro.TMP_InputField::InPlaceEditing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t G_B4_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B18_0 = 0;
{
// if (Application.platform == RuntimePlatform.WSAPlayerX86 || Application.platform == RuntimePlatform.WSAPlayerX64 || Application.platform == RuntimePlatform.WSAPlayerARM)
int32_t L_0;
L_0 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)18))))
{
goto IL_001e;
}
}
{
int32_t L_1;
L_1 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
if ((((int32_t)L_1) == ((int32_t)((int32_t)19))))
{
goto IL_001e;
}
}
{
int32_t L_2;
L_2 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
G_B4_0 = ((((int32_t)L_2) == ((int32_t)((int32_t)20)))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B4_0 = 1;
}
IL_001f:
{
V_0 = (bool)G_B4_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0036;
}
}
{
// return !TouchScreenKeyboard.isSupported || m_TouchKeyboardAllowsInPlaceEditing;
bool L_4;
L_4 = TouchScreenKeyboard_get_isSupported_m92B6B1AA9E27823643C6936BDEC7FA5A2DFAD4BF(NULL);
if (!L_4)
{
goto IL_0032;
}
}
{
bool L_5 = __this->___m_TouchKeyboardAllowsInPlaceEditing_89;
G_B8_0 = ((int32_t)(L_5));
goto IL_0033;
}
IL_0032:
{
G_B8_0 = 1;
}
IL_0033:
{
V_1 = (bool)G_B8_0;
goto IL_0075;
}
IL_0036:
{
// if (TouchScreenKeyboard.isSupported && shouldHideSoftKeyboard)
bool L_6;
L_6 = TouchScreenKeyboard_get_isSupported_m92B6B1AA9E27823643C6936BDEC7FA5A2DFAD4BF(NULL);
if (!L_6)
{
goto IL_0045;
}
}
{
bool L_7;
L_7 = TMP_InputField_get_shouldHideSoftKeyboard_m08F3F6AB9DC9A89029B6A41E26F42B7222535790(__this, NULL);
G_B12_0 = ((int32_t)(L_7));
goto IL_0046;
}
IL_0045:
{
G_B12_0 = 0;
}
IL_0046:
{
V_2 = (bool)G_B12_0;
bool L_8 = V_2;
if (!L_8)
{
goto IL_004e;
}
}
{
// return true;
V_1 = (bool)1;
goto IL_0075;
}
IL_004e:
{
// if (TouchScreenKeyboard.isSupported && shouldHideSoftKeyboard == false && shouldHideMobileInput == false)
bool L_9;
L_9 = TouchScreenKeyboard_get_isSupported_m92B6B1AA9E27823643C6936BDEC7FA5A2DFAD4BF(NULL);
if (!L_9)
{
goto IL_0068;
}
}
{
bool L_10;
L_10 = TMP_InputField_get_shouldHideSoftKeyboard_m08F3F6AB9DC9A89029B6A41E26F42B7222535790(__this, NULL);
if (L_10)
{
goto IL_0068;
}
}
{
bool L_11;
L_11 = TMP_InputField_get_shouldHideMobileInput_mB40438A3E4172E95CE11F03FD2484E954CDB1F1B(__this, NULL);
G_B18_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0069;
}
IL_0068:
{
G_B18_0 = 0;
}
IL_0069:
{
V_3 = (bool)G_B18_0;
bool L_12 = V_3;
if (!L_12)
{
goto IL_0071;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0075;
}
IL_0071:
{
// return true;
V_1 = (bool)1;
goto IL_0075;
}
IL_0075:
{
// }
bool L_13 = V_1;
return L_13;
}
}
// System.Void TMPro.TMP_InputField::UpdateStringPositionFromKeyboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateStringPositionFromKeyboard_mED93ADC3A6B158262ECFB07CD6B21EC39B99022E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
{
// var selectionRange = m_SoftKeyboard.selection;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_0 = __this->___m_SoftKeyboard_20;
NullCheck(L_0);
RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 L_1;
L_1 = TouchScreenKeyboard_get_selection_m1D44C9A8D4EA91F61706F048ED318E537DC46AB2(L_0, NULL);
V_0 = L_1;
// var selectionStart = selectionRange.start;
RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 L_2 = V_0;
int32_t L_3 = L_2.___start_0;
V_1 = L_3;
// var selectionEnd = selectionRange.end;
int32_t L_4;
L_4 = RangeInt_get_end_m5835FBEB410CB8AC0928AEFD95728A9AD57F6C63((&V_0), NULL);
V_2 = L_4;
// var stringPositionChanged = false;
V_3 = (bool)0;
// if (stringPositionInternal != selectionStart)
int32_t L_5;
L_5 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_6 = V_1;
V_4 = (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_7 = V_4;
if (!L_7)
{
goto IL_004f;
}
}
{
// stringPositionChanged = true;
V_3 = (bool)1;
// stringPositionInternal = selectionStart;
int32_t L_8 = V_1;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_8, NULL);
// caretPositionInternal = GetCaretPositionFromStringIndex(stringPositionInternal);
int32_t L_9;
L_9 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_10;
L_10 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_9, NULL);
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_10, NULL);
}
IL_004f:
{
// if (stringSelectPositionInternal != selectionEnd)
int32_t L_11;
L_11 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_12 = V_2;
V_5 = (bool)((((int32_t)((((int32_t)L_11) == ((int32_t)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_13 = V_5;
if (!L_13)
{
goto IL_0080;
}
}
{
// stringSelectPositionInternal = selectionEnd;
int32_t L_14 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_14, NULL);
// stringPositionChanged = true;
V_3 = (bool)1;
// caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_15;
L_15 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_16;
L_16 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_15, NULL);
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_16, NULL);
}
IL_0080:
{
// if (stringPositionChanged)
bool L_17 = V_3;
V_6 = L_17;
bool L_18 = V_6;
if (!L_18)
{
goto IL_009b;
}
}
{
// m_BlinkStartTime = Time.unscaledTime;
float L_19;
L_19 = Time_get_unscaledTime_m99A3C76AB74B5278B44A5E8B3498E51ABBF793CA(NULL);
__this->___m_BlinkStartTime_82 = L_19;
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_009b:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::LateUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_LateUpdate_m9D1496DFE349C330C4FD29BDE290209E22E66DC4 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m6CA031C91E5D203C24D3315721B6E3910B9C8729_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_4 = NULL;
bool V_5 = false;
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;
float V_13 = 0.0f;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
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;
bool V_24 = false;
int32_t V_25 = 0;
Il2CppChar V_26 = 0x0;
bool V_27 = false;
bool V_28 = false;
bool V_29 = false;
bool V_30 = false;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
int32_t G_B7_0 = 0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B11_0 = NULL;
int32_t G_B14_0 = 0;
int32_t G_B19_0 = 0;
int32_t G_B25_0 = 0;
int32_t G_B36_0 = 0;
int32_t G_B47_0 = 0;
int32_t G_B52_0 = 0;
int32_t G_B71_0 = 0;
int32_t G_B80_0 = 0;
int32_t G_B89_0 = 0;
int32_t G_B98_0 = 0;
int32_t G_B103_0 = 0;
{
// if (m_ShouldActivateNextUpdate)
bool L_0 = __this->___m_ShouldActivateNextUpdate_75;
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0035;
}
}
{
// if (!isFocused)
bool L_2;
L_2 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
V_2 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_002d;
}
}
{
// ActivateInputFieldInternal();
TMP_InputField_ActivateInputFieldInternal_m95B34ECC08F02FF048EFC2272CE07648657627BC(__this, NULL);
// m_ShouldActivateNextUpdate = false;
__this->___m_ShouldActivateNextUpdate_75 = (bool)0;
// return;
goto IL_04e7;
}
IL_002d:
{
// m_ShouldActivateNextUpdate = false;
__this->___m_ShouldActivateNextUpdate_75 = (bool)0;
}
IL_0035:
{
// if (!isFocused && m_SelectionStillActive)
bool L_4;
L_4 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
if (L_4)
{
goto IL_0045;
}
}
{
bool L_5 = __this->___m_SelectionStillActive_103;
G_B7_0 = ((int32_t)(L_5));
goto IL_0046;
}
IL_0045:
{
G_B7_0 = 0;
}
IL_0046:
{
V_3 = (bool)G_B7_0;
bool L_6 = V_3;
if (!L_6)
{
goto IL_01aa;
}
}
{
// GameObject selectedObject = EventSystem.current != null ? EventSystem.current.currentSelectedGameObject : null;
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_7;
L_7 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_8)
{
goto IL_005e;
}
}
{
G_B11_0 = ((GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)(NULL));
goto IL_0068;
}
IL_005e:
{
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_9;
L_9 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
NullCheck(L_9);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
L_10 = EventSystem_get_currentSelectedGameObject_mD606FFACF3E72755298A523CBB709535CF08C98A(L_9, NULL);
G_B11_0 = L_10;
}
IL_0068:
{
V_4 = G_B11_0;
// if (selectedObject == null && m_ResetOnDeActivation)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = V_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_12)
{
goto IL_007c;
}
}
{
bool L_13 = __this->___m_ResetOnDeActivation_102;
G_B14_0 = ((int32_t)(L_13));
goto IL_007d;
}
IL_007c:
{
G_B14_0 = 0;
}
IL_007d:
{
V_5 = (bool)G_B14_0;
bool L_14 = V_5;
if (!L_14)
{
goto IL_0090;
}
}
{
// ReleaseSelection();
TMP_InputField_ReleaseSelection_mC70F802822362452CFDD9FE095F5147E6BB5020F(__this, NULL);
// return;
goto IL_04e7;
}
IL_0090:
{
// if (selectedObject != null && selectedObject != this.gameObject)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_15 = V_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_16)
{
goto IL_00a9;
}
}
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_17 = V_4;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18;
L_18 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_19;
L_19 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_17, L_18, NULL);
G_B19_0 = ((int32_t)(L_19));
goto IL_00aa;
}
IL_00a9:
{
G_B19_0 = 0;
}
IL_00aa:
{
V_6 = (bool)G_B19_0;
bool L_20 = V_6;
if (!L_20)
{
goto IL_013a;
}
}
{
// if (selectedObject == m_PreviouslySelectedObject)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_21 = V_4;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_22 = __this->___m_PreviouslySelectedObject_105;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_21, L_22, NULL);
V_7 = L_23;
bool L_24 = V_7;
if (!L_24)
{
goto IL_00cc;
}
}
{
// return;
goto IL_04e7;
}
IL_00cc:
{
// m_PreviouslySelectedObject = selectedObject;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_25 = V_4;
__this->___m_PreviouslySelectedObject_105 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviouslySelectedObject_105), (void*)L_25);
// if (m_VerticalScrollbar && selectedObject == m_VerticalScrollbar.gameObject)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_26 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_27;
L_27 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_26, NULL);
if (!L_27)
{
goto IL_00f5;
}
}
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_28 = V_4;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_29 = __this->___m_VerticalScrollbar_30;
NullCheck(L_29);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_30;
L_30 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_29, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_28, L_30, NULL);
G_B25_0 = ((int32_t)(L_31));
goto IL_00f6;
}
IL_00f5:
{
G_B25_0 = 0;
}
IL_00f6:
{
V_8 = (bool)G_B25_0;
bool L_32 = V_8;
if (!L_32)
{
goto IL_0102;
}
}
{
// return;
goto IL_04e7;
}
IL_0102:
{
// if (m_ResetOnDeActivation)
bool L_33 = __this->___m_ResetOnDeActivation_102;
V_9 = L_33;
bool L_34 = V_9;
if (!L_34)
{
goto IL_011b;
}
}
{
// ReleaseSelection();
TMP_InputField_ReleaseSelection_mC70F802822362452CFDD9FE095F5147E6BB5020F(__this, NULL);
// return;
goto IL_04e7;
}
IL_011b:
{
// if (selectedObject.GetComponent<TMP_InputField>() != null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_35 = V_4;
NullCheck(L_35);
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_36;
L_36 = GameObject_GetComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m6CA031C91E5D203C24D3315721B6E3910B9C8729(L_35, GameObject_GetComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m6CA031C91E5D203C24D3315721B6E3910B9C8729_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_37;
L_37 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_36, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_10 = L_37;
bool L_38 = V_10;
if (!L_38)
{
goto IL_0135;
}
}
{
// ReleaseSelection();
TMP_InputField_ReleaseSelection_mC70F802822362452CFDD9FE095F5147E6BB5020F(__this, NULL);
}
IL_0135:
{
// return;
goto IL_04e7;
}
IL_013a:
{
// if (m_ProcessingEvent != null && m_ProcessingEvent.rawType == EventType.MouseDown && m_ProcessingEvent.button == 0)
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_39 = __this->___m_ProcessingEvent_114;
if (!L_39)
{
goto IL_015f;
}
}
{
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_40 = __this->___m_ProcessingEvent_114;
NullCheck(L_40);
int32_t L_41;
L_41 = Event_get_rawType_mD7CD874F3C8DFD4DFB6237E79A7C3A484B33CE56(L_40, NULL);
if (L_41)
{
goto IL_015f;
}
}
{
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_42 = __this->___m_ProcessingEvent_114;
NullCheck(L_42);
int32_t L_43;
L_43 = Event_get_button_m57F81B5CCB26866E776D0EBD1250C708A3565C08(L_42, NULL);
G_B36_0 = ((((int32_t)L_43) == ((int32_t)0))? 1 : 0);
goto IL_0160;
}
IL_015f:
{
G_B36_0 = 0;
}
IL_0160:
{
V_11 = (bool)G_B36_0;
bool L_44 = V_11;
if (!L_44)
{
goto IL_01a9;
}
}
{
// bool isDoubleClick = false;
V_12 = (bool)0;
// float timeStamp = Time.unscaledTime;
float L_45;
L_45 = Time_get_unscaledTime_m99A3C76AB74B5278B44A5E8B3498E51ABBF793CA(NULL);
V_13 = L_45;
// if (m_KeyDownStartTime + m_DoubleClickDelay > timeStamp)
float L_46 = __this->___m_KeyDownStartTime_93;
float L_47 = __this->___m_DoubleClickDelay_94;
float L_48 = V_13;
V_14 = (bool)((((float)((float)il2cpp_codegen_add(L_46, L_47))) > ((float)L_48))? 1 : 0);
bool L_49 = V_14;
if (!L_49)
{
goto IL_018b;
}
}
{
// isDoubleClick = true;
V_12 = (bool)1;
}
IL_018b:
{
// m_KeyDownStartTime = timeStamp;
float L_50 = V_13;
__this->___m_KeyDownStartTime_93 = L_50;
// if (isDoubleClick)
bool L_51 = V_12;
V_15 = L_51;
bool L_52 = V_15;
if (!L_52)
{
goto IL_01a8;
}
}
{
// ReleaseSelection();
TMP_InputField_ReleaseSelection_mC70F802822362452CFDD9FE095F5147E6BB5020F(__this, NULL);
// return;
goto IL_04e7;
}
IL_01a8:
{
}
IL_01a9:
{
}
IL_01aa:
{
// UpdateMaskRegions();
TMP_InputField_UpdateMaskRegions_mD22E32D41A5E6EDAC8A7547194CA34A4DE918343(__this, NULL);
// if (InPlaceEditing() && isKeyboardUsingEvents() || !isFocused)
bool L_53;
L_53 = TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1(__this, NULL);
if (!L_53)
{
goto IL_01c1;
}
}
{
bool L_54;
L_54 = TMP_InputField_isKeyboardUsingEvents_mE8A5552B89353CF45DBC4206F55ED41EB7C0F273(__this, NULL);
if (L_54)
{
goto IL_01cc;
}
}
IL_01c1:
{
bool L_55;
L_55 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
G_B47_0 = ((((int32_t)L_55) == ((int32_t)0))? 1 : 0);
goto IL_01cd;
}
IL_01cc:
{
G_B47_0 = 1;
}
IL_01cd:
{
V_16 = (bool)G_B47_0;
bool L_56 = V_16;
if (!L_56)
{
goto IL_01d9;
}
}
{
// return;
goto IL_04e7;
}
IL_01d9:
{
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
// if (m_SoftKeyboard == null || m_SoftKeyboard.status != TouchScreenKeyboard.Status.Visible)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_57 = __this->___m_SoftKeyboard_20;
if (!L_57)
{
goto IL_01f8;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_58 = __this->___m_SoftKeyboard_20;
NullCheck(L_58);
int32_t L_59;
L_59 = TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504(L_58, NULL);
G_B52_0 = ((!(((uint32_t)L_59) <= ((uint32_t)0)))? 1 : 0);
goto IL_01f9;
}
IL_01f8:
{
G_B52_0 = 1;
}
IL_01f9:
{
V_17 = (bool)G_B52_0;
bool L_60 = V_17;
if (!L_60)
{
goto IL_02b7;
}
}
{
// if (m_SoftKeyboard != null)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_61 = __this->___m_SoftKeyboard_20;
V_18 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)L_61) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_62 = V_18;
if (!L_62)
{
goto IL_02aa;
}
}
{
// if (!m_ReadOnly)
bool L_63 = __this->___m_ReadOnly_63;
V_19 = (bool)((((int32_t)L_63) == ((int32_t)0))? 1 : 0);
bool L_64 = V_19;
if (!L_64)
{
goto IL_0237;
}
}
{
// text = m_SoftKeyboard.text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_65 = __this->___m_SoftKeyboard_20;
NullCheck(L_65);
String_t* L_66;
L_66 = TouchScreenKeyboard_get_text_m74593E81B017446204A9DB1F7359922A2C005B1E(L_65, NULL);
TMP_InputField_set_text_m684E9CDA2D9E82D1C497B5E03DBE79C00584FF62(__this, L_66, NULL);
}
IL_0237:
{
// if (m_SoftKeyboard.status == TouchScreenKeyboard.Status.LostFocus)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_67 = __this->___m_SoftKeyboard_20;
NullCheck(L_67);
int32_t L_68;
L_68 = TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504(L_67, NULL);
V_20 = (bool)((((int32_t)L_68) == ((int32_t)3))? 1 : 0);
bool L_69 = V_20;
if (!L_69)
{
goto IL_0252;
}
}
{
// SendTouchScreenKeyboardStatusChanged();
TMP_InputField_SendTouchScreenKeyboardStatusChanged_mF0F1E86DFF3023EA6167004879DAE86E1D2C3AEB(__this, NULL);
}
IL_0252:
{
// if (m_SoftKeyboard.status == TouchScreenKeyboard.Status.Canceled)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_70 = __this->___m_SoftKeyboard_20;
NullCheck(L_70);
int32_t L_71;
L_71 = TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504(L_70, NULL);
V_21 = (bool)((((int32_t)L_71) == ((int32_t)2))? 1 : 0);
bool L_72 = V_21;
if (!L_72)
{
goto IL_027d;
}
}
{
// m_ReleaseSelection = true;
__this->___m_ReleaseSelection_104 = (bool)1;
// m_WasCanceled = true;
__this->___m_WasCanceled_85 = (bool)1;
// SendTouchScreenKeyboardStatusChanged();
TMP_InputField_SendTouchScreenKeyboardStatusChanged_mF0F1E86DFF3023EA6167004879DAE86E1D2C3AEB(__this, NULL);
}
IL_027d:
{
// if (m_SoftKeyboard.status == TouchScreenKeyboard.Status.Done)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_73 = __this->___m_SoftKeyboard_20;
NullCheck(L_73);
int32_t L_74;
L_74 = TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504(L_73, NULL);
V_22 = (bool)((((int32_t)L_74) == ((int32_t)1))? 1 : 0);
bool L_75 = V_22;
if (!L_75)
{
goto IL_02a9;
}
}
{
// m_ReleaseSelection = true;
__this->___m_ReleaseSelection_104 = (bool)1;
// OnSubmit(null);
VirtualActionInvoker1< BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* >::Invoke(73 /* System.Void TMPro.TMP_InputField::OnSubmit(UnityEngine.EventSystems.BaseEventData) */, __this, (BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F*)NULL);
// SendTouchScreenKeyboardStatusChanged();
TMP_InputField_SendTouchScreenKeyboardStatusChanged_mF0F1E86DFF3023EA6167004879DAE86E1D2C3AEB(__this, NULL);
}
IL_02a9:
{
}
IL_02aa:
{
// OnDeselect(null);
VirtualActionInvoker1< BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* >::Invoke(37 /* System.Void UnityEngine.UI.Selectable::OnDeselect(UnityEngine.EventSystems.BaseEventData) */, __this, (BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F*)NULL);
// return;
goto IL_04e7;
}
IL_02b7:
{
// string val = m_SoftKeyboard.text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_76 = __this->___m_SoftKeyboard_20;
NullCheck(L_76);
String_t* L_77;
L_77 = TouchScreenKeyboard_get_text_m74593E81B017446204A9DB1F7359922A2C005B1E(L_76, NULL);
V_0 = L_77;
// if (m_Text != val)
String_t* L_78 = __this->___m_Text_60;
String_t* L_79 = V_0;
bool L_80;
L_80 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_78, L_79, NULL);
V_23 = L_80;
bool L_81 = V_23;
if (!L_81)
{
goto IL_0480;
}
}
{
// if (m_ReadOnly)
bool L_82 = __this->___m_ReadOnly_63;
V_24 = L_82;
bool L_83 = V_24;
if (!L_83)
{
goto IL_02fe;
}
}
{
// m_SoftKeyboard.text = m_Text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_84 = __this->___m_SoftKeyboard_20;
String_t* L_85 = __this->___m_Text_60;
NullCheck(L_84);
TouchScreenKeyboard_set_text_m0A8AA05F4D9D27E8764955F0041452145B6C6FBB(L_84, L_85, NULL);
goto IL_047d;
}
IL_02fe:
{
// m_Text = "";
__this->___m_Text_60 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// for (int i = 0; i < val.Length; ++i)
V_25 = 0;
goto IL_03fa;
}
IL_0312:
{
// char c = val[i];
String_t* L_86 = V_0;
int32_t L_87 = V_25;
NullCheck(L_86);
Il2CppChar L_88;
L_88 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_86, L_87, NULL);
V_26 = L_88;
// if (c == '\r' || c == 3)
Il2CppChar L_89 = V_26;
if ((((int32_t)L_89) == ((int32_t)((int32_t)13))))
{
goto IL_032a;
}
}
{
Il2CppChar L_90 = V_26;
G_B71_0 = ((((int32_t)L_90) == ((int32_t)3))? 1 : 0);
goto IL_032b;
}
IL_032a:
{
G_B71_0 = 1;
}
IL_032b:
{
V_27 = (bool)G_B71_0;
bool L_91 = V_27;
if (!L_91)
{
goto IL_0335;
}
}
{
// c = '\n';
V_26 = ((int32_t)10);
}
IL_0335:
{
// if (onValidateInput != null)
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* L_92;
L_92 = TMP_InputField_get_onValidateInput_mF293BE6DE7AAA1F8E37E20B73418A639A8963A7D(__this, NULL);
V_28 = (bool)((!(((RuntimeObject*)(OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530*)L_92) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_93 = V_28;
if (!L_93)
{
goto IL_0366;
}
}
{
// c = onValidateInput(m_Text, m_Text.Length, c);
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* L_94;
L_94 = TMP_InputField_get_onValidateInput_mF293BE6DE7AAA1F8E37E20B73418A639A8963A7D(__this, NULL);
String_t* L_95 = __this->___m_Text_60;
String_t* L_96 = __this->___m_Text_60;
NullCheck(L_96);
int32_t L_97;
L_97 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_96, NULL);
Il2CppChar L_98 = V_26;
NullCheck(L_94);
Il2CppChar L_99;
L_99 = OnValidateInput_Invoke_m1CDDA220BF2691F42200A098F57AE10FDE383E49_inline(L_94, L_95, L_97, L_98, NULL);
V_26 = L_99;
goto IL_0390;
}
IL_0366:
{
// else if (characterValidation != CharacterValidation.None)
int32_t L_100;
L_100 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_29 = (bool)((!(((uint32_t)L_100) <= ((uint32_t)0)))? 1 : 0);
bool L_101 = V_29;
if (!L_101)
{
goto IL_0390;
}
}
{
// c = Validate(m_Text, m_Text.Length, c);
String_t* L_102 = __this->___m_Text_60;
String_t* L_103 = __this->___m_Text_60;
NullCheck(L_103);
int32_t L_104;
L_104 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_103, NULL);
Il2CppChar L_105 = V_26;
Il2CppChar L_106;
L_106 = TMP_InputField_Validate_m76212763DA49DFD7C152C65F8AF6CC056EE69979(__this, L_102, L_104, L_105, NULL);
V_26 = L_106;
}
IL_0390:
{
// if (lineType == LineType.MultiLineSubmit && c == '\n')
int32_t L_107;
L_107 = TMP_InputField_get_lineType_mE221F133A310EB6C93DA24E1F5900E948771D64C(__this, NULL);
if ((!(((uint32_t)L_107) == ((uint32_t)1))))
{
goto IL_03a1;
}
}
{
Il2CppChar L_108 = V_26;
G_B80_0 = ((((int32_t)L_108) == ((int32_t)((int32_t)10)))? 1 : 0);
goto IL_03a2;
}
IL_03a1:
{
G_B80_0 = 0;
}
IL_03a2:
{
V_30 = (bool)G_B80_0;
bool L_109 = V_30;
if (!L_109)
{
goto IL_03d0;
}
}
{
// m_SoftKeyboard.text = m_Text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_110 = __this->___m_SoftKeyboard_20;
String_t* L_111 = __this->___m_Text_60;
NullCheck(L_110);
TouchScreenKeyboard_set_text_m0A8AA05F4D9D27E8764955F0041452145B6C6FBB(L_110, L_111, NULL);
// OnSubmit(null);
VirtualActionInvoker1< BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* >::Invoke(73 /* System.Void TMPro.TMP_InputField::OnSubmit(UnityEngine.EventSystems.BaseEventData) */, __this, (BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F*)NULL);
// OnDeselect(null);
VirtualActionInvoker1< BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* >::Invoke(37 /* System.Void UnityEngine.UI.Selectable::OnDeselect(UnityEngine.EventSystems.BaseEventData) */, __this, (BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F*)NULL);
// return;
goto IL_04e7;
}
IL_03d0:
{
// if (c != 0)
Il2CppChar L_112 = V_26;
V_31 = (bool)((!(((uint32_t)L_112) <= ((uint32_t)0)))? 1 : 0);
bool L_113 = V_31;
if (!L_113)
{
goto IL_03f3;
}
}
{
// m_Text += c;
String_t* L_114 = __this->___m_Text_60;
String_t* L_115;
L_115 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_26), NULL);
String_t* L_116;
L_116 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_114, L_115, NULL);
__this->___m_Text_60 = L_116;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_116);
}
IL_03f3:
{
// for (int i = 0; i < val.Length; ++i)
int32_t L_117 = V_25;
V_25 = ((int32_t)il2cpp_codegen_add(L_117, 1));
}
IL_03fa:
{
// for (int i = 0; i < val.Length; ++i)
int32_t L_118 = V_25;
String_t* L_119 = V_0;
NullCheck(L_119);
int32_t L_120;
L_120 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_119, NULL);
V_32 = (bool)((((int32_t)L_118) < ((int32_t)L_120))? 1 : 0);
bool L_121 = V_32;
if (L_121)
{
goto IL_0312;
}
}
{
// if (characterLimit > 0 && m_Text.Length > characterLimit)
int32_t L_122;
L_122 = TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409(__this, NULL);
if ((((int32_t)L_122) <= ((int32_t)0)))
{
goto IL_042b;
}
}
{
String_t* L_123 = __this->___m_Text_60;
NullCheck(L_123);
int32_t L_124;
L_124 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_123, NULL);
int32_t L_125;
L_125 = TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409(__this, NULL);
G_B89_0 = ((((int32_t)L_124) > ((int32_t)L_125))? 1 : 0);
goto IL_042c;
}
IL_042b:
{
G_B89_0 = 0;
}
IL_042c:
{
V_33 = (bool)G_B89_0;
bool L_126 = V_33;
if (!L_126)
{
goto IL_044a;
}
}
{
// m_Text = m_Text.Substring(0, characterLimit);
String_t* L_127 = __this->___m_Text_60;
int32_t L_128;
L_128 = TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409(__this, NULL);
NullCheck(L_127);
String_t* L_129;
L_129 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_127, 0, L_128, NULL);
__this->___m_Text_60 = L_129;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_129);
}
IL_044a:
{
// UpdateStringPositionFromKeyboard();
TMP_InputField_UpdateStringPositionFromKeyboard_mED93ADC3A6B158262ECFB07CD6B21EC39B99022E(__this, NULL);
// if (m_Text != val)
String_t* L_130 = __this->___m_Text_60;
String_t* L_131 = V_0;
bool L_132;
L_132 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_130, L_131, NULL);
V_34 = L_132;
bool L_133 = V_34;
if (!L_133)
{
goto IL_0475;
}
}
{
// m_SoftKeyboard.text = m_Text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_134 = __this->___m_SoftKeyboard_20;
String_t* L_135 = __this->___m_Text_60;
NullCheck(L_134);
TouchScreenKeyboard_set_text_m0A8AA05F4D9D27E8764955F0041452145B6C6FBB(L_134, L_135, NULL);
}
IL_0475:
{
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
}
IL_047d:
{
goto IL_04a3;
}
IL_0480:
{
// else if (m_HideMobileInput && Application.platform == RuntimePlatform.Android)
bool L_136 = __this->___m_HideMobileInput_42;
if (!L_136)
{
goto IL_0493;
}
}
{
int32_t L_137;
L_137 = Application_get_platform_m1AB34E71D9885B120F6021EB2B11DCB28CD6008D(NULL);
G_B98_0 = ((((int32_t)L_137) == ((int32_t)((int32_t)11)))? 1 : 0);
goto IL_0494;
}
IL_0493:
{
G_B98_0 = 0;
}
IL_0494:
{
V_35 = (bool)G_B98_0;
bool L_138 = V_35;
if (!L_138)
{
goto IL_04a3;
}
}
{
// UpdateStringPositionFromKeyboard();
TMP_InputField_UpdateStringPositionFromKeyboard_mED93ADC3A6B158262ECFB07CD6B21EC39B99022E(__this, NULL);
}
IL_04a3:
{
// if (m_SoftKeyboard != null && m_SoftKeyboard.status != TouchScreenKeyboard.Status.Visible)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_139 = __this->___m_SoftKeyboard_20;
if (!L_139)
{
goto IL_04bb;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_140 = __this->___m_SoftKeyboard_20;
NullCheck(L_140);
int32_t L_141;
L_141 = TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504(L_140, NULL);
G_B103_0 = ((!(((uint32_t)L_141) <= ((uint32_t)0)))? 1 : 0);
goto IL_04bc;
}
IL_04bb:
{
G_B103_0 = 0;
}
IL_04bc:
{
V_36 = (bool)G_B103_0;
bool L_142 = V_36;
if (!L_142)
{
goto IL_04e7;
}
}
{
// if (m_SoftKeyboard.status == TouchScreenKeyboard.Status.Canceled)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_143 = __this->___m_SoftKeyboard_20;
NullCheck(L_143);
int32_t L_144;
L_144 = TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504(L_143, NULL);
V_37 = (bool)((((int32_t)L_144) == ((int32_t)2))? 1 : 0);
bool L_145 = V_37;
if (!L_145)
{
goto IL_04de;
}
}
{
// m_WasCanceled = true;
__this->___m_WasCanceled_85 = (bool)1;
}
IL_04de:
{
// OnDeselect(null);
VirtualActionInvoker1< BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* >::Invoke(37 /* System.Void UnityEngine.UI.Selectable::OnDeselect(UnityEngine.EventSystems.BaseEventData) */, __this, (BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F*)NULL);
}
IL_04e7:
{
// }
return;
}
}
// System.Boolean TMPro.TMP_InputField::MayDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_MayDrag_mB0F0807D39BED3B80A5EF8F757E8956D5869ED1F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, 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_B8_0 = 0;
int32_t G_B10_0 = 0;
{
// return IsActive() &&
// IsInteractable() &&
// eventData.button == PointerEventData.InputButton.Left &&
// m_TextComponent != null &&
// (m_SoftKeyboard == null || shouldHideSoftKeyboard || shouldHideMobileInput);
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_0)
{
goto IL_0042;
}
}
{
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
if (!L_1)
{
goto IL_0042;
}
}
{
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_2 = ___eventData0;
NullCheck(L_2);
int32_t L_3;
L_3 = PointerEventData_get_button_mA8CBDAF2E16927E6952BC60040D56630BCC95B0B_inline(L_2, NULL);
if (L_3)
{
goto IL_0042;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_4 = __this->___m_TextComponent_27;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_5)
{
goto IL_0042;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_6 = __this->___m_SoftKeyboard_20;
if (!L_6)
{
goto IL_003f;
}
}
{
bool L_7;
L_7 = TMP_InputField_get_shouldHideSoftKeyboard_m08F3F6AB9DC9A89029B6A41E26F42B7222535790(__this, NULL);
if (L_7)
{
goto IL_003f;
}
}
{
bool L_8;
L_8 = TMP_InputField_get_shouldHideMobileInput_mB40438A3E4172E95CE11F03FD2484E954CDB1F1B(__this, NULL);
G_B8_0 = ((int32_t)(L_8));
goto IL_0040;
}
IL_003f:
{
G_B8_0 = 1;
}
IL_0040:
{
G_B10_0 = G_B8_0;
goto IL_0043;
}
IL_0042:
{
G_B10_0 = 0;
}
IL_0043:
{
V_0 = (bool)G_B10_0;
goto IL_0046;
}
IL_0046:
{
// }
bool L_9 = V_0;
return L_9;
}
}
// System.Void TMPro.TMP_InputField::OnBeginDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnBeginDrag_m0F9B51A6CEBD12DAB6DFFF1CA1F15AD1D3495940 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!MayDrag(eventData))
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_0 = ___eventData0;
bool L_1;
L_1 = TMP_InputField_MayDrag_mB0F0807D39BED3B80A5EF8F757E8956D5869ED1F(__this, L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0011;
}
}
{
// return;
goto IL_0018;
}
IL_0011:
{
// m_UpdateDrag = true;
__this->___m_UpdateDrag_76 = (bool)1;
}
IL_0018:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnDrag_mBA444852C709D10301A31FAD4DA6AD33479C05E4 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B11_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B12_1 = NULL;
int32_t G_B19_0 = 0;
{
// if (!MayDrag(eventData))
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_0 = ___eventData0;
bool L_1;
L_1 = TMP_InputField_MayDrag_mB0F0807D39BED3B80A5EF8F757E8956D5869ED1F(__this, L_0, NULL);
V_2 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_2;
if (!L_2)
{
goto IL_0014;
}
}
{
// return;
goto IL_01eb;
}
IL_0014:
{
// int insertionIndex = TMP_TextUtilities.GetCursorIndexFromPosition(m_TextComponent, eventData.position, eventData.pressEventCamera, out insertionSide);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_3 = __this->___m_TextComponent_27;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_4 = ___eventData0;
NullCheck(L_4);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline(L_4, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
L_6 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_5, NULL);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_7 = ___eventData0;
NullCheck(L_7);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8;
L_8 = PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = TMP_TextUtilities_GetCursorIndexFromPosition_m78C616E04242EB0716FF3DD0B955C9542D388E23(L_3, L_6, L_8, (&V_0), NULL);
V_1 = L_9;
// if (m_isRichTextEditingAllowed)
bool L_10 = __this->___m_isRichTextEditingAllowed_107;
V_3 = L_10;
bool L_11 = V_3;
if (!L_11)
{
goto IL_00c1;
}
}
{
// if (insertionSide == CaretPosition.Left)
int32_t L_12 = V_0;
V_4 = (bool)((((int32_t)L_12) == ((int32_t)1))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_0071;
}
}
{
// stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_14 = __this->___m_TextComponent_27;
NullCheck(L_14);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_15;
L_15 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_14, NULL);
NullCheck(L_15);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_16 = L_15->___characterInfo_11;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = ((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_17)))->___index_1;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_18, NULL);
goto IL_00bb;
}
IL_0071:
{
// else if (insertionSide == CaretPosition.Right)
int32_t L_19 = V_0;
V_5 = (bool)((((int32_t)L_19) == ((int32_t)2))? 1 : 0);
bool L_20 = V_5;
if (!L_20)
{
goto IL_00bb;
}
}
{
// stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index + m_TextComponent.textInfo.characterInfo[insertionIndex].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_21 = __this->___m_TextComponent_27;
NullCheck(L_21);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_22;
L_22 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_21, NULL);
NullCheck(L_22);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_23 = L_22->___characterInfo_11;
int32_t L_24 = V_1;
NullCheck(L_23);
int32_t L_25 = ((L_23)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_24)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_26 = __this->___m_TextComponent_27;
NullCheck(L_26);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_27;
L_27 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_26, NULL);
NullCheck(L_27);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_28 = L_27->___characterInfo_11;
int32_t L_29 = V_1;
NullCheck(L_28);
int32_t L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29)))->___stringLength_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, ((int32_t)il2cpp_codegen_add(L_25, L_30)), NULL);
}
IL_00bb:
{
goto IL_017d;
}
IL_00c1:
{
// if (insertionSide == CaretPosition.Left)
int32_t L_31 = V_0;
V_6 = (bool)((((int32_t)L_31) == ((int32_t)1))? 1 : 0);
bool L_32 = V_6;
if (!L_32)
{
goto IL_0132;
}
}
{
// stringSelectPositionInternal = insertionIndex == 0
// ? m_TextComponent.textInfo.characterInfo[0].index
// : m_TextComponent.textInfo.characterInfo[insertionIndex - 1].index + m_TextComponent.textInfo.characterInfo[insertionIndex - 1].stringLength;
int32_t L_33 = V_1;
G_B10_0 = __this;
if (!L_33)
{
G_B11_0 = __this;
goto IL_010e;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_34 = __this->___m_TextComponent_27;
NullCheck(L_34);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_35;
L_35 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_34, NULL);
NullCheck(L_35);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_36 = L_35->___characterInfo_11;
int32_t L_37 = V_1;
NullCheck(L_36);
int32_t L_38 = ((L_36)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_37, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_39 = __this->___m_TextComponent_27;
NullCheck(L_39);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_40;
L_40 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_39, NULL);
NullCheck(L_40);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_41 = L_40->___characterInfo_11;
int32_t L_42 = V_1;
NullCheck(L_41);
int32_t L_43 = ((L_41)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_42, 1)))))->___stringLength_2;
G_B12_0 = ((int32_t)il2cpp_codegen_add(L_38, L_43));
G_B12_1 = G_B10_0;
goto IL_0129;
}
IL_010e:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_44 = __this->___m_TextComponent_27;
NullCheck(L_44);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_45;
L_45 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_44, NULL);
NullCheck(L_45);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_46 = L_45->___characterInfo_11;
NullCheck(L_46);
int32_t L_47 = ((L_46)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___index_1;
G_B12_0 = L_47;
G_B12_1 = G_B11_0;
}
IL_0129:
{
NullCheck(G_B12_1);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(G_B12_1, G_B12_0, NULL);
goto IL_017c;
}
IL_0132:
{
// else if (insertionSide == CaretPosition.Right)
int32_t L_48 = V_0;
V_7 = (bool)((((int32_t)L_48) == ((int32_t)2))? 1 : 0);
bool L_49 = V_7;
if (!L_49)
{
goto IL_017c;
}
}
{
// stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index + m_TextComponent.textInfo.characterInfo[insertionIndex].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_50 = __this->___m_TextComponent_27;
NullCheck(L_50);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_51;
L_51 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_50, NULL);
NullCheck(L_51);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_52 = L_51->___characterInfo_11;
int32_t L_53 = V_1;
NullCheck(L_52);
int32_t L_54 = ((L_52)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_53)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_55 = __this->___m_TextComponent_27;
NullCheck(L_55);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_56;
L_56 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_55, NULL);
NullCheck(L_56);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_57 = L_56->___characterInfo_11;
int32_t L_58 = V_1;
NullCheck(L_57);
int32_t L_59 = ((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_58)))->___stringLength_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, ((int32_t)il2cpp_codegen_add(L_54, L_59)), NULL);
}
IL_017c:
{
}
IL_017d:
{
// caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_60;
L_60 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_61;
L_61 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_60, NULL);
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_61, NULL);
// MarkGeometryAsDirty();
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
// m_DragPositionOutOfBounds = !RectTransformUtility.RectangleContainsScreenPoint(textViewport, eventData.position, eventData.pressEventCamera);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_62;
L_62 = TMP_InputField_get_textViewport_m51E9CFB11A78199484D2BC2750F19DB7D2A26763(__this, NULL);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_63 = ___eventData0;
NullCheck(L_63);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64;
L_64 = PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline(L_63, NULL);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_65 = ___eventData0;
NullCheck(L_65);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_66;
L_66 = PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3(L_65, NULL);
il2cpp_codegen_runtime_class_init_inline(RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
bool L_67;
L_67 = RectTransformUtility_RectangleContainsScreenPoint_mAD33D83F019F2E0C4BCE2D743175A042A233616A(L_62, L_64, L_66, NULL);
__this->___m_DragPositionOutOfBounds_77 = (bool)((((int32_t)L_67) == ((int32_t)0))? 1 : 0);
// if (m_DragPositionOutOfBounds && m_DragCoroutine == null)
bool L_68 = __this->___m_DragPositionOutOfBounds_77;
if (!L_68)
{
goto IL_01ca;
}
}
{
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_69 = __this->___m_DragCoroutine_83;
G_B19_0 = ((((RuntimeObject*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)L_69) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_01cb;
}
IL_01ca:
{
G_B19_0 = 0;
}
IL_01cb:
{
V_8 = (bool)G_B19_0;
bool L_70 = V_8;
if (!L_70)
{
goto IL_01e4;
}
}
{
// m_DragCoroutine = StartCoroutine(MouseDragOutsideRect(eventData));
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_71 = ___eventData0;
RuntimeObject* L_72;
L_72 = TMP_InputField_MouseDragOutsideRect_m19E6E5421BFCC996DC30FD6FCD07EF890931FB44(__this, L_71, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_73;
L_73 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_72, NULL);
__this->___m_DragCoroutine_83 = L_73;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DragCoroutine_83), (void*)L_73);
}
IL_01e4:
{
// eventData.Use();
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_74 = ___eventData0;
NullCheck(L_74);
VirtualActionInvoker0::Invoke(5 /* System.Void UnityEngine.EventSystems.AbstractEventData::Use() */, L_74);
}
IL_01eb:
{
// }
return;
}
}
// System.Collections.IEnumerator TMPro.TMP_InputField::MouseDragOutsideRect(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TMP_InputField_MouseDragOutsideRect_m19E6E5421BFCC996DC30FD6FCD07EF890931FB44 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958* L_0 = (U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958*)il2cpp_codegen_object_new(U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CMouseDragOutsideRectU3Ed__294__ctor_mC97D27357520CBB200DD3254DEF53DF620ACB6B6(L_0, 0, NULL);
U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
U3CMouseDragOutsideRectU3Ed__294_t193AC97DD2625A0E3BB89FB5DB0911CDF3D4C958* L_2 = L_1;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_3 = ___eventData0;
NullCheck(L_2);
L_2->___eventData_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___eventData_2), (void*)L_3);
return L_2;
}
}
// System.Void TMPro.TMP_InputField::OnEndDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnEndDrag_m0CB1102EBBDC28E1AFA38FD0D50469F08492D4AC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!MayDrag(eventData))
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_0 = ___eventData0;
bool L_1;
L_1 = TMP_InputField_MayDrag_mB0F0807D39BED3B80A5EF8F757E8956D5869ED1F(__this, L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0011;
}
}
{
// return;
goto IL_0018;
}
IL_0011:
{
// m_UpdateDrag = false;
__this->___m_UpdateDrag_76 = (bool)0;
}
IL_0018:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnPointerDown(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnPointerDown_mA194D68CFB19DF910D8EE1B63DF5FF4D795C6C8D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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);
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;
float V_3 = 0.0f;
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;
int32_t V_10 = 0;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
int32_t V_19 = 0;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
int32_t V_24 = 0;
bool V_25 = false;
int32_t G_B6_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B17_0 = 0;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B28_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B27_0 = NULL;
int32_t G_B29_0 = 0;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B29_1 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B43_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B43_1 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B42_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B42_1 = NULL;
int32_t G_B44_0 = 0;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B44_1 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B44_2 = NULL;
{
// if (!MayDrag(eventData))
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_0 = ___eventData0;
bool L_1;
L_1 = TMP_InputField_MayDrag_mB0F0807D39BED3B80A5EF8F757E8956D5869ED1F(__this, L_0, NULL);
V_4 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_4;
if (!L_2)
{
goto IL_0016;
}
}
{
// return;
goto IL_058a;
}
IL_0016:
{
// EventSystem.current.SetSelectedGameObject(gameObject, eventData);
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_3;
L_3 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
L_4 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_5 = ___eventData0;
NullCheck(L_3);
EventSystem_SetSelectedGameObject_m9675415B7B3FE13B35E2CCB220F0C8AF04ECA173(L_3, L_4, L_5, NULL);
// bool hadFocusBefore = m_AllowInput;
bool L_6 = __this->___m_AllowInput_74;
V_0 = L_6;
// base.OnPointerDown(eventData);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_7 = ___eventData0;
Selectable_OnPointerDown_m4425D3C7641AAD2430A7E666F35047E2F3B623D3(__this, L_7, NULL);
// if (InPlaceEditing() == false)
bool L_8;
L_8 = TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1(__this, NULL);
V_5 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
bool L_9 = V_5;
if (!L_9)
{
goto IL_0075;
}
}
{
// if (m_SoftKeyboard == null || !m_SoftKeyboard.active)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_10 = __this->___m_SoftKeyboard_20;
if (!L_10)
{
goto IL_005f;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_11 = __this->___m_SoftKeyboard_20;
NullCheck(L_11);
bool L_12;
L_12 = TouchScreenKeyboard_get_active_mB22402FB9E56D3F652DA785F01E504A530FF8775(L_11, NULL);
G_B6_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
goto IL_0060;
}
IL_005f:
{
G_B6_0 = 1;
}
IL_0060:
{
V_6 = (bool)G_B6_0;
bool L_13 = V_6;
if (!L_13)
{
goto IL_0074;
}
}
{
// OnSelect(eventData);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_14 = ___eventData0;
VirtualActionInvoker1< BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* >::Invoke(36 /* System.Void UnityEngine.UI.Selectable::OnSelect(UnityEngine.EventSystems.BaseEventData) */, __this, L_14);
// return;
goto IL_058a;
}
IL_0074:
{
}
IL_0075:
{
// Event.PopEvent(m_ProcessingEvent);
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_15 = __this->___m_ProcessingEvent_114;
bool L_16;
L_16 = Event_PopEvent_m357847F16B2710FE002B9022359606BB9CDD40C2(L_15, NULL);
// bool shift = m_ProcessingEvent != null && (m_ProcessingEvent.modifiers & EventModifiers.Shift) != 0;
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_17 = __this->___m_ProcessingEvent_114;
if (!L_17)
{
goto IL_009b;
}
}
{
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_18 = __this->___m_ProcessingEvent_114;
NullCheck(L_18);
int32_t L_19;
L_19 = Event_get_modifiers_mD55E7CF06EB720434F0F174EA569B2A29792D39B(L_18, NULL);
G_B12_0 = ((!(((uint32_t)((int32_t)((int32_t)L_19&1))) <= ((uint32_t)0)))? 1 : 0);
goto IL_009c;
}
IL_009b:
{
G_B12_0 = 0;
}
IL_009c:
{
V_1 = (bool)G_B12_0;
// bool isDoubleClick = false;
V_2 = (bool)0;
// float timeStamp = Time.unscaledTime;
float L_20;
L_20 = Time_get_unscaledTime_m99A3C76AB74B5278B44A5E8B3498E51ABBF793CA(NULL);
V_3 = L_20;
// if (m_PointerDownClickStartTime + m_DoubleClickDelay > timeStamp)
float L_21 = __this->___m_PointerDownClickStartTime_92;
float L_22 = __this->___m_DoubleClickDelay_94;
float L_23 = V_3;
V_7 = (bool)((((float)((float)il2cpp_codegen_add(L_21, L_22))) > ((float)L_23))? 1 : 0);
bool L_24 = V_7;
if (!L_24)
{
goto IL_00bd;
}
}
{
// isDoubleClick = true;
V_2 = (bool)1;
}
IL_00bd:
{
// m_PointerDownClickStartTime = timeStamp;
float L_25 = V_3;
__this->___m_PointerDownClickStartTime_92 = L_25;
// if (hadFocusBefore || !m_OnFocusSelectAll)
bool L_26 = V_0;
if (L_26)
{
goto IL_00d2;
}
}
{
bool L_27 = __this->___m_OnFocusSelectAll_100;
G_B17_0 = ((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
goto IL_00d3;
}
IL_00d2:
{
G_B17_0 = 1;
}
IL_00d3:
{
V_8 = (bool)G_B17_0;
bool L_28 = V_8;
if (!L_28)
{
goto IL_057c;
}
}
{
// int insertionIndex = TMP_TextUtilities.GetCursorIndexFromPosition(m_TextComponent, eventData.position, eventData.pressEventCamera, out insertionSide);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_29 = __this->___m_TextComponent_27;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_30 = ___eventData0;
NullCheck(L_30);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31;
L_31 = PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline(L_30, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32;
L_32 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_31, NULL);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_33 = ___eventData0;
NullCheck(L_33);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_34;
L_34 = PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3(L_33, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
int32_t L_35;
L_35 = TMP_TextUtilities_GetCursorIndexFromPosition_m78C616E04242EB0716FF3DD0B955C9542D388E23(L_29, L_32, L_34, (&V_9), NULL);
V_10 = L_35;
// if (shift)
bool L_36 = V_1;
V_11 = L_36;
bool L_37 = V_11;
if (!L_37)
{
goto IL_0266;
}
}
{
// if (m_isRichTextEditingAllowed)
bool L_38 = __this->___m_isRichTextEditingAllowed_107;
V_12 = L_38;
bool L_39 = V_12;
if (!L_39)
{
goto IL_019d;
}
}
{
// if (insertionSide == CaretPosition.Left)
int32_t L_40 = V_9;
V_13 = (bool)((((int32_t)L_40) == ((int32_t)1))? 1 : 0);
bool L_41 = V_13;
if (!L_41)
{
goto IL_014a;
}
}
{
// stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_42 = __this->___m_TextComponent_27;
NullCheck(L_42);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_43;
L_43 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_42, NULL);
NullCheck(L_43);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_44 = L_43->___characterInfo_11;
int32_t L_45 = V_10;
NullCheck(L_44);
int32_t L_46 = ((L_44)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_45)))->___index_1;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_46, NULL);
goto IL_0197;
}
IL_014a:
{
// else if (insertionSide == CaretPosition.Right)
int32_t L_47 = V_9;
V_14 = (bool)((((int32_t)L_47) == ((int32_t)2))? 1 : 0);
bool L_48 = V_14;
if (!L_48)
{
goto IL_0197;
}
}
{
// stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index + m_TextComponent.textInfo.characterInfo[insertionIndex].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_49 = __this->___m_TextComponent_27;
NullCheck(L_49);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_50;
L_50 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_49, NULL);
NullCheck(L_50);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_51 = L_50->___characterInfo_11;
int32_t L_52 = V_10;
NullCheck(L_51);
int32_t L_53 = ((L_51)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_52)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_54 = __this->___m_TextComponent_27;
NullCheck(L_54);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_55;
L_55 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_54, NULL);
NullCheck(L_55);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_56 = L_55->___characterInfo_11;
int32_t L_57 = V_10;
NullCheck(L_56);
int32_t L_58 = ((L_56)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_57)))->___stringLength_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, ((int32_t)il2cpp_codegen_add(L_53, L_58)), NULL);
}
IL_0197:
{
goto IL_0260;
}
IL_019d:
{
// if (insertionSide == CaretPosition.Left)
int32_t L_59 = V_9;
V_15 = (bool)((((int32_t)L_59) == ((int32_t)1))? 1 : 0);
bool L_60 = V_15;
if (!L_60)
{
goto IL_0212;
}
}
{
// stringSelectPositionInternal = insertionIndex == 0
// ? m_TextComponent.textInfo.characterInfo[0].index
// : m_TextComponent.textInfo.characterInfo[insertionIndex - 1].index + m_TextComponent.textInfo.characterInfo[insertionIndex - 1].stringLength;
int32_t L_61 = V_10;
G_B27_0 = __this;
if (!L_61)
{
G_B28_0 = __this;
goto IL_01ee;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_62 = __this->___m_TextComponent_27;
NullCheck(L_62);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_63;
L_63 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_62, NULL);
NullCheck(L_63);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_64 = L_63->___characterInfo_11;
int32_t L_65 = V_10;
NullCheck(L_64);
int32_t L_66 = ((L_64)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_65, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_67 = __this->___m_TextComponent_27;
NullCheck(L_67);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_68;
L_68 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_67, NULL);
NullCheck(L_68);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_69 = L_68->___characterInfo_11;
int32_t L_70 = V_10;
NullCheck(L_69);
int32_t L_71 = ((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_70, 1)))))->___stringLength_2;
G_B29_0 = ((int32_t)il2cpp_codegen_add(L_66, L_71));
G_B29_1 = G_B27_0;
goto IL_0209;
}
IL_01ee:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_72 = __this->___m_TextComponent_27;
NullCheck(L_72);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_73;
L_73 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_72, NULL);
NullCheck(L_73);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_74 = L_73->___characterInfo_11;
NullCheck(L_74);
int32_t L_75 = ((L_74)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___index_1;
G_B29_0 = L_75;
G_B29_1 = G_B28_0;
}
IL_0209:
{
NullCheck(G_B29_1);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(G_B29_1, G_B29_0, NULL);
goto IL_025f;
}
IL_0212:
{
// else if (insertionSide == CaretPosition.Right)
int32_t L_76 = V_9;
V_16 = (bool)((((int32_t)L_76) == ((int32_t)2))? 1 : 0);
bool L_77 = V_16;
if (!L_77)
{
goto IL_025f;
}
}
{
// stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index + m_TextComponent.textInfo.characterInfo[insertionIndex].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_78 = __this->___m_TextComponent_27;
NullCheck(L_78);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_79;
L_79 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_78, NULL);
NullCheck(L_79);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_80 = L_79->___characterInfo_11;
int32_t L_81 = V_10;
NullCheck(L_80);
int32_t L_82 = ((L_80)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_81)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_83 = __this->___m_TextComponent_27;
NullCheck(L_83);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_84;
L_84 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_83, NULL);
NullCheck(L_84);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_85 = L_84->___characterInfo_11;
int32_t L_86 = V_10;
NullCheck(L_85);
int32_t L_87 = ((L_85)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_86)))->___stringLength_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, ((int32_t)il2cpp_codegen_add(L_82, L_87)), NULL);
}
IL_025f:
{
}
IL_0260:
{
goto IL_03f0;
}
IL_0266:
{
// if (m_isRichTextEditingAllowed)
bool L_88 = __this->___m_isRichTextEditingAllowed_107;
V_17 = L_88;
bool L_89 = V_17;
if (!L_89)
{
goto IL_0314;
}
}
{
// if (insertionSide == CaretPosition.Left)
int32_t L_90 = V_9;
V_18 = (bool)((((int32_t)L_90) == ((int32_t)1))? 1 : 0);
bool L_91 = V_18;
if (!L_91)
{
goto IL_02b5;
}
}
{
// stringPositionInternal = stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_92 = __this->___m_TextComponent_27;
NullCheck(L_92);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_93;
L_93 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_92, NULL);
NullCheck(L_93);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_94 = L_93->___characterInfo_11;
int32_t L_95 = V_10;
NullCheck(L_94);
int32_t L_96 = ((L_94)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_95)))->___index_1;
int32_t L_97 = L_96;
V_19 = L_97;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_97, NULL);
int32_t L_98 = V_19;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_98, NULL);
goto IL_030e;
}
IL_02b5:
{
// else if (insertionSide == CaretPosition.Right)
int32_t L_99 = V_9;
V_20 = (bool)((((int32_t)L_99) == ((int32_t)2))? 1 : 0);
bool L_100 = V_20;
if (!L_100)
{
goto IL_030e;
}
}
{
// stringPositionInternal = stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index + m_TextComponent.textInfo.characterInfo[insertionIndex].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_101 = __this->___m_TextComponent_27;
NullCheck(L_101);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_102;
L_102 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_101, NULL);
NullCheck(L_102);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_103 = L_102->___characterInfo_11;
int32_t L_104 = V_10;
NullCheck(L_103);
int32_t L_105 = ((L_103)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_104)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_106 = __this->___m_TextComponent_27;
NullCheck(L_106);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_107;
L_107 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_106, NULL);
NullCheck(L_107);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_108 = L_107->___characterInfo_11;
int32_t L_109 = V_10;
NullCheck(L_108);
int32_t L_110 = ((L_108)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_109)))->___stringLength_2;
int32_t L_111 = ((int32_t)il2cpp_codegen_add(L_105, L_110));
V_19 = L_111;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_111, NULL);
int32_t L_112 = V_19;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_112, NULL);
}
IL_030e:
{
goto IL_03ef;
}
IL_0314:
{
// if (insertionSide == CaretPosition.Left)
int32_t L_113 = V_9;
V_21 = (bool)((((int32_t)L_113) == ((int32_t)1))? 1 : 0);
bool L_114 = V_21;
if (!L_114)
{
goto IL_0395;
}
}
{
// stringPositionInternal = stringSelectPositionInternal = insertionIndex == 0
// ? m_TextComponent.textInfo.characterInfo[0].index
// : m_TextComponent.textInfo.characterInfo[insertionIndex - 1].index + m_TextComponent.textInfo.characterInfo[insertionIndex - 1].stringLength;
int32_t L_115 = V_10;
G_B42_0 = __this;
G_B42_1 = __this;
if (!L_115)
{
G_B43_0 = __this;
G_B43_1 = __this;
goto IL_0366;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_116 = __this->___m_TextComponent_27;
NullCheck(L_116);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_117;
L_117 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_116, NULL);
NullCheck(L_117);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_118 = L_117->___characterInfo_11;
int32_t L_119 = V_10;
NullCheck(L_118);
int32_t L_120 = ((L_118)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_119, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_121 = __this->___m_TextComponent_27;
NullCheck(L_121);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_122;
L_122 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_121, NULL);
NullCheck(L_122);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_123 = L_122->___characterInfo_11;
int32_t L_124 = V_10;
NullCheck(L_123);
int32_t L_125 = ((L_123)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_124, 1)))))->___stringLength_2;
G_B44_0 = ((int32_t)il2cpp_codegen_add(L_120, L_125));
G_B44_1 = G_B42_0;
G_B44_2 = G_B42_1;
goto IL_0381;
}
IL_0366:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_126 = __this->___m_TextComponent_27;
NullCheck(L_126);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_127;
L_127 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_126, NULL);
NullCheck(L_127);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_128 = L_127->___characterInfo_11;
NullCheck(L_128);
int32_t L_129 = ((L_128)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___index_1;
G_B44_0 = L_129;
G_B44_1 = G_B43_0;
G_B44_2 = G_B43_1;
}
IL_0381:
{
int32_t L_130 = G_B44_0;
V_19 = L_130;
NullCheck(G_B44_1);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(G_B44_1, L_130, NULL);
int32_t L_131 = V_19;
NullCheck(G_B44_2);
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(G_B44_2, L_131, NULL);
goto IL_03ee;
}
IL_0395:
{
// else if (insertionSide == CaretPosition.Right)
int32_t L_132 = V_9;
V_22 = (bool)((((int32_t)L_132) == ((int32_t)2))? 1 : 0);
bool L_133 = V_22;
if (!L_133)
{
goto IL_03ee;
}
}
{
// stringPositionInternal = stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index + m_TextComponent.textInfo.characterInfo[insertionIndex].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_134 = __this->___m_TextComponent_27;
NullCheck(L_134);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_135;
L_135 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_134, NULL);
NullCheck(L_135);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_136 = L_135->___characterInfo_11;
int32_t L_137 = V_10;
NullCheck(L_136);
int32_t L_138 = ((L_136)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_137)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_139 = __this->___m_TextComponent_27;
NullCheck(L_139);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_140;
L_140 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_139, NULL);
NullCheck(L_140);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_141 = L_140->___characterInfo_11;
int32_t L_142 = V_10;
NullCheck(L_141);
int32_t L_143 = ((L_141)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_142)))->___stringLength_2;
int32_t L_144 = ((int32_t)il2cpp_codegen_add(L_138, L_143));
V_19 = L_144;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_144, NULL);
int32_t L_145 = V_19;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_145, NULL);
}
IL_03ee:
{
}
IL_03ef:
{
}
IL_03f0:
{
// if (isDoubleClick)
bool L_146 = V_2;
V_23 = L_146;
bool L_147 = V_23;
if (!L_147)
{
goto IL_0553;
}
}
{
// int wordIndex = TMP_TextUtilities.FindIntersectingWord(m_TextComponent, eventData.position, eventData.pressEventCamera);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_148 = __this->___m_TextComponent_27;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_149 = ___eventData0;
NullCheck(L_149);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_150;
L_150 = PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline(L_149, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_151;
L_151 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_150, NULL);
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_152 = ___eventData0;
NullCheck(L_152);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_153;
L_153 = PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3(L_152, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
int32_t L_154;
L_154 = TMP_TextUtilities_FindIntersectingWord_m1442DFD5AAE1FF0EE5054262A34E4D31B1E56879(L_148, L_151, L_153, NULL);
V_24 = L_154;
// if (wordIndex != -1)
int32_t L_155 = V_24;
V_25 = (bool)((((int32_t)((((int32_t)L_155) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_156 = V_25;
if (!L_156)
{
goto IL_04e9;
}
}
{
// caretPositionInternal = m_TextComponent.textInfo.wordInfo[wordIndex].firstCharacterIndex;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_157 = __this->___m_TextComponent_27;
NullCheck(L_157);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_158;
L_158 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_157, NULL);
NullCheck(L_158);
TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC* L_159 = L_158->___wordInfo_12;
int32_t L_160 = V_24;
NullCheck(L_159);
int32_t L_161 = ((L_159)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_160)))->___firstCharacterIndex_1;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_161, NULL);
// caretSelectPositionInternal = m_TextComponent.textInfo.wordInfo[wordIndex].lastCharacterIndex + 1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_162 = __this->___m_TextComponent_27;
NullCheck(L_162);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_163;
L_163 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_162, NULL);
NullCheck(L_163);
TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC* L_164 = L_163->___wordInfo_12;
int32_t L_165 = V_24;
NullCheck(L_164);
int32_t L_166 = ((L_164)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_165)))->___lastCharacterIndex_2;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, ((int32_t)il2cpp_codegen_add(L_166, 1)), NULL);
// stringPositionInternal = m_TextComponent.textInfo.characterInfo[caretPositionInternal].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_167 = __this->___m_TextComponent_27;
NullCheck(L_167);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_168;
L_168 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_167, NULL);
NullCheck(L_168);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_169 = L_168->___characterInfo_11;
int32_t L_170;
L_170 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_169);
int32_t L_171 = ((L_169)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_170)))->___index_1;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_171, NULL);
// stringSelectPositionInternal = m_TextComponent.textInfo.characterInfo[caretSelectPositionInternal - 1].index + m_TextComponent.textInfo.characterInfo[caretSelectPositionInternal - 1].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_172 = __this->___m_TextComponent_27;
NullCheck(L_172);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_173;
L_173 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_172, NULL);
NullCheck(L_173);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_174 = L_173->___characterInfo_11;
int32_t L_175;
L_175 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
NullCheck(L_174);
int32_t L_176 = ((L_174)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_175, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_177 = __this->___m_TextComponent_27;
NullCheck(L_177);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_178;
L_178 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_177, NULL);
NullCheck(L_178);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_179 = L_178->___characterInfo_11;
int32_t L_180;
L_180 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
NullCheck(L_179);
int32_t L_181 = ((L_179)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_180, 1)))))->___stringLength_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, ((int32_t)il2cpp_codegen_add(L_176, L_181)), NULL);
goto IL_0550;
}
IL_04e9:
{
// caretPositionInternal = insertionIndex;
int32_t L_182 = V_10;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_182, NULL);
// caretSelectPositionInternal = caretPositionInternal + 1;
int32_t L_183;
L_183 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, ((int32_t)il2cpp_codegen_add(L_183, 1)), NULL);
// stringPositionInternal = m_TextComponent.textInfo.characterInfo[insertionIndex].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_184 = __this->___m_TextComponent_27;
NullCheck(L_184);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_185;
L_185 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_184, NULL);
NullCheck(L_185);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_186 = L_185->___characterInfo_11;
int32_t L_187 = V_10;
NullCheck(L_186);
int32_t L_188 = ((L_186)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_187)))->___index_1;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_188, NULL);
// stringSelectPositionInternal = stringPositionInternal + m_TextComponent.textInfo.characterInfo[insertionIndex].stringLength;
int32_t L_189;
L_189 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_190 = __this->___m_TextComponent_27;
NullCheck(L_190);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_191;
L_191 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_190, NULL);
NullCheck(L_191);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_192 = L_191->___characterInfo_11;
int32_t L_193 = V_10;
NullCheck(L_192);
int32_t L_194 = ((L_192)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_193)))->___stringLength_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, ((int32_t)il2cpp_codegen_add(L_189, L_194)), NULL);
}
IL_0550:
{
goto IL_0574;
}
IL_0553:
{
// caretPositionInternal = caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringPositionInternal);
int32_t L_195;
L_195 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_196;
L_196 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_195, NULL);
int32_t L_197 = L_196;
V_19 = L_197;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_197, NULL);
int32_t L_198 = V_19;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_198, NULL);
}
IL_0574:
{
// m_isSelectAll = false;
__this->___m_isSelectAll_101 = (bool)0;
}
IL_057c:
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// eventData.Use();
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_199 = ___eventData0;
NullCheck(L_199);
VirtualActionInvoker0::Invoke(5 /* System.Void UnityEngine.EventSystems.AbstractEventData::Use() */, L_199);
}
IL_058a:
{
// }
return;
}
}
// TMPro.TMP_InputField/EditState TMPro.TMP_InputField::KeyPressed(UnityEngine.Event)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_KeyPressed_m1C528E6E9E2FB05DFA8CA61F880DEE24C2C304F6 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___evt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
Il2CppChar V_5 = 0x0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
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;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
int32_t G_B3_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B65_0 = 0;
int32_t G_B67_0 = 0;
int32_t G_B72_0 = 0;
int32_t G_B77_0 = 0;
{
// var currentEventModifiers = evt.modifiers;
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_0 = ___evt0;
NullCheck(L_0);
int32_t L_1;
L_1 = Event_get_modifiers_mD55E7CF06EB720434F0F174EA569B2A29792D39B(L_0, NULL);
V_0 = L_1;
// bool ctrl = SystemInfo.operatingSystemFamily == OperatingSystemFamily.MacOSX ? (currentEventModifiers & EventModifiers.Command) != 0 : (currentEventModifiers & EventModifiers.Control) != 0;
int32_t L_2;
L_2 = SystemInfo_get_operatingSystemFamily_mDE6CCAF0171C5ACF6944CDA947F93107B8CF1B03(NULL);
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0018;
}
}
{
int32_t L_3 = V_0;
G_B3_0 = ((!(((uint32_t)((int32_t)((int32_t)L_3&2))) <= ((uint32_t)0)))? 1 : 0);
goto IL_001e;
}
IL_0018:
{
int32_t L_4 = V_0;
G_B3_0 = ((!(((uint32_t)((int32_t)((int32_t)L_4&8))) <= ((uint32_t)0)))? 1 : 0);
}
IL_001e:
{
V_1 = (bool)G_B3_0;
// bool shift = (currentEventModifiers & EventModifiers.Shift) != 0;
int32_t L_5 = V_0;
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_5&1))) <= ((uint32_t)0)))? 1 : 0);
// bool alt = (currentEventModifiers & EventModifiers.Alt) != 0;
int32_t L_6 = V_0;
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_6&4))) <= ((uint32_t)0)))? 1 : 0);
// bool ctrlOnly = ctrl && !alt && !shift;
bool L_7 = V_1;
if (!L_7)
{
goto IL_0039;
}
}
{
bool L_8 = V_3;
if (L_8)
{
goto IL_0039;
}
}
{
bool L_9 = V_2;
G_B7_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
goto IL_003a;
}
IL_0039:
{
G_B7_0 = 0;
}
IL_003a:
{
V_4 = (bool)G_B7_0;
// switch (evt.keyCode)
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_10 = ___evt0;
NullCheck(L_10);
int32_t L_11;
L_11 = Event_get_keyCode_mADBB236A741F96D86E4A536E15FFECFD4C367B64(L_10, NULL);
V_7 = L_11;
int32_t L_12 = V_7;
V_6 = L_12;
int32_t L_13 = V_6;
if ((((int32_t)L_13) > ((int32_t)((int32_t)97))))
{
goto IL_0085;
}
}
{
int32_t L_14 = V_6;
if ((((int32_t)L_14) > ((int32_t)((int32_t)13))))
{
goto IL_006c;
}
}
{
int32_t L_15 = V_6;
if ((((int32_t)L_15) == ((int32_t)8)))
{
goto IL_00f5;
}
}
{
goto IL_005e;
}
IL_005e:
{
int32_t L_16 = V_6;
if ((((int32_t)L_16) == ((int32_t)((int32_t)13))))
{
goto IL_027b;
}
}
{
goto IL_02b7;
}
IL_006c:
{
int32_t L_17 = V_6;
if ((((int32_t)L_17) == ((int32_t)((int32_t)27))))
{
goto IL_02a0;
}
}
{
goto IL_0077;
}
IL_0077:
{
int32_t L_18 = V_6;
if ((((int32_t)L_18) == ((int32_t)((int32_t)97))))
{
goto IL_0139;
}
}
{
goto IL_02b7;
}
IL_0085:
{
int32_t L_19 = V_6;
if ((((int32_t)L_19) > ((int32_t)((int32_t)118))))
{
goto IL_00a4;
}
}
{
int32_t L_20 = V_6;
if ((((int32_t)L_20) == ((int32_t)((int32_t)99))))
{
goto IL_0157;
}
}
{
goto IL_0096;
}
IL_0096:
{
int32_t L_21 = V_6;
if ((((int32_t)L_21) == ((int32_t)((int32_t)118))))
{
goto IL_0199;
}
}
{
goto IL_02b7;
}
IL_00a4:
{
int32_t L_22 = V_6;
if ((((int32_t)L_22) == ((int32_t)((int32_t)120))))
{
goto IL_01bc;
}
}
{
goto IL_00af;
}
IL_00af:
{
int32_t L_23 = V_6;
if ((((int32_t)L_23) == ((int32_t)((int32_t)127))))
{
goto IL_0105;
}
}
{
goto IL_00b7;
}
IL_00b7:
{
int32_t L_24 = V_6;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, ((int32_t)271))))
{
case 0:
{
goto IL_027b;
}
case 1:
{
goto IL_02b7;
}
case 2:
{
goto IL_0237;
}
case 3:
{
goto IL_0248;
}
case 4:
{
goto IL_0225;
}
case 5:
{
goto IL_0213;
}
case 6:
{
goto IL_02b7;
}
case 7:
{
goto IL_0115;
}
case 8:
{
goto IL_0127;
}
case 9:
{
goto IL_0259;
}
case 10:
{
goto IL_026a;
}
}
}
{
goto IL_02b7;
}
IL_00f5:
{
// Backspace();
TMP_InputField_Backspace_m1962DCE85EA39B861EF3E9E147A63C8CFE58A917(__this, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0105:
{
// DeleteKey();
TMP_InputField_DeleteKey_m3EE34B2EE784E0F8833BCEA668B590D8C838BDCC(__this, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0115:
{
// MoveToStartOfLine(shift, ctrl);
bool L_25 = V_2;
bool L_26 = V_1;
TMP_InputField_MoveToStartOfLine_mC73D470B797643AC87FCFCC778D43DD945B18252(__this, L_25, L_26, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0127:
{
// MoveToEndOfLine(shift, ctrl);
bool L_27 = V_2;
bool L_28 = V_1;
TMP_InputField_MoveToEndOfLine_m42BC00BF1E1A82E956220244E72E577C667297D8(__this, L_27, L_28, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0139:
{
// if (ctrlOnly)
bool L_29 = V_4;
V_9 = L_29;
bool L_30 = V_9;
if (!L_30)
{
goto IL_0152;
}
}
{
// SelectAll();
TMP_InputField_SelectAll_mC66107E00F20D1E401A04108D2A9136559AD23F7(__this, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0152:
{
// break;
goto IL_02b7;
}
IL_0157:
{
// if (ctrlOnly)
bool L_31 = V_4;
V_10 = L_31;
bool L_32 = V_10;
if (!L_32)
{
goto IL_0194;
}
}
{
// if (inputType != InputType.Password)
int32_t L_33;
L_33 = TMP_InputField_get_inputType_m93A6CC8FF76412F46471D91952323CE4C63B7D34(__this, NULL);
V_11 = (bool)((((int32_t)((((int32_t)L_33) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_34 = V_11;
if (!L_34)
{
goto IL_0181;
}
}
{
// clipboard = GetSelectedString();
String_t* L_35;
L_35 = TMP_InputField_GetSelectedString_m4BF128EBC96DAB95E95CD9F292A1EB99AD1238C6(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
TMP_InputField_set_clipboard_m93C532958BC5FEBA6E00E1F53D7F08CC12D63912(L_35, NULL);
goto IL_018c;
}
IL_0181:
{
// clipboard = "";
il2cpp_codegen_runtime_class_init_inline(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
TMP_InputField_set_clipboard_m93C532958BC5FEBA6E00E1F53D7F08CC12D63912(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
}
IL_018c:
{
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0194:
{
// break;
goto IL_02b7;
}
IL_0199:
{
// if (ctrlOnly)
bool L_36 = V_4;
V_12 = L_36;
bool L_37 = V_12;
if (!L_37)
{
goto IL_01b7;
}
}
{
// Append(clipboard);
il2cpp_codegen_runtime_class_init_inline(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
String_t* L_38;
L_38 = TMP_InputField_get_clipboard_m00D07780D8DE9C8508834C8DAAC2D1BFB639EFE2(NULL);
VirtualActionInvoker1< String_t* >::Invoke(67 /* System.Void TMPro.TMP_InputField::Append(System.String) */, __this, L_38);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_01b7:
{
// break;
goto IL_02b7;
}
IL_01bc:
{
// if (ctrlOnly)
bool L_39 = V_4;
V_13 = L_39;
bool L_40 = V_13;
if (!L_40)
{
goto IL_020e;
}
}
{
// if (inputType != InputType.Password)
int32_t L_41;
L_41 = TMP_InputField_get_inputType_m93A6CC8FF76412F46471D91952323CE4C63B7D34(__this, NULL);
V_14 = (bool)((((int32_t)((((int32_t)L_41) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_42 = V_14;
if (!L_42)
{
goto IL_01e6;
}
}
{
// clipboard = GetSelectedString();
String_t* L_43;
L_43 = TMP_InputField_GetSelectedString_m4BF128EBC96DAB95E95CD9F292A1EB99AD1238C6(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
TMP_InputField_set_clipboard_m93C532958BC5FEBA6E00E1F53D7F08CC12D63912(L_43, NULL);
goto IL_01f1;
}
IL_01e6:
{
// clipboard = "";
il2cpp_codegen_runtime_class_init_inline(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
TMP_InputField_set_clipboard_m93C532958BC5FEBA6E00E1F53D7F08CC12D63912(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
}
IL_01f1:
{
// Delete();
TMP_InputField_Delete_mD817C69CFF25B762DF673A1FD31DAF0E2F761784(__this, NULL);
// UpdateTouchKeyboardFromEditChanges();
TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12(__this, NULL);
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_020e:
{
// break;
goto IL_02b7;
}
IL_0213:
{
// MoveLeft(shift, ctrl);
bool L_44 = V_2;
bool L_45 = V_1;
TMP_InputField_MoveLeft_m787CBD78E57FDD7DC28A10CA1624EA4118157898(__this, L_44, L_45, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0225:
{
// MoveRight(shift, ctrl);
bool L_46 = V_2;
bool L_47 = V_1;
TMP_InputField_MoveRight_m8831525A4FF9E75CA86BD5E4BAC9351EF640D497(__this, L_46, L_47, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0237:
{
// MoveUp(shift);
bool L_48 = V_2;
TMP_InputField_MoveUp_m0A8E579FDBE203C29D7AF1B4225C9A64498DE5A9(__this, L_48, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0248:
{
// MoveDown(shift);
bool L_49 = V_2;
TMP_InputField_MoveDown_mB8F65AD03355C867F63BAB0021C93B75F534CCBE(__this, L_49, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_0259:
{
// MovePageUp(shift);
bool L_50 = V_2;
TMP_InputField_MovePageUp_mA945CEDD104AAC4B417B1AC6D95FC75798ED3040(__this, L_50, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_026a:
{
// MovePageDown(shift);
bool L_51 = V_2;
TMP_InputField_MovePageDown_mE32EFCBEB2A1D230D3C6C8B27357C454F4AD5EC2(__this, L_51, NULL);
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_027b:
{
// if (lineType != LineType.MultiLineNewline)
int32_t L_52;
L_52 = TMP_InputField_get_lineType_mE221F133A310EB6C93DA24E1F5900E948771D64C(__this, NULL);
V_15 = (bool)((((int32_t)((((int32_t)L_52) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_53 = V_15;
if (!L_53)
{
goto IL_029e;
}
}
{
// m_ReleaseSelection = true;
__this->___m_ReleaseSelection_104 = (bool)1;
// return EditState.Finish;
V_8 = 1;
goto IL_035b;
}
IL_029e:
{
// break;
goto IL_02b7;
}
IL_02a0:
{
// m_ReleaseSelection = true;
__this->___m_ReleaseSelection_104 = (bool)1;
// m_WasCanceled = true;
__this->___m_WasCanceled_85 = (bool)1;
// return EditState.Finish;
V_8 = 1;
goto IL_035b;
}
IL_02b7:
{
// char c = evt.character;
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_54 = ___evt0;
NullCheck(L_54);
Il2CppChar L_55;
L_55 = Event_get_character_m8F7A92E90EF65B9379C01432B42D6BF818C32A61(L_54, NULL);
V_5 = L_55;
// if (!multiLine && (c == '\t' || c == '\r' || c == 10))
bool L_56;
L_56 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
if (L_56)
{
goto IL_02de;
}
}
{
Il2CppChar L_57 = V_5;
if ((((int32_t)L_57) == ((int32_t)((int32_t)9))))
{
goto IL_02db;
}
}
{
Il2CppChar L_58 = V_5;
if ((((int32_t)L_58) == ((int32_t)((int32_t)13))))
{
goto IL_02db;
}
}
{
Il2CppChar L_59 = V_5;
G_B65_0 = ((((int32_t)L_59) == ((int32_t)((int32_t)10)))? 1 : 0);
goto IL_02dc;
}
IL_02db:
{
G_B65_0 = 1;
}
IL_02dc:
{
G_B67_0 = G_B65_0;
goto IL_02df;
}
IL_02de:
{
G_B67_0 = 0;
}
IL_02df:
{
V_16 = (bool)G_B67_0;
bool L_60 = V_16;
if (!L_60)
{
goto IL_02ea;
}
}
{
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_02ea:
{
// if (c == '\r' || (int)c == 3)
Il2CppChar L_61 = V_5;
if ((((int32_t)L_61) == ((int32_t)((int32_t)13))))
{
goto IL_02f7;
}
}
{
Il2CppChar L_62 = V_5;
G_B72_0 = ((((int32_t)L_62) == ((int32_t)3))? 1 : 0);
goto IL_02f8;
}
IL_02f7:
{
G_B72_0 = 1;
}
IL_02f8:
{
V_17 = (bool)G_B72_0;
bool L_63 = V_17;
if (!L_63)
{
goto IL_0302;
}
}
{
// c = '\n';
V_5 = ((int32_t)10);
}
IL_0302:
{
// if (shift && c == '\n')
bool L_64 = V_2;
if (!L_64)
{
goto IL_030d;
}
}
{
Il2CppChar L_65 = V_5;
G_B77_0 = ((((int32_t)L_65) == ((int32_t)((int32_t)10)))? 1 : 0);
goto IL_030e;
}
IL_030d:
{
G_B77_0 = 0;
}
IL_030e:
{
V_18 = (bool)G_B77_0;
bool L_66 = V_18;
if (!L_66)
{
goto IL_0318;
}
}
{
// c = '\v';
V_5 = ((int32_t)11);
}
IL_0318:
{
// if (IsValidChar(c))
Il2CppChar L_67 = V_5;
bool L_68;
L_68 = VirtualFuncInvoker1< bool, Il2CppChar >::Invoke(64 /* System.Boolean TMPro.TMP_InputField::IsValidChar(System.Char) */, __this, L_67);
V_19 = L_68;
bool L_69 = V_19;
if (!L_69)
{
goto IL_0331;
}
}
{
// Append(c);
Il2CppChar L_70 = V_5;
VirtualActionInvoker1< Il2CppChar >::Invoke(68 /* System.Void TMPro.TMP_InputField::Append(System.Char) */, __this, L_70);
}
IL_0331:
{
// if (c == 0)
Il2CppChar L_71 = V_5;
V_20 = (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0);
bool L_72 = V_20;
if (!L_72)
{
goto IL_0356;
}
}
{
// if (compositionLength > 0)
int32_t L_73;
L_73 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
V_21 = (bool)((((int32_t)L_73) > ((int32_t)0))? 1 : 0);
bool L_74 = V_21;
if (!L_74)
{
goto IL_0355;
}
}
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_0355:
{
}
IL_0356:
{
// return EditState.Continue;
V_8 = 0;
goto IL_035b;
}
IL_035b:
{
// }
int32_t L_75 = V_8;
return L_75;
}
}
// System.Boolean TMPro.TMP_InputField::IsValidChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_InputField_IsValidChar_m12ACC6064ABA5E72C3CF133AFC578300A67EEFC1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t G_B7_0 = 0;
{
// if (c == 0)
Il2CppChar L_0 = ___c0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0033;
}
IL_000d:
{
// if (c == 127)
Il2CppChar L_2 = ___c0;
V_2 = (bool)((((int32_t)L_2) == ((int32_t)((int32_t)127)))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_001a;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0033;
}
IL_001a:
{
// if (c == '\t' || c == '\n')
Il2CppChar L_4 = ___c0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)9))))
{
goto IL_0026;
}
}
{
Il2CppChar L_5 = ___c0;
G_B7_0 = ((((int32_t)L_5) == ((int32_t)((int32_t)10)))? 1 : 0);
goto IL_0027;
}
IL_0026:
{
G_B7_0 = 1;
}
IL_0027:
{
V_3 = (bool)G_B7_0;
bool L_6 = V_3;
if (!L_6)
{
goto IL_002f;
}
}
{
// return true;
V_1 = (bool)1;
goto IL_0033;
}
IL_002f:
{
// return true;
V_1 = (bool)1;
goto IL_0033;
}
IL_0033:
{
// }
bool L_7 = V_1;
return L_7;
}
}
// System.Void TMPro.TMP_InputField::ProcessEvent(UnityEngine.Event)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ProcessEvent_mED1F52CCCF82A49EF61E080D8A55B63EB8878124 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___e0, const RuntimeMethod* method)
{
{
// KeyPressed(e);
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_0 = ___e0;
int32_t L_1;
L_1 = TMP_InputField_KeyPressed_m1C528E6E9E2FB05DFA8CA61F880DEE24C2C304F6(__this, L_0, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnUpdateSelected(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnUpdateSelected_m04CB39F3A7156D62E73D7A04E52F4356DD40FCA3 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61EE466164F1DF2016800CEA6AB7D2C9F89A95DF);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
String_t* V_9 = NULL;
String_t* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
int32_t G_B13_0 = 0;
int32_t G_B17_0 = 0;
{
// if (!isFocused)
bool L_0;
L_0 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
V_2 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0013;
}
}
{
// return;
goto IL_012f;
}
IL_0013:
{
// bool consumedEvent = false;
V_0 = (bool)0;
goto IL_0106;
}
IL_001a:
{
// switch (m_ProcessingEvent.rawType)
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_2 = __this->___m_ProcessingEvent_114;
NullCheck(L_2);
int32_t L_3;
L_3 = Event_get_rawType_mD7CD874F3C8DFD4DFB6237E79A7C3A484B33CE56(L_2, NULL);
V_4 = L_3;
int32_t L_4 = V_4;
V_3 = L_4;
int32_t L_5 = V_3;
if ((((int32_t)L_5) == ((int32_t)4)))
{
goto IL_004b;
}
}
{
goto IL_0031;
}
IL_0031:
{
int32_t L_6 = V_3;
if ((((int32_t)L_6) == ((int32_t)5)))
{
goto IL_0046;
}
}
{
goto IL_0037;
}
IL_0037:
{
int32_t L_7 = V_3;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)13)))) > ((uint32_t)1))))
{
goto IL_00d7;
}
}
{
goto IL_0105;
}
IL_0046:
{
// break;
goto IL_0105;
}
IL_004b:
{
// consumedEvent = true;
V_0 = (bool)1;
// if (m_IsCompositionActive && compositionLength == 0)
bool L_8 = __this->___m_IsCompositionActive_96;
if (!L_8)
{
goto IL_0060;
}
}
{
int32_t L_9;
L_9 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
G_B13_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
goto IL_0061;
}
IL_0060:
{
G_B13_0 = 0;
}
IL_0061:
{
V_5 = (bool)G_B13_0;
bool L_10 = V_5;
if (!L_10)
{
goto IL_008f;
}
}
{
// if (m_ProcessingEvent.character == 0 && m_ProcessingEvent.modifiers == EventModifiers.None)
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_11 = __this->___m_ProcessingEvent_114;
NullCheck(L_11);
Il2CppChar L_12;
L_12 = Event_get_character_m8F7A92E90EF65B9379C01432B42D6BF818C32A61(L_11, NULL);
if (L_12)
{
goto IL_0085;
}
}
{
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_13 = __this->___m_ProcessingEvent_114;
NullCheck(L_13);
int32_t L_14;
L_14 = Event_get_modifiers_mD55E7CF06EB720434F0F174EA569B2A29792D39B(L_13, NULL);
G_B17_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
goto IL_0086;
}
IL_0085:
{
G_B17_0 = 0;
}
IL_0086:
{
V_6 = (bool)G_B17_0;
bool L_15 = V_6;
if (!L_15)
{
goto IL_008e;
}
}
{
// break;
goto IL_0105;
}
IL_008e:
{
}
IL_008f:
{
// shouldContinue = KeyPressed(m_ProcessingEvent);
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_16 = __this->___m_ProcessingEvent_114;
int32_t L_17;
L_17 = TMP_InputField_KeyPressed_m1C528E6E9E2FB05DFA8CA61F880DEE24C2C304F6(__this, L_16, NULL);
V_1 = L_17;
// if (shouldContinue == EditState.Finish)
int32_t L_18 = V_1;
V_7 = (bool)((((int32_t)L_18) == ((int32_t)1))? 1 : 0);
bool L_19 = V_7;
if (!L_19)
{
goto IL_00c7;
}
}
{
// if (!m_WasCanceled)
bool L_20 = __this->___m_WasCanceled_85;
V_8 = (bool)((((int32_t)L_20) == ((int32_t)0))? 1 : 0);
bool L_21 = V_8;
if (!L_21)
{
goto IL_00bd;
}
}
{
// SendOnSubmit();
TMP_InputField_SendOnSubmit_m3993BECBCAB4632CD5C564C0BC38486FC2320D14(__this, NULL);
}
IL_00bd:
{
// DeactivateInputField();
TMP_InputField_DeactivateInputField_m1C829676E9DC0D3E5DAE85D1869D26FBF748184D(__this, (bool)0, NULL);
// break;
goto IL_0105;
}
IL_00c7:
{
// m_IsTextComponentUpdateRequired = true;
__this->___m_IsTextComponentUpdateRequired_90 = (bool)1;
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// break;
goto IL_0105;
}
IL_00d7:
{
// switch (m_ProcessingEvent.commandName)
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_22 = __this->___m_ProcessingEvent_114;
NullCheck(L_22);
String_t* L_23;
L_23 = Event_get_commandName_m14F2015FA5A9050C3C42AF1BD9D0E85D4FF78C24(L_22, NULL);
V_10 = L_23;
String_t* L_24 = V_10;
V_9 = L_24;
String_t* L_25 = V_9;
bool L_26;
L_26 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_25, _stringLiteral61EE466164F1DF2016800CEA6AB7D2C9F89A95DF, NULL);
if (L_26)
{
goto IL_00f8;
}
}
{
goto IL_0103;
}
IL_00f8:
{
// SelectAll();
TMP_InputField_SelectAll_mC66107E00F20D1E401A04108D2A9136559AD23F7(__this, NULL);
// consumedEvent = true;
V_0 = (bool)1;
// break;
goto IL_0103;
}
IL_0103:
{
// break;
goto IL_0105;
}
IL_0105:
{
}
IL_0106:
{
// while (Event.PopEvent(m_ProcessingEvent))
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_27 = __this->___m_ProcessingEvent_114;
bool L_28;
L_28 = Event_PopEvent_m357847F16B2710FE002B9022359606BB9CDD40C2(L_27, NULL);
V_11 = L_28;
bool L_29 = V_11;
if (L_29)
{
goto IL_001a;
}
}
{
// if (consumedEvent)
bool L_30 = V_0;
V_12 = L_30;
bool L_31 = V_12;
if (!L_31)
{
goto IL_0128;
}
}
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_0128:
{
// eventData.Use();
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* L_32 = ___eventData0;
NullCheck(L_32);
VirtualActionInvoker0::Invoke(5 /* System.Void UnityEngine.EventSystems.AbstractEventData::Use() */, L_32);
}
IL_012f:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnScroll(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnScroll_m87663801D19AE16C594D8C106CD2A5532CE1B22E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
{
// if (m_LineType == LineType.SingleLine)
int32_t L_0 = __this->___m_LineType_41;
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_002e;
}
}
{
// if (m_IScrollHandlerParent != null)
RuntimeObject* L_2 = __this->___m_IScrollHandlerParent_34;
V_2 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0029;
}
}
{
// m_IScrollHandlerParent.OnScroll(eventData);
RuntimeObject* L_4 = __this->___m_IScrollHandlerParent_34;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_5 = ___eventData0;
NullCheck(L_4);
InterfaceActionInvoker1< PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* >::Invoke(0 /* System.Void UnityEngine.EventSystems.IScrollHandler::OnScroll(UnityEngine.EventSystems.PointerEventData) */, IScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F_il2cpp_TypeInfo_var, L_4, L_5);
}
IL_0029:
{
// return;
goto IL_00e1;
}
IL_002e:
{
// if (m_TextComponent.preferredHeight < m_TextViewport.rect.height)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
float L_7;
L_7 = VirtualFuncInvoker0< float >::Invoke(85 /* System.Single TMPro.TMP_Text::get_preferredHeight() */, L_6);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_8 = __this->___m_TextViewport_23;
NullCheck(L_8);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_9;
L_9 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_8, NULL);
V_4 = L_9;
float L_10;
L_10 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_4), NULL);
V_3 = (bool)((((float)L_7) < ((float)L_10))? 1 : 0);
bool L_11 = V_3;
if (!L_11)
{
goto IL_0058;
}
}
{
// return;
goto IL_00e1;
}
IL_0058:
{
// float scrollDirection = -eventData.scrollDelta.y;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_12 = ___eventData0;
NullCheck(L_12);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
L_13 = PointerEventData_get_scrollDelta_m38C419C3E84811D17D1A42973AF7B3A457B316EA_inline(L_12, NULL);
float L_14 = L_13.___y_1;
V_0 = ((-L_14));
// m_ScrollPosition = GetScrollPositionRelativeToViewport();
float L_15;
L_15 = TMP_InputField_GetScrollPositionRelativeToViewport_mE320B683741E2E7403D1F2ADCD65F44B68FA4158(__this, NULL);
__this->___m_ScrollPosition_35 = L_15;
// m_ScrollPosition += (1f / m_TextComponent.textInfo.lineCount) * scrollDirection * m_ScrollSensitivity;
float L_16 = __this->___m_ScrollPosition_35;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_17 = __this->___m_TextComponent_27;
NullCheck(L_17);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_18;
L_18 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_17, NULL);
NullCheck(L_18);
int32_t L_19 = L_18->___lineCount_8;
float L_20 = V_0;
float L_21 = __this->___m_ScrollSensitivity_36;
__this->___m_ScrollPosition_35 = ((float)il2cpp_codegen_add(L_16, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)((1.0f)/((float)L_19))), L_20)), L_21))));
// m_ScrollPosition = Mathf.Clamp01(m_ScrollPosition);
float L_22 = __this->___m_ScrollPosition_35;
float L_23;
L_23 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_22, NULL);
__this->___m_ScrollPosition_35 = L_23;
// AdjustTextPositionRelativeToViewport(m_ScrollPosition);
float L_24 = __this->___m_ScrollPosition_35;
TMP_InputField_AdjustTextPositionRelativeToViewport_m7EC3FED9FB3F4F5450E60552FE36F0D79E48592C(__this, L_24, NULL);
// if (m_VerticalScrollbar)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_25 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_25, NULL);
V_5 = L_26;
bool L_27 = V_5;
if (!L_27)
{
goto IL_00e1;
}
}
{
// m_VerticalScrollbar.value = m_ScrollPosition;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_28 = __this->___m_VerticalScrollbar_30;
float L_29 = __this->___m_ScrollPosition_35;
NullCheck(L_28);
Scrollbar_set_value_m8F7815DB02D4A69B33B091FC5F674609F070D804(L_28, L_29, NULL);
}
IL_00e1:
{
// }
return;
}
}
// System.Single TMPro.TMP_InputField::GetScrollPositionRelativeToViewport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_GetScrollPositionRelativeToViewport_mE320B683741E2E7403D1F2ADCD65F44B68FA4158 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
float V_2 = 0.0f;
{
// Rect viewportRect = m_TextViewport.rect;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_TextViewport_23;
NullCheck(L_0);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
L_1 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_0, NULL);
V_0 = L_1;
// float scrollPosition = (m_TextComponent.textInfo.lineInfo[0].ascender - viewportRect.yMax + m_TextComponent.rectTransform.anchoredPosition.y) / ( m_TextComponent.preferredHeight - viewportRect.height);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_2 = __this->___m_TextComponent_27;
NullCheck(L_2);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_3;
L_3 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_2, NULL);
NullCheck(L_3);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_4 = L_3->___lineInfo_14;
NullCheck(L_4);
float L_5 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___ascender_11;
float L_6;
L_6 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&V_0), NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_7 = __this->___m_TextComponent_27;
NullCheck(L_7);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_8;
L_8 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_7, NULL);
NullCheck(L_8);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
L_9 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_8, NULL);
float L_10 = L_9.___y_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_11 = __this->___m_TextComponent_27;
NullCheck(L_11);
float L_12;
L_12 = VirtualFuncInvoker0< float >::Invoke(85 /* System.Single TMPro.TMP_Text::get_preferredHeight() */, L_11);
float L_13;
L_13 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_0), NULL);
V_1 = ((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract(L_5, L_6)), L_10))/((float)il2cpp_codegen_subtract(L_12, L_13))));
// scrollPosition = (int)((scrollPosition * 1000) + 0.5f) / 1000.0f;
float L_14 = V_1;
V_1 = ((float)(((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_14, (1000.0f))), (0.5f)))))/(1000.0f)));
// return scrollPosition;
float L_15 = V_1;
V_2 = L_15;
goto IL_0075;
}
IL_0075:
{
// }
float L_16 = V_2;
return L_16;
}
}
// System.String TMPro.TMP_InputField::GetSelectedString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_InputField_GetSelectedString_m4BF128EBC96DAB95E95CD9F292A1EB99AD1238C6 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
String_t* V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
{
// if (!hasSelection)
bool L_0;
L_0 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
V_2 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0016;
}
}
{
// return "";
V_3 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
goto IL_004a;
}
IL_0016:
{
// int startPos = stringPositionInternal;
int32_t L_2;
L_2 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
V_0 = L_2;
// int endPos = stringSelectPositionInternal;
int32_t L_3;
L_3 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_1 = L_3;
// if (startPos > endPos)
int32_t L_4 = V_0;
int32_t L_5 = V_1;
V_4 = (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0);
bool L_6 = V_4;
if (!L_6)
{
goto IL_0038;
}
}
{
// int temp = startPos;
int32_t L_7 = V_0;
V_5 = L_7;
// startPos = endPos;
int32_t L_8 = V_1;
V_0 = L_8;
// endPos = temp;
int32_t L_9 = V_5;
V_1 = L_9;
}
IL_0038:
{
// return text.Substring(startPos, endPos - startPos);
String_t* L_10;
L_10 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_11 = V_0;
int32_t L_12 = V_1;
int32_t L_13 = V_0;
NullCheck(L_10);
String_t* L_14;
L_14 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_10, L_11, ((int32_t)il2cpp_codegen_subtract(L_12, L_13)), NULL);
V_3 = L_14;
goto IL_004a;
}
IL_004a:
{
// }
String_t* L_15 = V_3;
return L_15;
}
}
// System.Int32 TMPro.TMP_InputField::FindNextWordBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_FindNextWordBegin_m1207B66382CCC488015CD5EB2E017C20E20A6AF2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
{
// if (stringSelectPositionInternal + 1 >= text.Length)
int32_t L_0;
L_0 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
String_t* L_1;
L_1 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
V_1 = (bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 1))) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_002b;
}
}
{
// return text.Length;
String_t* L_4;
L_4 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
V_2 = L_5;
goto IL_0062;
}
IL_002b:
{
// int spaceLoc = text.IndexOfAny(kSeparators, stringSelectPositionInternal + 1);
String_t* L_6;
L_6 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = ((TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var))->___kSeparators_21;
int32_t L_8;
L_8 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
NullCheck(L_6);
int32_t L_9;
L_9 = String_IndexOfAny_m1AE18DB3B14A0D05EF4A2D3403D4DC1930A199F3(L_6, L_7, ((int32_t)il2cpp_codegen_add(L_8, 1)), NULL);
V_0 = L_9;
// if (spaceLoc == -1)
int32_t L_10 = V_0;
V_3 = (bool)((((int32_t)L_10) == ((int32_t)(-1)))? 1 : 0);
bool L_11 = V_3;
if (!L_11)
{
goto IL_005a;
}
}
{
// spaceLoc = text.Length;
String_t* L_12;
L_12 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
V_0 = L_13;
goto IL_005e;
}
IL_005a:
{
// spaceLoc++;
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_005e:
{
// return spaceLoc;
int32_t L_15 = V_0;
V_2 = L_15;
goto IL_0062;
}
IL_0062:
{
// }
int32_t L_16 = V_2;
return L_16;
}
}
// System.Void TMPro.TMP_InputField::MoveRight(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveRight_m8831525A4FF9E75CA86BD5E4BAC9351EF640D497 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t G_B3_0 = 0;
int32_t G_B11_0 = 0;
{
// if (hasSelection && !shift)
bool L_0;
L_0 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = ___shift0;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_1 = (bool)G_B3_0;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0059;
}
}
{
// stringPositionInternal = stringSelectPositionInternal = Mathf.Max(stringPositionInternal, stringSelectPositionInternal);
int32_t L_3;
L_3 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_4;
L_4 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_5;
L_5 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(L_3, L_4, NULL);
int32_t L_6 = L_5;
V_2 = L_6;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_6, NULL);
int32_t L_7 = V_2;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_7, NULL);
// caretPositionInternal = caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_8;
L_8 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_9;
L_9 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_8, NULL);
int32_t L_10 = L_9;
V_2 = L_10;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_10, NULL);
int32_t L_11 = V_2;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_11, NULL);
// return;
goto IL_01b2;
}
IL_0059:
{
// if (ctrl)
bool L_12 = ___ctrl1;
V_3 = L_12;
bool L_13 = V_3;
if (!L_13)
{
goto IL_006a;
}
}
{
// position = FindNextWordBegin();
int32_t L_14;
L_14 = TMP_InputField_FindNextWordBegin_m1207B66382CCC488015CD5EB2E017C20E20A6AF2(__this, NULL);
V_0 = L_14;
goto IL_0106;
}
IL_006a:
{
// if (m_isRichTextEditingAllowed)
bool L_15 = __this->___m_isRichTextEditingAllowed_107;
V_4 = L_15;
bool L_16 = V_4;
if (!L_16)
{
goto IL_00c1;
}
}
{
// if (stringSelectPositionInternal < text.Length && char.IsHighSurrogate(text[stringSelectPositionInternal]))
int32_t L_17;
L_17 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
String_t* L_18;
L_18 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_18);
int32_t L_19;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
if ((((int32_t)L_17) >= ((int32_t)L_19)))
{
goto IL_00a3;
}
}
{
String_t* L_20;
L_20 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_21;
L_21 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
NullCheck(L_20);
Il2CppChar L_22;
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Char_IsHighSurrogate_m8842F5E950FC9EAE3B20556630C2AA5CA9FEB6D4(L_22, NULL);
G_B11_0 = ((int32_t)(L_23));
goto IL_00a4;
}
IL_00a3:
{
G_B11_0 = 0;
}
IL_00a4:
{
V_5 = (bool)G_B11_0;
bool L_24 = V_5;
if (!L_24)
{
goto IL_00b5;
}
}
{
// position = stringSelectPositionInternal + 2;
int32_t L_25;
L_25 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_25, 2));
goto IL_00be;
}
IL_00b5:
{
// position = stringSelectPositionInternal + 1;
int32_t L_26;
L_26 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_26, 1));
}
IL_00be:
{
goto IL_0105;
}
IL_00c1:
{
// position = m_TextComponent.textInfo.characterInfo[caretSelectPositionInternal].index + m_TextComponent.textInfo.characterInfo[caretSelectPositionInternal].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_27 = __this->___m_TextComponent_27;
NullCheck(L_27);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_28;
L_28 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_27, NULL);
NullCheck(L_28);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_29 = L_28->___characterInfo_11;
int32_t L_30;
L_30 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
NullCheck(L_29);
int32_t L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_32 = __this->___m_TextComponent_27;
NullCheck(L_32);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_33;
L_33 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_32, NULL);
NullCheck(L_33);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_34 = L_33->___characterInfo_11;
int32_t L_35;
L_35 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
NullCheck(L_34);
int32_t L_36 = ((L_34)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_35)))->___stringLength_2;
V_0 = ((int32_t)il2cpp_codegen_add(L_31, L_36));
}
IL_0105:
{
}
IL_0106:
{
// if (shift)
bool L_37 = ___shift0;
V_6 = L_37;
bool L_38 = V_6;
if (!L_38)
{
goto IL_012f;
}
}
{
// stringSelectPositionInternal = position;
int32_t L_39 = V_0;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_39, NULL);
// caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_40;
L_40 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_41;
L_41 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_40, NULL);
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_41, NULL);
goto IL_01b2;
}
IL_012f:
{
// stringSelectPositionInternal = stringPositionInternal = position;
int32_t L_42 = V_0;
int32_t L_43 = L_42;
V_2 = L_43;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_43, NULL);
int32_t L_44 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_44, NULL);
// if (stringPositionInternal >= m_TextComponent.textInfo.characterInfo[caretPositionInternal].index + m_TextComponent.textInfo.characterInfo[caretPositionInternal].stringLength)
int32_t L_45;
L_45 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_46 = __this->___m_TextComponent_27;
NullCheck(L_46);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_47;
L_47 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_46, NULL);
NullCheck(L_47);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_48 = L_47->___characterInfo_11;
int32_t L_49;
L_49 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_48);
int32_t L_50 = ((L_48)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_49)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_51 = __this->___m_TextComponent_27;
NullCheck(L_51);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_52;
L_52 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_51, NULL);
NullCheck(L_52);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_53 = L_52->___characterInfo_11;
int32_t L_54;
L_54 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_53);
int32_t L_55 = ((L_53)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_54)))->___stringLength_2;
V_7 = (bool)((((int32_t)((((int32_t)L_45) < ((int32_t)((int32_t)il2cpp_codegen_add(L_50, L_55))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_56 = V_7;
if (!L_56)
{
goto IL_01b1;
}
}
{
// caretSelectPositionInternal = caretPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_57;
L_57 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_58;
L_58 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_57, NULL);
int32_t L_59 = L_58;
V_2 = L_59;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_59, NULL);
int32_t L_60 = V_2;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_60, NULL);
}
IL_01b1:
{
}
IL_01b2:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::FindPrevWordBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_FindPrevWordBegin_mD8DA9061047B673CDB67C2F762A14C1514CFEC17 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
{
// if (stringSelectPositionInternal - 2 < 0)
int32_t L_0;
L_0 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_1 = (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(L_0, 2))) < ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// return 0;
V_2 = 0;
goto IL_0041;
}
IL_0014:
{
// int spaceLoc = text.LastIndexOfAny(kSeparators, stringSelectPositionInternal - 2);
String_t* L_2;
L_2 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ((TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var))->___kSeparators_21;
int32_t L_4;
L_4 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
NullCheck(L_2);
int32_t L_5;
L_5 = String_LastIndexOfAny_mE627BF79C35A4C2C4CE3D973AB30B963F230F361(L_2, L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 2)), NULL);
V_0 = L_5;
// if (spaceLoc == -1)
int32_t L_6 = V_0;
V_3 = (bool)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0);
bool L_7 = V_3;
if (!L_7)
{
goto IL_0039;
}
}
{
// spaceLoc = 0;
V_0 = 0;
goto IL_003d;
}
IL_0039:
{
// spaceLoc++;
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_003d:
{
// return spaceLoc;
int32_t L_9 = V_0;
V_2 = L_9;
goto IL_0041;
}
IL_0041:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Void TMPro.TMP_InputField::MoveLeft(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveLeft_m787CBD78E57FDD7DC28A10CA1624EA4118157898 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t G_B3_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B18_0 = 0;
int32_t G_B25_0 = 0;
{
// if (hasSelection && !shift)
bool L_0;
L_0 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = ___shift0;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_1 = (bool)G_B3_0;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0059;
}
}
{
// stringPositionInternal = stringSelectPositionInternal = Mathf.Min(stringPositionInternal, stringSelectPositionInternal);
int32_t L_3;
L_3 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_4;
L_4 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_5;
L_5 = Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline(L_3, L_4, NULL);
int32_t L_6 = L_5;
V_2 = L_6;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_6, NULL);
int32_t L_7 = V_2;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_7, NULL);
// caretPositionInternal = caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_8;
L_8 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_9;
L_9 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_8, NULL);
int32_t L_10 = L_9;
V_2 = L_10;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_10, NULL);
int32_t L_11 = V_2;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_11, NULL);
// return;
goto IL_019b;
}
IL_0059:
{
// if (ctrl)
bool L_12 = ___ctrl1;
V_3 = L_12;
bool L_13 = V_3;
if (!L_13)
{
goto IL_006a;
}
}
{
// position = FindPrevWordBegin();
int32_t L_14;
L_14 = TMP_InputField_FindPrevWordBegin_mD8DA9061047B673CDB67C2F762A14C1514CFEC17(__this, NULL);
V_0 = L_14;
goto IL_0105;
}
IL_006a:
{
// if (m_isRichTextEditingAllowed)
bool L_15 = __this->___m_isRichTextEditingAllowed_107;
V_4 = L_15;
bool L_16 = V_4;
if (!L_16)
{
goto IL_00b9;
}
}
{
// if (stringSelectPositionInternal > 0 && char.IsLowSurrogate(text[stringSelectPositionInternal - 1]))
int32_t L_17;
L_17 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
if ((((int32_t)L_17) <= ((int32_t)0)))
{
goto IL_009b;
}
}
{
String_t* L_18;
L_18 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_19;
L_19 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
NullCheck(L_18);
Il2CppChar L_20;
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, ((int32_t)il2cpp_codegen_subtract(L_19, 1)), NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Char_IsLowSurrogate_m9B21C320DB62482E16DA5952B93E5EDEA269AD62(L_20, NULL);
G_B11_0 = ((int32_t)(L_21));
goto IL_009c;
}
IL_009b:
{
G_B11_0 = 0;
}
IL_009c:
{
V_5 = (bool)G_B11_0;
bool L_22 = V_5;
if (!L_22)
{
goto IL_00ad;
}
}
{
// position = stringSelectPositionInternal - 2;
int32_t L_23;
L_23 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_23, 2));
goto IL_00b6;
}
IL_00ad:
{
// position = stringSelectPositionInternal - 1;
int32_t L_24;
L_24 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_24, 1));
}
IL_00b6:
{
goto IL_0104;
}
IL_00b9:
{
// position = caretSelectPositionInternal < 1
// ? m_TextComponent.textInfo.characterInfo[0].index
// : m_TextComponent.textInfo.characterInfo[caretSelectPositionInternal - 1].index;
int32_t L_25;
L_25 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
if ((((int32_t)L_25) < ((int32_t)1)))
{
goto IL_00e7;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_26 = __this->___m_TextComponent_27;
NullCheck(L_26);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_27;
L_27 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_26, NULL);
NullCheck(L_27);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_28 = L_27->___characterInfo_11;
int32_t L_29;
L_29 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
NullCheck(L_28);
int32_t L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_29, 1)))))->___index_1;
G_B18_0 = L_30;
goto IL_0102;
}
IL_00e7:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_31 = __this->___m_TextComponent_27;
NullCheck(L_31);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_32;
L_32 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_31, NULL);
NullCheck(L_32);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_33 = L_32->___characterInfo_11;
NullCheck(L_33);
int32_t L_34 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___index_1;
G_B18_0 = L_34;
}
IL_0102:
{
V_0 = G_B18_0;
}
IL_0104:
{
}
IL_0105:
{
// if (shift)
bool L_35 = ___shift0;
V_6 = L_35;
bool L_36 = V_6;
if (!L_36)
{
goto IL_012b;
}
}
{
// stringSelectPositionInternal = position;
int32_t L_37 = V_0;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_37, NULL);
// caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_38;
L_38 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_39;
L_39 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_38, NULL);
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_39, NULL);
goto IL_019b;
}
IL_012b:
{
// stringSelectPositionInternal = stringPositionInternal = position;
int32_t L_40 = V_0;
int32_t L_41 = L_40;
V_2 = L_41;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_41, NULL);
int32_t L_42 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_42, NULL);
// if (caretPositionInternal > 0 && stringPositionInternal <= m_TextComponent.textInfo.characterInfo[caretPositionInternal - 1].index)
int32_t L_43;
L_43 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
if ((((int32_t)L_43) <= ((int32_t)0)))
{
goto IL_0176;
}
}
{
int32_t L_44;
L_44 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_45 = __this->___m_TextComponent_27;
NullCheck(L_45);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_46;
L_46 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_45, NULL);
NullCheck(L_46);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_47 = L_46->___characterInfo_11;
int32_t L_48;
L_48 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_47);
int32_t L_49 = ((L_47)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_48, 1)))))->___index_1;
G_B25_0 = ((((int32_t)((((int32_t)L_44) > ((int32_t)L_49))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0177;
}
IL_0176:
{
G_B25_0 = 0;
}
IL_0177:
{
V_7 = (bool)G_B25_0;
bool L_50 = V_7;
if (!L_50)
{
goto IL_019a;
}
}
{
// caretSelectPositionInternal = caretPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_51;
L_51 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_52;
L_52 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_51, NULL);
int32_t L_53 = L_52;
V_2 = L_53;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_53, NULL);
int32_t L_54 = V_2;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_54, NULL);
}
IL_019a:
{
}
IL_019b:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::LineUpCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_LineUpCharacterPosition_m6FAA53F203CF66F87F62F985E830CB769A169F16 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToFirstChar1, const RuntimeMethod* method)
{
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
float V_4 = 0.0f;
float V_5 = 0.0f;
bool V_6 = false;
bool V_7 = false;
int32_t V_8 = 0;
int32_t V_9 = 0;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_10;
memset((&V_10), 0, sizeof(V_10));
float V_11 = 0.0f;
float V_12 = 0.0f;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
int32_t G_B6_0 = 0;
int32_t G_B11_0 = 0;
{
// if (originalPos >= m_TextComponent.textInfo.characterCount)
int32_t L_0 = ___originalPos0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___m_TextComponent_27;
NullCheck(L_1);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_2;
L_2 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_1, NULL);
NullCheck(L_2);
int32_t L_3 = L_2->___characterCount_3;
V_6 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_6;
if (!L_4)
{
goto IL_0022;
}
}
{
// originalPos -= 1;
int32_t L_5 = ___originalPos0;
___originalPos0 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
}
IL_0022:
{
// TMP_CharacterInfo originChar = m_TextComponent.textInfo.characterInfo[originalPos];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_7;
L_7 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_6, NULL);
NullCheck(L_7);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_8 = L_7->___characterInfo_11;
int32_t L_9 = ___originalPos0;
NullCheck(L_8);
int32_t L_10 = L_9;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_0 = L_11;
// int originLine = originChar.lineNumber;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_12 = V_0;
int32_t L_13 = L_12.___lineNumber_12;
V_1 = L_13;
// if (originLine - 1 < 0)
int32_t L_14 = V_1;
V_7 = (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(L_14, 1))) < ((int32_t)0))? 1 : 0);
bool L_15 = V_7;
if (!L_15)
{
goto IL_005a;
}
}
{
// return goToFirstChar ? 0 : originalPos;
bool L_16 = ___goToFirstChar1;
if (L_16)
{
goto IL_0052;
}
}
{
int32_t L_17 = ___originalPos0;
G_B6_0 = L_17;
goto IL_0053;
}
IL_0052:
{
G_B6_0 = 0;
}
IL_0053:
{
V_8 = G_B6_0;
goto IL_0187;
}
IL_005a:
{
// int endCharIdx = m_TextComponent.textInfo.lineInfo[originLine].firstCharacterIndex - 1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_18 = __this->___m_TextComponent_27;
NullCheck(L_18);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_19;
L_19 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_18, NULL);
NullCheck(L_19);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_20 = L_19->___lineInfo_14;
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = ((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21)))->___firstCharacterIndex_5;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_22, 1));
// int closest = -1;
V_3 = (-1);
// float distance = TMP_Math.FLOAT_MAX;
V_4 = (32767.0f);
// float range = 0;
V_5 = (0.0f);
// for (int i = m_TextComponent.textInfo.lineInfo[originLine - 1].firstCharacterIndex; i < endCharIdx; ++i)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_23 = __this->___m_TextComponent_27;
NullCheck(L_23);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_24;
L_24 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_23, NULL);
NullCheck(L_24);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_25 = L_24->___lineInfo_14;
int32_t L_26 = V_1;
NullCheck(L_25);
int32_t L_27 = ((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_26, 1)))))->___firstCharacterIndex_5;
V_9 = L_27;
goto IL_014f;
}
IL_00ac:
{
// TMP_CharacterInfo currentChar = m_TextComponent.textInfo.characterInfo[i];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_28 = __this->___m_TextComponent_27;
NullCheck(L_28);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_29;
L_29 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_28, NULL);
NullCheck(L_29);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_30 = L_29->___characterInfo_11;
int32_t L_31 = V_9;
NullCheck(L_30);
int32_t L_32 = L_31;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
V_10 = L_33;
// float d = originChar.origin - currentChar.origin;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_34 = V_0;
float L_35 = L_34.___origin_23;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_36 = V_10;
float L_37 = L_36.___origin_23;
V_11 = ((float)il2cpp_codegen_subtract(L_35, L_37));
// float r = d / (currentChar.xAdvance - currentChar.origin);
float L_38 = V_11;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_39 = V_10;
float L_40 = L_39.___xAdvance_24;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_41 = V_10;
float L_42 = L_41.___origin_23;
V_12 = ((float)(L_38/((float)il2cpp_codegen_subtract(L_40, L_42))));
// if (r >= 0 && r <= 1)
float L_43 = V_12;
if ((!(((float)L_43) >= ((float)(0.0f)))))
{
goto IL_0101;
}
}
{
float L_44 = V_12;
G_B11_0 = ((((int32_t)((!(((float)L_44) <= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0102;
}
IL_0101:
{
G_B11_0 = 0;
}
IL_0102:
{
V_13 = (bool)G_B11_0;
bool L_45 = V_13;
if (!L_45)
{
goto IL_0126;
}
}
{
// if (r < 0.5f)
float L_46 = V_12;
V_14 = (bool)((((float)L_46) < ((float)(0.5f)))? 1 : 0);
bool L_47 = V_14;
if (!L_47)
{
goto IL_011e;
}
}
{
// return i;
int32_t L_48 = V_9;
V_8 = L_48;
goto IL_0187;
}
IL_011e:
{
// return i + 1;
int32_t L_49 = V_9;
V_8 = ((int32_t)il2cpp_codegen_add(L_49, 1));
goto IL_0187;
}
IL_0126:
{
// d = Mathf.Abs(d);
float L_50 = V_11;
float L_51;
L_51 = fabsf(L_50);
V_11 = L_51;
// if (d < distance)
float L_52 = V_11;
float L_53 = V_4;
V_15 = (bool)((((float)L_52) < ((float)L_53))? 1 : 0);
bool L_54 = V_15;
if (!L_54)
{
goto IL_0148;
}
}
{
// closest = i;
int32_t L_55 = V_9;
V_3 = L_55;
// distance = d;
float L_56 = V_11;
V_4 = L_56;
// range = r;
float L_57 = V_12;
V_5 = L_57;
}
IL_0148:
{
// for (int i = m_TextComponent.textInfo.lineInfo[originLine - 1].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_58 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_58, 1));
}
IL_014f:
{
// for (int i = m_TextComponent.textInfo.lineInfo[originLine - 1].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_59 = V_9;
int32_t L_60 = V_2;
V_16 = (bool)((((int32_t)L_59) < ((int32_t)L_60))? 1 : 0);
bool L_61 = V_16;
if (L_61)
{
goto IL_00ac;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_62 = V_3;
V_17 = (bool)((((int32_t)L_62) == ((int32_t)(-1)))? 1 : 0);
bool L_63 = V_17;
if (!L_63)
{
goto IL_016c;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_64 = V_2;
V_8 = L_64;
goto IL_0187;
}
IL_016c:
{
// if (range < 0.5f)
float L_65 = V_5;
V_18 = (bool)((((float)L_65) < ((float)(0.5f)))? 1 : 0);
bool L_66 = V_18;
if (!L_66)
{
goto IL_0180;
}
}
{
// return closest;
int32_t L_67 = V_3;
V_8 = L_67;
goto IL_0187;
}
IL_0180:
{
// return closest + 1;
int32_t L_68 = V_3;
V_8 = ((int32_t)il2cpp_codegen_add(L_68, 1));
goto IL_0187;
}
IL_0187:
{
// }
int32_t L_69 = V_8;
return L_69;
}
}
// System.Int32 TMPro.TMP_InputField::LineDownCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_LineDownCharacterPosition_m0A95990F452ECFB15A5BF8C12D8E92592CF3B2CD (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToLastChar1, const RuntimeMethod* method)
{
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
float V_4 = 0.0f;
float V_5 = 0.0f;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
int32_t V_9 = 0;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_10;
memset((&V_10), 0, sizeof(V_10));
float V_11 = 0.0f;
float V_12 = 0.0f;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
int32_t G_B6_0 = 0;
int32_t G_B11_0 = 0;
{
// if (originalPos >= m_TextComponent.textInfo.characterCount)
int32_t L_0 = ___originalPos0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___m_TextComponent_27;
NullCheck(L_1);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_2;
L_2 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_1, NULL);
NullCheck(L_2);
int32_t L_3 = L_2->___characterCount_3;
V_6 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_6;
if (!L_4)
{
goto IL_0036;
}
}
{
// return m_TextComponent.textInfo.characterCount - 1; // text.Length;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_5 = __this->___m_TextComponent_27;
NullCheck(L_5);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_6;
L_6 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_5, NULL);
NullCheck(L_6);
int32_t L_7 = L_6->___characterCount_3;
V_7 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
goto IL_01be;
}
IL_0036:
{
// TMP_CharacterInfo originChar = m_TextComponent.textInfo.characterInfo[originalPos];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_8 = __this->___m_TextComponent_27;
NullCheck(L_8);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_9;
L_9 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_8, NULL);
NullCheck(L_9);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_10 = L_9->___characterInfo_11;
int32_t L_11 = ___originalPos0;
NullCheck(L_10);
int32_t L_12 = L_11;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_0 = L_13;
// int originLine = originChar.lineNumber;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_14 = V_0;
int32_t L_15 = L_14.___lineNumber_12;
V_1 = L_15;
// if (originLine + 1 >= m_TextComponent.textInfo.lineCount)
int32_t L_16 = V_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_17 = __this->___m_TextComponent_27;
NullCheck(L_17);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_18;
L_18 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_17, NULL);
NullCheck(L_18);
int32_t L_19 = L_18->___lineCount_8;
V_8 = (bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_16, 1))) < ((int32_t)L_19))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_20 = V_8;
if (!L_20)
{
goto IL_0091;
}
}
{
// return goToLastChar ? m_TextComponent.textInfo.characterCount - 1 : originalPos;
bool L_21 = ___goToLastChar1;
if (L_21)
{
goto IL_0078;
}
}
{
int32_t L_22 = ___originalPos0;
G_B6_0 = L_22;
goto IL_008a;
}
IL_0078:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_23 = __this->___m_TextComponent_27;
NullCheck(L_23);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_24;
L_24 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_23, NULL);
NullCheck(L_24);
int32_t L_25 = L_24->___characterCount_3;
G_B6_0 = ((int32_t)il2cpp_codegen_subtract(L_25, 1));
}
IL_008a:
{
V_7 = G_B6_0;
goto IL_01be;
}
IL_0091:
{
// int endCharIdx = m_TextComponent.textInfo.lineInfo[originLine + 1].lastCharacterIndex;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_26 = __this->___m_TextComponent_27;
NullCheck(L_26);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_27;
L_27 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_26, NULL);
NullCheck(L_27);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_28 = L_27->___lineInfo_14;
int32_t L_29 = V_1;
NullCheck(L_28);
int32_t L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_29, 1)))))->___lastCharacterIndex_7;
V_2 = L_30;
// int closest = -1;
V_3 = (-1);
// float distance = TMP_Math.FLOAT_MAX;
V_4 = (32767.0f);
// float range = 0;
V_5 = (0.0f);
// for (int i = m_TextComponent.textInfo.lineInfo[originLine + 1].firstCharacterIndex; i < endCharIdx; ++i)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_31 = __this->___m_TextComponent_27;
NullCheck(L_31);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_32;
L_32 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_31, NULL);
NullCheck(L_32);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_33 = L_32->___lineInfo_14;
int32_t L_34 = V_1;
NullCheck(L_33);
int32_t L_35 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_34, 1)))))->___firstCharacterIndex_5;
V_9 = L_35;
goto IL_0186;
}
IL_00e3:
{
// TMP_CharacterInfo currentChar = m_TextComponent.textInfo.characterInfo[i];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_36 = __this->___m_TextComponent_27;
NullCheck(L_36);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_37;
L_37 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_36, NULL);
NullCheck(L_37);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_38 = L_37->___characterInfo_11;
int32_t L_39 = V_9;
NullCheck(L_38);
int32_t L_40 = L_39;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
V_10 = L_41;
// float d = originChar.origin - currentChar.origin;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_42 = V_0;
float L_43 = L_42.___origin_23;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_44 = V_10;
float L_45 = L_44.___origin_23;
V_11 = ((float)il2cpp_codegen_subtract(L_43, L_45));
// float r = d / (currentChar.xAdvance - currentChar.origin);
float L_46 = V_11;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_47 = V_10;
float L_48 = L_47.___xAdvance_24;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_49 = V_10;
float L_50 = L_49.___origin_23;
V_12 = ((float)(L_46/((float)il2cpp_codegen_subtract(L_48, L_50))));
// if (r >= 0 && r <= 1)
float L_51 = V_12;
if ((!(((float)L_51) >= ((float)(0.0f)))))
{
goto IL_0138;
}
}
{
float L_52 = V_12;
G_B11_0 = ((((int32_t)((!(((float)L_52) <= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0139;
}
IL_0138:
{
G_B11_0 = 0;
}
IL_0139:
{
V_13 = (bool)G_B11_0;
bool L_53 = V_13;
if (!L_53)
{
goto IL_015d;
}
}
{
// if (r < 0.5f)
float L_54 = V_12;
V_14 = (bool)((((float)L_54) < ((float)(0.5f)))? 1 : 0);
bool L_55 = V_14;
if (!L_55)
{
goto IL_0155;
}
}
{
// return i;
int32_t L_56 = V_9;
V_7 = L_56;
goto IL_01be;
}
IL_0155:
{
// return i + 1;
int32_t L_57 = V_9;
V_7 = ((int32_t)il2cpp_codegen_add(L_57, 1));
goto IL_01be;
}
IL_015d:
{
// d = Mathf.Abs(d);
float L_58 = V_11;
float L_59;
L_59 = fabsf(L_58);
V_11 = L_59;
// if (d < distance)
float L_60 = V_11;
float L_61 = V_4;
V_15 = (bool)((((float)L_60) < ((float)L_61))? 1 : 0);
bool L_62 = V_15;
if (!L_62)
{
goto IL_017f;
}
}
{
// closest = i;
int32_t L_63 = V_9;
V_3 = L_63;
// distance = d;
float L_64 = V_11;
V_4 = L_64;
// range = r;
float L_65 = V_12;
V_5 = L_65;
}
IL_017f:
{
// for (int i = m_TextComponent.textInfo.lineInfo[originLine + 1].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_66 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_66, 1));
}
IL_0186:
{
// for (int i = m_TextComponent.textInfo.lineInfo[originLine + 1].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_67 = V_9;
int32_t L_68 = V_2;
V_16 = (bool)((((int32_t)L_67) < ((int32_t)L_68))? 1 : 0);
bool L_69 = V_16;
if (L_69)
{
goto IL_00e3;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_70 = V_3;
V_17 = (bool)((((int32_t)L_70) == ((int32_t)(-1)))? 1 : 0);
bool L_71 = V_17;
if (!L_71)
{
goto IL_01a3;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_72 = V_2;
V_7 = L_72;
goto IL_01be;
}
IL_01a3:
{
// if (range < 0.5f)
float L_73 = V_5;
V_18 = (bool)((((float)L_73) < ((float)(0.5f)))? 1 : 0);
bool L_74 = V_18;
if (!L_74)
{
goto IL_01b7;
}
}
{
// return closest;
int32_t L_75 = V_3;
V_7 = L_75;
goto IL_01be;
}
IL_01b7:
{
// return closest + 1;
int32_t L_76 = V_3;
V_7 = ((int32_t)il2cpp_codegen_add(L_76, 1));
goto IL_01be;
}
IL_01be:
{
// }
int32_t L_77 = V_7;
return L_77;
}
}
// System.Int32 TMPro.TMP_InputField::PageUpCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_PageUpCharacterPosition_m68C124FCEE737E9CB486D5218A2B5804D407BD0A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToFirstChar1, const RuntimeMethod* method)
{
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
float V_2 = 0.0f;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
float V_6 = 0.0f;
float V_7 = 0.0f;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_11;
memset((&V_11), 0, sizeof(V_11));
bool V_12 = false;
bool V_13 = false;
int32_t V_14 = 0;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_15;
memset((&V_15), 0, sizeof(V_15));
float V_16 = 0.0f;
float V_17 = 0.0f;
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 G_B6_0 = 0;
int32_t G_B16_0 = 0;
{
// if (originalPos >= m_TextComponent.textInfo.characterCount)
int32_t L_0 = ___originalPos0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___m_TextComponent_27;
NullCheck(L_1);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_2;
L_2 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_1, NULL);
NullCheck(L_2);
int32_t L_3 = L_2->___characterCount_3;
V_8 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_8;
if (!L_4)
{
goto IL_0022;
}
}
{
// originalPos -= 1;
int32_t L_5 = ___originalPos0;
___originalPos0 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
}
IL_0022:
{
// TMP_CharacterInfo originChar = m_TextComponent.textInfo.characterInfo[originalPos];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_7;
L_7 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_6, NULL);
NullCheck(L_7);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_8 = L_7->___characterInfo_11;
int32_t L_9 = ___originalPos0;
NullCheck(L_8);
int32_t L_10 = L_9;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_0 = L_11;
// int originLine = originChar.lineNumber;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_12 = V_0;
int32_t L_13 = L_12.___lineNumber_12;
V_1 = L_13;
// if (originLine - 1 < 0)
int32_t L_14 = V_1;
V_9 = (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(L_14, 1))) < ((int32_t)0))? 1 : 0);
bool L_15 = V_9;
if (!L_15)
{
goto IL_005a;
}
}
{
// return goToFirstChar ? 0 : originalPos;
bool L_16 = ___goToFirstChar1;
if (L_16)
{
goto IL_0052;
}
}
{
int32_t L_17 = ___originalPos0;
G_B6_0 = L_17;
goto IL_0053;
}
IL_0052:
{
G_B6_0 = 0;
}
IL_0053:
{
V_10 = G_B6_0;
goto IL_01f8;
}
IL_005a:
{
// float viewportHeight = m_TextViewport.rect.height;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_18 = __this->___m_TextViewport_23;
NullCheck(L_18);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19;
L_19 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_18, NULL);
V_11 = L_19;
float L_20;
L_20 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_11), NULL);
V_2 = L_20;
// int newLine = originLine - 1;
int32_t L_21 = V_1;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
goto IL_00bd;
}
IL_0075:
{
// if (m_TextComponent.textInfo.lineInfo[newLine].baseline > m_TextComponent.textInfo.lineInfo[originLine].baseline + viewportHeight)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_22 = __this->___m_TextComponent_27;
NullCheck(L_22);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_23;
L_23 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_22, NULL);
NullCheck(L_23);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_24 = L_23->___lineInfo_14;
int32_t L_25 = V_3;
NullCheck(L_24);
float L_26 = ((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->___baseline_12;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_27 = __this->___m_TextComponent_27;
NullCheck(L_27);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_28;
L_28 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_27, NULL);
NullCheck(L_28);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_29 = L_28->___lineInfo_14;
int32_t L_30 = V_1;
NullCheck(L_29);
float L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->___baseline_12;
float L_32 = V_2;
V_12 = (bool)((((float)L_26) > ((float)((float)il2cpp_codegen_add(L_31, L_32))))? 1 : 0);
bool L_33 = V_12;
if (!L_33)
{
goto IL_00b8;
}
}
{
// break;
goto IL_00c7;
}
IL_00b8:
{
// for (; newLine > 0; newLine--)
int32_t L_34 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_34, 1));
}
IL_00bd:
{
// for (; newLine > 0; newLine--)
int32_t L_35 = V_3;
V_13 = (bool)((((int32_t)L_35) > ((int32_t)0))? 1 : 0);
bool L_36 = V_13;
if (L_36)
{
goto IL_0075;
}
}
IL_00c7:
{
// int endCharIdx = m_TextComponent.textInfo.lineInfo[newLine].lastCharacterIndex;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_37 = __this->___m_TextComponent_27;
NullCheck(L_37);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_38;
L_38 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_37, NULL);
NullCheck(L_38);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_39 = L_38->___lineInfo_14;
int32_t L_40 = V_3;
NullCheck(L_39);
int32_t L_41 = ((L_39)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_40)))->___lastCharacterIndex_7;
V_4 = L_41;
// int closest = -1;
V_5 = (-1);
// float distance = TMP_Math.FLOAT_MAX;
V_6 = (32767.0f);
// float range = 0;
V_7 = (0.0f);
// for (int i = m_TextComponent.textInfo.lineInfo[newLine].firstCharacterIndex; i < endCharIdx; ++i)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_42 = __this->___m_TextComponent_27;
NullCheck(L_42);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_43;
L_43 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_42, NULL);
NullCheck(L_43);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_44 = L_43->___lineInfo_14;
int32_t L_45 = V_3;
NullCheck(L_44);
int32_t L_46 = ((L_44)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_45)))->___firstCharacterIndex_5;
V_14 = L_46;
goto IL_01bb;
}
IL_0117:
{
// TMP_CharacterInfo currentChar = m_TextComponent.textInfo.characterInfo[i];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_47 = __this->___m_TextComponent_27;
NullCheck(L_47);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_48;
L_48 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_47, NULL);
NullCheck(L_48);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_49 = L_48->___characterInfo_11;
int32_t L_50 = V_14;
NullCheck(L_49);
int32_t L_51 = L_50;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
V_15 = L_52;
// float d = originChar.origin - currentChar.origin;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_53 = V_0;
float L_54 = L_53.___origin_23;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_55 = V_15;
float L_56 = L_55.___origin_23;
V_16 = ((float)il2cpp_codegen_subtract(L_54, L_56));
// float r = d / (currentChar.xAdvance - currentChar.origin);
float L_57 = V_16;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_58 = V_15;
float L_59 = L_58.___xAdvance_24;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_60 = V_15;
float L_61 = L_60.___origin_23;
V_17 = ((float)(L_57/((float)il2cpp_codegen_subtract(L_59, L_61))));
// if (r >= 0 && r <= 1)
float L_62 = V_17;
if ((!(((float)L_62) >= ((float)(0.0f)))))
{
goto IL_016c;
}
}
{
float L_63 = V_17;
G_B16_0 = ((((int32_t)((!(((float)L_63) <= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_016d;
}
IL_016c:
{
G_B16_0 = 0;
}
IL_016d:
{
V_18 = (bool)G_B16_0;
bool L_64 = V_18;
if (!L_64)
{
goto IL_0191;
}
}
{
// if (r < 0.5f)
float L_65 = V_17;
V_19 = (bool)((((float)L_65) < ((float)(0.5f)))? 1 : 0);
bool L_66 = V_19;
if (!L_66)
{
goto IL_0189;
}
}
{
// return i;
int32_t L_67 = V_14;
V_10 = L_67;
goto IL_01f8;
}
IL_0189:
{
// return i + 1;
int32_t L_68 = V_14;
V_10 = ((int32_t)il2cpp_codegen_add(L_68, 1));
goto IL_01f8;
}
IL_0191:
{
// d = Mathf.Abs(d);
float L_69 = V_16;
float L_70;
L_70 = fabsf(L_69);
V_16 = L_70;
// if (d < distance)
float L_71 = V_16;
float L_72 = V_6;
V_20 = (bool)((((float)L_71) < ((float)L_72))? 1 : 0);
bool L_73 = V_20;
if (!L_73)
{
goto IL_01b4;
}
}
{
// closest = i;
int32_t L_74 = V_14;
V_5 = L_74;
// distance = d;
float L_75 = V_16;
V_6 = L_75;
// range = r;
float L_76 = V_17;
V_7 = L_76;
}
IL_01b4:
{
// for (int i = m_TextComponent.textInfo.lineInfo[newLine].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_77 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add(L_77, 1));
}
IL_01bb:
{
// for (int i = m_TextComponent.textInfo.lineInfo[newLine].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_78 = V_14;
int32_t L_79 = V_4;
V_21 = (bool)((((int32_t)L_78) < ((int32_t)L_79))? 1 : 0);
bool L_80 = V_21;
if (L_80)
{
goto IL_0117;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_81 = V_5;
V_22 = (bool)((((int32_t)L_81) == ((int32_t)(-1)))? 1 : 0);
bool L_82 = V_22;
if (!L_82)
{
goto IL_01db;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_83 = V_4;
V_10 = L_83;
goto IL_01f8;
}
IL_01db:
{
// if (range < 0.5f)
float L_84 = V_7;
V_23 = (bool)((((float)L_84) < ((float)(0.5f)))? 1 : 0);
bool L_85 = V_23;
if (!L_85)
{
goto IL_01f0;
}
}
{
// return closest;
int32_t L_86 = V_5;
V_10 = L_86;
goto IL_01f8;
}
IL_01f0:
{
// return closest + 1;
int32_t L_87 = V_5;
V_10 = ((int32_t)il2cpp_codegen_add(L_87, 1));
goto IL_01f8;
}
IL_01f8:
{
// }
int32_t L_88 = V_10;
return L_88;
}
}
// System.Int32 TMPro.TMP_InputField::PageDownCharacterPosition(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_PageDownCharacterPosition_mD00879F9AD1E5315C8896D8CB421FAB93045F818 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___originalPos0, bool ___goToLastChar1, const RuntimeMethod* method)
{
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
float V_2 = 0.0f;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
float V_6 = 0.0f;
float V_7 = 0.0f;
bool V_8 = false;
int32_t V_9 = 0;
bool V_10 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_11;
memset((&V_11), 0, sizeof(V_11));
bool V_12 = false;
bool V_13 = false;
int32_t V_14 = 0;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_15;
memset((&V_15), 0, sizeof(V_15));
float V_16 = 0.0f;
float V_17 = 0.0f;
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 G_B6_0 = 0;
int32_t G_B16_0 = 0;
{
// if (originalPos >= m_TextComponent.textInfo.characterCount)
int32_t L_0 = ___originalPos0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___m_TextComponent_27;
NullCheck(L_1);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_2;
L_2 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_1, NULL);
NullCheck(L_2);
int32_t L_3 = L_2->___characterCount_3;
V_8 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_8;
if (!L_4)
{
goto IL_0036;
}
}
{
// return m_TextComponent.textInfo.characterCount - 1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_5 = __this->___m_TextComponent_27;
NullCheck(L_5);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_6;
L_6 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_5, NULL);
NullCheck(L_6);
int32_t L_7 = L_6->___characterCount_3;
V_9 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
goto IL_0240;
}
IL_0036:
{
// TMP_CharacterInfo originChar = m_TextComponent.textInfo.characterInfo[originalPos];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_8 = __this->___m_TextComponent_27;
NullCheck(L_8);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_9;
L_9 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_8, NULL);
NullCheck(L_9);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_10 = L_9->___characterInfo_11;
int32_t L_11 = ___originalPos0;
NullCheck(L_10);
int32_t L_12 = L_11;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_0 = L_13;
// int originLine = originChar.lineNumber;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_14 = V_0;
int32_t L_15 = L_14.___lineNumber_12;
V_1 = L_15;
// if (originLine + 1 >= m_TextComponent.textInfo.lineCount)
int32_t L_16 = V_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_17 = __this->___m_TextComponent_27;
NullCheck(L_17);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_18;
L_18 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_17, NULL);
NullCheck(L_18);
int32_t L_19 = L_18->___lineCount_8;
V_10 = (bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_16, 1))) < ((int32_t)L_19))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_20 = V_10;
if (!L_20)
{
goto IL_0091;
}
}
{
// return goToLastChar ? m_TextComponent.textInfo.characterCount - 1 : originalPos;
bool L_21 = ___goToLastChar1;
if (L_21)
{
goto IL_0078;
}
}
{
int32_t L_22 = ___originalPos0;
G_B6_0 = L_22;
goto IL_008a;
}
IL_0078:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_23 = __this->___m_TextComponent_27;
NullCheck(L_23);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_24;
L_24 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_23, NULL);
NullCheck(L_24);
int32_t L_25 = L_24->___characterCount_3;
G_B6_0 = ((int32_t)il2cpp_codegen_subtract(L_25, 1));
}
IL_008a:
{
V_9 = G_B6_0;
goto IL_0240;
}
IL_0091:
{
// float viewportHeight = m_TextViewport.rect.height;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_26 = __this->___m_TextViewport_23;
NullCheck(L_26);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_27;
L_27 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_26, NULL);
V_11 = L_27;
float L_28;
L_28 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_11), NULL);
V_2 = L_28;
// int newLine = originLine + 1;
int32_t L_29 = V_1;
V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
goto IL_00f4;
}
IL_00ac:
{
// if (m_TextComponent.textInfo.lineInfo[newLine].baseline < m_TextComponent.textInfo.lineInfo[originLine].baseline - viewportHeight)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_30 = __this->___m_TextComponent_27;
NullCheck(L_30);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_31;
L_31 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_30, NULL);
NullCheck(L_31);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_32 = L_31->___lineInfo_14;
int32_t L_33 = V_3;
NullCheck(L_32);
float L_34 = ((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_33)))->___baseline_12;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_35 = __this->___m_TextComponent_27;
NullCheck(L_35);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_36;
L_36 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_35, NULL);
NullCheck(L_36);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_37 = L_36->___lineInfo_14;
int32_t L_38 = V_1;
NullCheck(L_37);
float L_39 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_38)))->___baseline_12;
float L_40 = V_2;
V_12 = (bool)((((float)L_34) < ((float)((float)il2cpp_codegen_subtract(L_39, L_40))))? 1 : 0);
bool L_41 = V_12;
if (!L_41)
{
goto IL_00ef;
}
}
{
// break;
goto IL_010f;
}
IL_00ef:
{
// for (; newLine < m_TextComponent.textInfo.lineCount - 1; newLine++)
int32_t L_42 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_42, 1));
}
IL_00f4:
{
// for (; newLine < m_TextComponent.textInfo.lineCount - 1; newLine++)
int32_t L_43 = V_3;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_44 = __this->___m_TextComponent_27;
NullCheck(L_44);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_45;
L_45 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_44, NULL);
NullCheck(L_45);
int32_t L_46 = L_45->___lineCount_8;
V_13 = (bool)((((int32_t)L_43) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_46, 1))))? 1 : 0);
bool L_47 = V_13;
if (L_47)
{
goto IL_00ac;
}
}
IL_010f:
{
// int endCharIdx = m_TextComponent.textInfo.lineInfo[newLine].lastCharacterIndex;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_48 = __this->___m_TextComponent_27;
NullCheck(L_48);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_49;
L_49 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_48, NULL);
NullCheck(L_49);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_50 = L_49->___lineInfo_14;
int32_t L_51 = V_3;
NullCheck(L_50);
int32_t L_52 = ((L_50)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_51)))->___lastCharacterIndex_7;
V_4 = L_52;
// int closest = -1;
V_5 = (-1);
// float distance = TMP_Math.FLOAT_MAX;
V_6 = (32767.0f);
// float range = 0;
V_7 = (0.0f);
// for (int i = m_TextComponent.textInfo.lineInfo[newLine].firstCharacterIndex; i < endCharIdx; ++i)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_53 = __this->___m_TextComponent_27;
NullCheck(L_53);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_54;
L_54 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_53, NULL);
NullCheck(L_54);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_55 = L_54->___lineInfo_14;
int32_t L_56 = V_3;
NullCheck(L_55);
int32_t L_57 = ((L_55)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_56)))->___firstCharacterIndex_5;
V_14 = L_57;
goto IL_0203;
}
IL_015f:
{
// TMP_CharacterInfo currentChar = m_TextComponent.textInfo.characterInfo[i];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_58 = __this->___m_TextComponent_27;
NullCheck(L_58);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_59;
L_59 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_58, NULL);
NullCheck(L_59);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_60 = L_59->___characterInfo_11;
int32_t L_61 = V_14;
NullCheck(L_60);
int32_t L_62 = L_61;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
V_15 = L_63;
// float d = originChar.origin - currentChar.origin;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_64 = V_0;
float L_65 = L_64.___origin_23;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_66 = V_15;
float L_67 = L_66.___origin_23;
V_16 = ((float)il2cpp_codegen_subtract(L_65, L_67));
// float r = d / (currentChar.xAdvance - currentChar.origin);
float L_68 = V_16;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_69 = V_15;
float L_70 = L_69.___xAdvance_24;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_71 = V_15;
float L_72 = L_71.___origin_23;
V_17 = ((float)(L_68/((float)il2cpp_codegen_subtract(L_70, L_72))));
// if (r >= 0 && r <= 1)
float L_73 = V_17;
if ((!(((float)L_73) >= ((float)(0.0f)))))
{
goto IL_01b4;
}
}
{
float L_74 = V_17;
G_B16_0 = ((((int32_t)((!(((float)L_74) <= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_01b5;
}
IL_01b4:
{
G_B16_0 = 0;
}
IL_01b5:
{
V_18 = (bool)G_B16_0;
bool L_75 = V_18;
if (!L_75)
{
goto IL_01d9;
}
}
{
// if (r < 0.5f)
float L_76 = V_17;
V_19 = (bool)((((float)L_76) < ((float)(0.5f)))? 1 : 0);
bool L_77 = V_19;
if (!L_77)
{
goto IL_01d1;
}
}
{
// return i;
int32_t L_78 = V_14;
V_9 = L_78;
goto IL_0240;
}
IL_01d1:
{
// return i + 1;
int32_t L_79 = V_14;
V_9 = ((int32_t)il2cpp_codegen_add(L_79, 1));
goto IL_0240;
}
IL_01d9:
{
// d = Mathf.Abs(d);
float L_80 = V_16;
float L_81;
L_81 = fabsf(L_80);
V_16 = L_81;
// if (d < distance)
float L_82 = V_16;
float L_83 = V_6;
V_20 = (bool)((((float)L_82) < ((float)L_83))? 1 : 0);
bool L_84 = V_20;
if (!L_84)
{
goto IL_01fc;
}
}
{
// closest = i;
int32_t L_85 = V_14;
V_5 = L_85;
// distance = d;
float L_86 = V_16;
V_6 = L_86;
// range = r;
float L_87 = V_17;
V_7 = L_87;
}
IL_01fc:
{
// for (int i = m_TextComponent.textInfo.lineInfo[newLine].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_88 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add(L_88, 1));
}
IL_0203:
{
// for (int i = m_TextComponent.textInfo.lineInfo[newLine].firstCharacterIndex; i < endCharIdx; ++i)
int32_t L_89 = V_14;
int32_t L_90 = V_4;
V_21 = (bool)((((int32_t)L_89) < ((int32_t)L_90))? 1 : 0);
bool L_91 = V_21;
if (L_91)
{
goto IL_015f;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_92 = V_5;
V_22 = (bool)((((int32_t)L_92) == ((int32_t)(-1)))? 1 : 0);
bool L_93 = V_22;
if (!L_93)
{
goto IL_0223;
}
}
{
// if (closest == -1) return endCharIdx;
int32_t L_94 = V_4;
V_9 = L_94;
goto IL_0240;
}
IL_0223:
{
// if (range < 0.5f)
float L_95 = V_7;
V_23 = (bool)((((float)L_95) < ((float)(0.5f)))? 1 : 0);
bool L_96 = V_23;
if (!L_96)
{
goto IL_0238;
}
}
{
// return closest;
int32_t L_97 = V_5;
V_9 = L_97;
goto IL_0240;
}
IL_0238:
{
// return closest + 1;
int32_t L_98 = V_5;
V_9 = ((int32_t)il2cpp_codegen_add(L_98, 1));
goto IL_0240;
}
IL_0240:
{
// }
int32_t L_99 = V_9;
return L_99;
}
}
// System.Void TMPro.TMP_InputField::MoveDown(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveDown_mB8F65AD03355C867F63BAB0021C93B75F534CCBE (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method)
{
{
// MoveDown(shift, true);
bool L_0 = ___shift0;
TMP_InputField_MoveDown_m96FE2822D035DFBE82474737DEE8DED622AAD868(__this, L_0, (bool)1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MoveDown(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveDown_m96FE2822D035DFBE82474737DEE8DED622AAD868 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToLastChar1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
{
// if (hasSelection && !shift)
bool L_0;
L_0 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = ___shift0;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_1 = (bool)G_B3_0;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0038;
}
}
{
// caretPositionInternal = caretSelectPositionInternal = Mathf.Max(caretPositionInternal, caretSelectPositionInternal);
int32_t L_3;
L_3 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
int32_t L_4;
L_4 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_5;
L_5 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(L_3, L_4, NULL);
int32_t L_6 = L_5;
V_2 = L_6;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_6, NULL);
int32_t L_7 = V_2;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_7, NULL);
}
IL_0038:
{
// int position = multiLine ? LineDownCharacterPosition(caretSelectPositionInternal, goToLastChar) : m_TextComponent.textInfo.characterCount - 1; // text.Length;
bool L_8;
L_8 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
if (L_8)
{
goto IL_0054;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_9 = __this->___m_TextComponent_27;
NullCheck(L_9);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_10;
L_10 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_9, NULL);
NullCheck(L_10);
int32_t L_11 = L_10->___characterCount_3;
G_B8_0 = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
goto IL_0061;
}
IL_0054:
{
int32_t L_12;
L_12 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
bool L_13 = ___goToLastChar1;
int32_t L_14;
L_14 = TMP_InputField_LineDownCharacterPosition_m0A95990F452ECFB15A5BF8C12D8E92592CF3B2CD(__this, L_12, L_13, NULL);
G_B8_0 = L_14;
}
IL_0061:
{
V_0 = G_B8_0;
// if (shift)
bool L_15 = ___shift0;
V_3 = L_15;
bool L_16 = V_3;
if (!L_16)
{
goto IL_0086;
}
}
{
// caretSelectPositionInternal = position;
int32_t L_17 = V_0;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_17, NULL);
// stringSelectPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_18;
L_18 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_19;
L_19 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_18, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_19, NULL);
goto IL_00b7;
}
IL_0086:
{
// caretSelectPositionInternal = caretPositionInternal = position;
int32_t L_20 = V_0;
int32_t L_21 = L_20;
V_2 = L_21;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_21, NULL);
int32_t L_22 = V_2;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_22, NULL);
// stringSelectPositionInternal = stringPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_23;
L_23 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_24;
L_24 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_23, NULL);
int32_t L_25 = L_24;
V_2 = L_25;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_25, NULL);
int32_t L_26 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_26, NULL);
}
IL_00b7:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MoveUp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveUp_m0A8E579FDBE203C29D7AF1B4225C9A64498DE5A9 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method)
{
{
// MoveUp(shift, true);
bool L_0 = ___shift0;
TMP_InputField_MoveUp_m79291882C851A7AEC3945EB8479D31984941F8DB(__this, L_0, (bool)1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MoveUp(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MoveUp_m79291882C851A7AEC3945EB8479D31984941F8DB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToFirstChar1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
{
// if (hasSelection && !shift)
bool L_0;
L_0 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = ___shift0;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_1 = (bool)G_B3_0;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0038;
}
}
{
// caretPositionInternal = caretSelectPositionInternal = Mathf.Min(caretPositionInternal, caretSelectPositionInternal);
int32_t L_3;
L_3 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
int32_t L_4;
L_4 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_5;
L_5 = Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline(L_3, L_4, NULL);
int32_t L_6 = L_5;
V_2 = L_6;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_6, NULL);
int32_t L_7 = V_2;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_7, NULL);
}
IL_0038:
{
// int position = multiLine ? LineUpCharacterPosition(caretSelectPositionInternal, goToFirstChar) : 0;
bool L_8;
L_8 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
if (L_8)
{
goto IL_0043;
}
}
{
G_B8_0 = 0;
goto IL_0050;
}
IL_0043:
{
int32_t L_9;
L_9 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
bool L_10 = ___goToFirstChar1;
int32_t L_11;
L_11 = TMP_InputField_LineUpCharacterPosition_m6FAA53F203CF66F87F62F985E830CB769A169F16(__this, L_9, L_10, NULL);
G_B8_0 = L_11;
}
IL_0050:
{
V_0 = G_B8_0;
// if (shift)
bool L_12 = ___shift0;
V_3 = L_12;
bool L_13 = V_3;
if (!L_13)
{
goto IL_0075;
}
}
{
// caretSelectPositionInternal = position;
int32_t L_14 = V_0;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_14, NULL);
// stringSelectPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_15;
L_15 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_16;
L_16 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_15, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_16, NULL);
goto IL_00a6;
}
IL_0075:
{
// caretSelectPositionInternal = caretPositionInternal = position;
int32_t L_17 = V_0;
int32_t L_18 = L_17;
V_2 = L_18;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_18, NULL);
int32_t L_19 = V_2;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_19, NULL);
// stringSelectPositionInternal = stringPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_20;
L_20 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_21;
L_21 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_20, NULL);
int32_t L_22 = L_21;
V_2 = L_22;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_22, NULL);
int32_t L_23 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_23, NULL);
}
IL_00a6:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MovePageUp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageUp_mA945CEDD104AAC4B417B1AC6D95FC75798ED3040 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method)
{
{
// MovePageUp(shift, true);
bool L_0 = ___shift0;
TMP_InputField_MovePageUp_m1B01B4C15C5D556CED7B34E7F55149E1DA35ECF1(__this, L_0, (bool)1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MovePageUp(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageUp_m1B01B4C15C5D556CED7B34E7F55149E1DA35ECF1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToFirstChar1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_8;
memset((&V_8), 0, sizeof(V_8));
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
float G_B15_0 = 0.0f;
{
// if (hasSelection && !shift)
bool L_0;
L_0 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = ___shift0;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_1 = (bool)G_B3_0;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0038;
}
}
{
// caretPositionInternal = caretSelectPositionInternal = Mathf.Min(caretPositionInternal, caretSelectPositionInternal);
int32_t L_3;
L_3 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
int32_t L_4;
L_4 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_5;
L_5 = Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline(L_3, L_4, NULL);
int32_t L_6 = L_5;
V_2 = L_6;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_6, NULL);
int32_t L_7 = V_2;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_7, NULL);
}
IL_0038:
{
// int position = multiLine ? PageUpCharacterPosition(caretSelectPositionInternal, goToFirstChar) : 0;
bool L_8;
L_8 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
if (L_8)
{
goto IL_0043;
}
}
{
G_B8_0 = 0;
goto IL_0050;
}
IL_0043:
{
int32_t L_9;
L_9 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
bool L_10 = ___goToFirstChar1;
int32_t L_11;
L_11 = TMP_InputField_PageUpCharacterPosition_m68C124FCEE737E9CB486D5218A2B5804D407BD0A(__this, L_9, L_10, NULL);
G_B8_0 = L_11;
}
IL_0050:
{
V_0 = G_B8_0;
// if (shift)
bool L_12 = ___shift0;
V_3 = L_12;
bool L_13 = V_3;
if (!L_13)
{
goto IL_0075;
}
}
{
// caretSelectPositionInternal = position;
int32_t L_14 = V_0;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_14, NULL);
// stringSelectPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_15;
L_15 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_16;
L_16 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_15, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_16, NULL);
goto IL_00a6;
}
IL_0075:
{
// caretSelectPositionInternal = caretPositionInternal = position;
int32_t L_17 = V_0;
int32_t L_18 = L_17;
V_2 = L_18;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_18, NULL);
int32_t L_19 = V_2;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_19, NULL);
// stringSelectPositionInternal = stringPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_20;
L_20 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_21;
L_21 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_20, NULL);
int32_t L_22 = L_21;
V_2 = L_22;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_22, NULL);
int32_t L_23 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_23, NULL);
}
IL_00a6:
{
// if (m_LineType != LineType.SingleLine)
int32_t L_24 = __this->___m_LineType_41;
V_4 = (bool)((!(((uint32_t)L_24) <= ((uint32_t)0)))? 1 : 0);
bool L_25 = V_4;
if (!L_25)
{
goto IL_016b;
}
}
{
// float offset = m_TextViewport.rect.height; // m_TextViewport.rect.yMax - (m_TextComponent.rectTransform.anchoredPosition.y + lineAscender);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_26 = __this->___m_TextViewport_23;
NullCheck(L_26);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_27;
L_27 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_26, NULL);
V_8 = L_27;
float L_28;
L_28 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_8), NULL);
V_5 = L_28;
// float topTextBounds = m_TextComponent.rectTransform.position.y + m_TextComponent.textBounds.max.y;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_29 = __this->___m_TextComponent_27;
NullCheck(L_29);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_30;
L_30 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_29, NULL);
NullCheck(L_30);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31;
L_31 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_30, NULL);
float L_32 = L_31.___y_3;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_33 = __this->___m_TextComponent_27;
NullCheck(L_33);
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_34;
L_34 = TMP_Text_get_textBounds_m0D3E180B72130830D1C16BC7E5097AF2958E2740(L_33, NULL);
V_9 = L_34;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35;
L_35 = Bounds_get_max_m6446F2AB97C1E57CA89467B9DE52D4EB61F1CB09((&V_9), NULL);
float L_36 = L_35.___y_3;
V_6 = ((float)il2cpp_codegen_add(L_32, L_36));
// float topViewportBounds = m_TextViewport.position.y + m_TextViewport.rect.yMax;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_37 = __this->___m_TextViewport_23;
NullCheck(L_37);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38;
L_38 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_37, NULL);
float L_39 = L_38.___y_3;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_40 = __this->___m_TextViewport_23;
NullCheck(L_40);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_41;
L_41 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_40, NULL);
V_8 = L_41;
float L_42;
L_42 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&V_8), NULL);
V_7 = ((float)il2cpp_codegen_add(L_39, L_42));
// offset = topViewportBounds > topTextBounds + offset ? offset : topViewportBounds - topTextBounds;
float L_43 = V_7;
float L_44 = V_6;
float L_45 = V_5;
if ((((float)L_43) > ((float)((float)il2cpp_codegen_add(L_44, L_45)))))
{
goto IL_0137;
}
}
{
float L_46 = V_7;
float L_47 = V_6;
G_B15_0 = ((float)il2cpp_codegen_subtract(L_46, L_47));
goto IL_0139;
}
IL_0137:
{
float L_48 = V_5;
G_B15_0 = L_48;
}
IL_0139:
{
V_5 = G_B15_0;
// m_TextComponent.rectTransform.anchoredPosition += new Vector2(0, offset);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_49 = __this->___m_TextComponent_27;
NullCheck(L_49);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_50;
L_50 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_49, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_51 = L_50;
NullCheck(L_51);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52;
L_52 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_51, NULL);
float L_53 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_54;
memset((&L_54), 0, sizeof(L_54));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_54), (0.0f), L_53, /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55;
L_55 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_52, L_54, NULL);
NullCheck(L_51);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_51, L_55, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_016b:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MovePageDown(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageDown_mE32EFCBEB2A1D230D3C6C8B27357C454F4AD5EC2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, const RuntimeMethod* method)
{
{
// MovePageDown(shift, true);
bool L_0 = ___shift0;
TMP_InputField_MovePageDown_m80AEFB5ACD656505A347F13FAEFB55EA62F0EC86(__this, L_0, (bool)1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MovePageDown(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MovePageDown_m80AEFB5ACD656505A347F13FAEFB55EA62F0EC86 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___shift0, bool ___goToLastChar1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_8;
memset((&V_8), 0, sizeof(V_8));
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
float G_B15_0 = 0.0f;
{
// if (hasSelection && !shift)
bool L_0;
L_0 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = ___shift0;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_1 = (bool)G_B3_0;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0038;
}
}
{
// caretPositionInternal = caretSelectPositionInternal = Mathf.Max(caretPositionInternal, caretSelectPositionInternal);
int32_t L_3;
L_3 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
int32_t L_4;
L_4 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_5;
L_5 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(L_3, L_4, NULL);
int32_t L_6 = L_5;
V_2 = L_6;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_6, NULL);
int32_t L_7 = V_2;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_7, NULL);
}
IL_0038:
{
// int position = multiLine ? PageDownCharacterPosition(caretSelectPositionInternal, goToLastChar) : m_TextComponent.textInfo.characterCount - 1;
bool L_8;
L_8 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
if (L_8)
{
goto IL_0054;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_9 = __this->___m_TextComponent_27;
NullCheck(L_9);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_10;
L_10 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_9, NULL);
NullCheck(L_10);
int32_t L_11 = L_10->___characterCount_3;
G_B8_0 = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
goto IL_0061;
}
IL_0054:
{
int32_t L_12;
L_12 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
bool L_13 = ___goToLastChar1;
int32_t L_14;
L_14 = TMP_InputField_PageDownCharacterPosition_mD00879F9AD1E5315C8896D8CB421FAB93045F818(__this, L_12, L_13, NULL);
G_B8_0 = L_14;
}
IL_0061:
{
V_0 = G_B8_0;
// if (shift)
bool L_15 = ___shift0;
V_3 = L_15;
bool L_16 = V_3;
if (!L_16)
{
goto IL_0086;
}
}
{
// caretSelectPositionInternal = position;
int32_t L_17 = V_0;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_17, NULL);
// stringSelectPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_18;
L_18 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_19;
L_19 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_18, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_19, NULL);
goto IL_00b7;
}
IL_0086:
{
// caretSelectPositionInternal = caretPositionInternal = position;
int32_t L_20 = V_0;
int32_t L_21 = L_20;
V_2 = L_21;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_21, NULL);
int32_t L_22 = V_2;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_22, NULL);
// stringSelectPositionInternal = stringPositionInternal = GetStringIndexFromCaretPosition(caretSelectPositionInternal);
int32_t L_23;
L_23 = TMP_InputField_get_caretSelectPositionInternal_m977002CC2C821A3B4FA5FB3F1BC15C7DD0BA35A4(__this, NULL);
int32_t L_24;
L_24 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_23, NULL);
int32_t L_25 = L_24;
V_2 = L_25;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_25, NULL);
int32_t L_26 = V_2;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_26, NULL);
}
IL_00b7:
{
// if (m_LineType != LineType.SingleLine)
int32_t L_27 = __this->___m_LineType_41;
V_4 = (bool)((!(((uint32_t)L_27) <= ((uint32_t)0)))? 1 : 0);
bool L_28 = V_4;
if (!L_28)
{
goto IL_017c;
}
}
{
// float offset = m_TextViewport.rect.height; // m_TextViewport.rect.yMax - (m_TextComponent.rectTransform.anchoredPosition.y + lineAscender);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_29 = __this->___m_TextViewport_23;
NullCheck(L_29);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_30;
L_30 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_29, NULL);
V_8 = L_30;
float L_31;
L_31 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_8), NULL);
V_5 = L_31;
// float bottomTextBounds = m_TextComponent.rectTransform.position.y + m_TextComponent.textBounds.min.y;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_32 = __this->___m_TextComponent_27;
NullCheck(L_32);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_33;
L_33 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_32, NULL);
NullCheck(L_33);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34;
L_34 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_33, NULL);
float L_35 = L_34.___y_3;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_36 = __this->___m_TextComponent_27;
NullCheck(L_36);
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_37;
L_37 = TMP_Text_get_textBounds_m0D3E180B72130830D1C16BC7E5097AF2958E2740(L_36, NULL);
V_9 = L_37;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38;
L_38 = Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13((&V_9), NULL);
float L_39 = L_38.___y_3;
V_6 = ((float)il2cpp_codegen_add(L_35, L_39));
// float bottomViewportBounds = m_TextViewport.position.y + m_TextViewport.rect.yMin;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_40 = __this->___m_TextViewport_23;
NullCheck(L_40);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41;
L_41 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_40, NULL);
float L_42 = L_41.___y_3;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_43 = __this->___m_TextViewport_23;
NullCheck(L_43);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_44;
L_44 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_43, NULL);
V_8 = L_44;
float L_45;
L_45 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&V_8), NULL);
V_7 = ((float)il2cpp_codegen_add(L_42, L_45));
// offset = bottomViewportBounds > bottomTextBounds + offset ? offset : bottomViewportBounds - bottomTextBounds;
float L_46 = V_7;
float L_47 = V_6;
float L_48 = V_5;
if ((((float)L_46) > ((float)((float)il2cpp_codegen_add(L_47, L_48)))))
{
goto IL_0148;
}
}
{
float L_49 = V_7;
float L_50 = V_6;
G_B15_0 = ((float)il2cpp_codegen_subtract(L_49, L_50));
goto IL_014a;
}
IL_0148:
{
float L_51 = V_5;
G_B15_0 = L_51;
}
IL_014a:
{
V_5 = G_B15_0;
// m_TextComponent.rectTransform.anchoredPosition += new Vector2(0, offset);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_52 = __this->___m_TextComponent_27;
NullCheck(L_52);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_53;
L_53 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_52, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_54 = L_53;
NullCheck(L_54);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55;
L_55 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_54, NULL);
float L_56 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57;
memset((&L_57), 0, sizeof(L_57));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_57), (0.0f), L_56, /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58;
L_58 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_55, L_57, NULL);
NullCheck(L_54);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_54, L_58, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_017c:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::Delete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Delete_mD817C69CFF25B762DF673A1FD31DAF0E2F761784 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
int32_t G_B7_0 = 0;
{
// if (m_ReadOnly)
bool L_0 = __this->___m_ReadOnly_63;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0261;
}
IL_0010:
{
// if (m_StringPosition == m_StringSelectPosition)
int32_t L_2 = __this->___m_StringPosition_65;
int32_t L_3 = __this->___m_StringSelectPosition_66;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0027;
}
}
{
// return;
goto IL_0261;
}
IL_0027:
{
// if (m_isRichTextEditingAllowed || m_isSelectAll)
bool L_5 = __this->___m_isRichTextEditingAllowed_107;
if (L_5)
{
goto IL_0037;
}
}
{
bool L_6 = __this->___m_isSelectAll_101;
G_B7_0 = ((int32_t)(L_6));
goto IL_0038;
}
IL_0037:
{
G_B7_0 = 1;
}
IL_0038:
{
V_2 = (bool)G_B7_0;
bool L_7 = V_2;
if (!L_7)
{
goto IL_00e5;
}
}
{
// if (m_StringPosition < m_StringSelectPosition)
int32_t L_8 = __this->___m_StringPosition_65;
int32_t L_9 = __this->___m_StringSelectPosition_66;
V_3 = (bool)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_0086;
}
}
{
// m_Text = text.Remove(m_StringPosition, m_StringSelectPosition - m_StringPosition);
String_t* L_11;
L_11 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_12 = __this->___m_StringPosition_65;
int32_t L_13 = __this->___m_StringSelectPosition_66;
int32_t L_14 = __this->___m_StringPosition_65;
NullCheck(L_11);
String_t* L_15;
L_15 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_11, L_12, ((int32_t)il2cpp_codegen_subtract(L_13, L_14)), NULL);
__this->___m_Text_60 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_15);
// m_StringSelectPosition = m_StringPosition;
int32_t L_16 = __this->___m_StringPosition_65;
__this->___m_StringSelectPosition_66 = L_16;
goto IL_00b8;
}
IL_0086:
{
// m_Text = text.Remove(m_StringSelectPosition, m_StringPosition - m_StringSelectPosition);
String_t* L_17;
L_17 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_18 = __this->___m_StringSelectPosition_66;
int32_t L_19 = __this->___m_StringPosition_65;
int32_t L_20 = __this->___m_StringSelectPosition_66;
NullCheck(L_17);
String_t* L_21;
L_21 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_17, L_18, ((int32_t)il2cpp_codegen_subtract(L_19, L_20)), NULL);
__this->___m_Text_60 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_21);
// m_StringPosition = m_StringSelectPosition;
int32_t L_22 = __this->___m_StringSelectPosition_66;
__this->___m_StringPosition_65 = L_22;
}
IL_00b8:
{
// if (m_isSelectAll)
bool L_23 = __this->___m_isSelectAll_101;
V_4 = L_23;
bool L_24 = V_4;
if (!L_24)
{
goto IL_00df;
}
}
{
// m_CaretPosition = m_CaretSelectPosition = 0;
int32_t L_25 = 0;
V_5 = L_25;
__this->___m_CaretSelectPosition_68 = L_25;
int32_t L_26 = V_5;
__this->___m_CaretPosition_67 = L_26;
// m_isSelectAll = false;
__this->___m_isSelectAll_101 = (bool)0;
}
IL_00df:
{
goto IL_0261;
}
IL_00e5:
{
// if (m_CaretPosition < m_CaretSelectPosition)
int32_t L_27 = __this->___m_CaretPosition_67;
int32_t L_28 = __this->___m_CaretSelectPosition_68;
V_6 = (bool)((((int32_t)L_27) < ((int32_t)L_28))? 1 : 0);
bool L_29 = V_6;
if (!L_29)
{
goto IL_01b1;
}
}
{
// m_StringPosition = m_TextComponent.textInfo.characterInfo[m_CaretPosition].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_30 = __this->___m_TextComponent_27;
NullCheck(L_30);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_31;
L_31 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_30, NULL);
NullCheck(L_31);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_32 = L_31->___characterInfo_11;
int32_t L_33 = __this->___m_CaretPosition_67;
NullCheck(L_32);
int32_t L_34 = ((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_33)))->___index_1;
__this->___m_StringPosition_65 = L_34;
// m_StringSelectPosition = m_TextComponent.textInfo.characterInfo[m_CaretSelectPosition - 1].index + m_TextComponent.textInfo.characterInfo[m_CaretSelectPosition - 1].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_35 = __this->___m_TextComponent_27;
NullCheck(L_35);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_36;
L_36 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_35, NULL);
NullCheck(L_36);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_37 = L_36->___characterInfo_11;
int32_t L_38 = __this->___m_CaretSelectPosition_68;
NullCheck(L_37);
int32_t L_39 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_38, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_40 = __this->___m_TextComponent_27;
NullCheck(L_40);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_41;
L_41 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_40, NULL);
NullCheck(L_41);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_42 = L_41->___characterInfo_11;
int32_t L_43 = __this->___m_CaretSelectPosition_68;
NullCheck(L_42);
int32_t L_44 = ((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_43, 1)))))->___stringLength_2;
__this->___m_StringSelectPosition_66 = ((int32_t)il2cpp_codegen_add(L_39, L_44));
// m_Text = text.Remove(m_StringPosition, m_StringSelectPosition - m_StringPosition);
String_t* L_45;
L_45 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_46 = __this->___m_StringPosition_65;
int32_t L_47 = __this->___m_StringSelectPosition_66;
int32_t L_48 = __this->___m_StringPosition_65;
NullCheck(L_45);
String_t* L_49;
L_49 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_45, L_46, ((int32_t)il2cpp_codegen_subtract(L_47, L_48)), NULL);
__this->___m_Text_60 = L_49;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_49);
// m_StringSelectPosition = m_StringPosition;
int32_t L_50 = __this->___m_StringPosition_65;
__this->___m_StringSelectPosition_66 = L_50;
// m_CaretSelectPosition = m_CaretPosition;
int32_t L_51 = __this->___m_CaretPosition_67;
__this->___m_CaretSelectPosition_68 = L_51;
goto IL_0260;
}
IL_01b1:
{
// m_StringPosition = m_TextComponent.textInfo.characterInfo[m_CaretPosition - 1].index + m_TextComponent.textInfo.characterInfo[m_CaretPosition - 1].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_52 = __this->___m_TextComponent_27;
NullCheck(L_52);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_53;
L_53 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_52, NULL);
NullCheck(L_53);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_54 = L_53->___characterInfo_11;
int32_t L_55 = __this->___m_CaretPosition_67;
NullCheck(L_54);
int32_t L_56 = ((L_54)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_55, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_57 = __this->___m_TextComponent_27;
NullCheck(L_57);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_58;
L_58 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_57, NULL);
NullCheck(L_58);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_59 = L_58->___characterInfo_11;
int32_t L_60 = __this->___m_CaretPosition_67;
NullCheck(L_59);
int32_t L_61 = ((L_59)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_60, 1)))))->___stringLength_2;
__this->___m_StringPosition_65 = ((int32_t)il2cpp_codegen_add(L_56, L_61));
// m_StringSelectPosition = m_TextComponent.textInfo.characterInfo[m_CaretSelectPosition].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_62 = __this->___m_TextComponent_27;
NullCheck(L_62);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_63;
L_63 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_62, NULL);
NullCheck(L_63);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_64 = L_63->___characterInfo_11;
int32_t L_65 = __this->___m_CaretSelectPosition_68;
NullCheck(L_64);
int32_t L_66 = ((L_64)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_65)))->___index_1;
__this->___m_StringSelectPosition_66 = L_66;
// m_Text = text.Remove(m_StringSelectPosition, m_StringPosition - m_StringSelectPosition);
String_t* L_67;
L_67 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_68 = __this->___m_StringSelectPosition_66;
int32_t L_69 = __this->___m_StringPosition_65;
int32_t L_70 = __this->___m_StringSelectPosition_66;
NullCheck(L_67);
String_t* L_71;
L_71 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_67, L_68, ((int32_t)il2cpp_codegen_subtract(L_69, L_70)), NULL);
__this->___m_Text_60 = L_71;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_71);
// m_StringPosition = m_StringSelectPosition;
int32_t L_72 = __this->___m_StringSelectPosition_66;
__this->___m_StringPosition_65 = L_72;
// m_CaretPosition = m_CaretSelectPosition;
int32_t L_73 = __this->___m_CaretSelectPosition_68;
__this->___m_CaretPosition_67 = L_73;
}
IL_0260:
{
}
IL_0261:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::DeleteKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_DeleteKey_m3EE34B2EE784E0F8833BCEA668B590D8C838BDCC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_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;
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
// if (m_ReadOnly)
bool L_0 = __this->___m_ReadOnly_63;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_015a;
}
IL_0010:
{
// if (hasSelection)
bool L_2;
L_2 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_003d;
}
}
{
// m_isLastKeyBackspace = true;
__this->___m_isLastKeyBackspace_91 = (bool)1;
// Delete();
TMP_InputField_Delete_mD817C69CFF25B762DF673A1FD31DAF0E2F761784(__this, NULL);
// UpdateTouchKeyboardFromEditChanges();
TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12(__this, NULL);
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
goto IL_015a;
}
IL_003d:
{
// if (m_isRichTextEditingAllowed)
bool L_4 = __this->___m_isRichTextEditingAllowed_107;
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_00ce;
}
}
{
// if (stringPositionInternal < text.Length)
int32_t L_6;
L_6 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
String_t* L_7;
L_7 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
V_3 = (bool)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_00c8;
}
}
{
// if (char.IsHighSurrogate(text[stringPositionInternal]))
String_t* L_10;
L_10 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_11;
L_11 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
NullCheck(L_10);
Il2CppChar L_12;
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Char_IsHighSurrogate_m8842F5E950FC9EAE3B20556630C2AA5CA9FEB6D4(L_12, NULL);
V_4 = L_13;
bool L_14 = V_4;
if (!L_14)
{
goto IL_009a;
}
}
{
// m_Text = text.Remove(stringPositionInternal, 2);
String_t* L_15;
L_15 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_16;
L_16 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
NullCheck(L_15);
String_t* L_17;
L_17 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_15, L_16, 2, NULL);
__this->___m_Text_60 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_17);
goto IL_00b2;
}
IL_009a:
{
// m_Text = text.Remove(stringPositionInternal, 1);
String_t* L_18;
L_18 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_19;
L_19 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
NullCheck(L_18);
String_t* L_20;
L_20 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_18, L_19, 1, NULL);
__this->___m_Text_60 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_20);
}
IL_00b2:
{
// m_isLastKeyBackspace = true;
__this->___m_isLastKeyBackspace_91 = (bool)1;
// UpdateTouchKeyboardFromEditChanges();
TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12(__this, NULL);
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
}
IL_00c8:
{
goto IL_0159;
}
IL_00ce:
{
// if (caretPositionInternal < m_TextComponent.textInfo.characterCount - 1)
int32_t L_21;
L_21 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_22 = __this->___m_TextComponent_27;
NullCheck(L_22);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_23;
L_23 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_22, NULL);
NullCheck(L_23);
int32_t L_24 = L_23->___characterCount_3;
V_5 = (bool)((((int32_t)L_21) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_24, 1))))? 1 : 0);
bool L_25 = V_5;
if (!L_25)
{
goto IL_0158;
}
}
{
// int numberOfCharactersToRemove = m_TextComponent.textInfo.characterInfo[caretPositionInternal].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_26 = __this->___m_TextComponent_27;
NullCheck(L_26);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_27;
L_27 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_26, NULL);
NullCheck(L_27);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_28 = L_27->___characterInfo_11;
int32_t L_29;
L_29 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_28);
int32_t L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29)))->___stringLength_2;
V_6 = L_30;
// int nextCharacterStringPosition = m_TextComponent.textInfo.characterInfo[caretPositionInternal].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_31 = __this->___m_TextComponent_27;
NullCheck(L_31);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_32;
L_32 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_31, NULL);
NullCheck(L_32);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_33 = L_32->___characterInfo_11;
int32_t L_34;
L_34 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_33);
int32_t L_35 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34)))->___index_1;
V_7 = L_35;
// m_Text = text.Remove(nextCharacterStringPosition, numberOfCharactersToRemove);
String_t* L_36;
L_36 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_37 = V_7;
int32_t L_38 = V_6;
NullCheck(L_36);
String_t* L_39;
L_39 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_36, L_37, L_38, NULL);
__this->___m_Text_60 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_39);
// m_isLastKeyBackspace = true;
__this->___m_isLastKeyBackspace_91 = (bool)1;
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
}
IL_0158:
{
}
IL_0159:
{
}
IL_015a:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::Backspace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Backspace_m1962DCE85EA39B861EF3E9E147A63C8CFE58A917 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_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;
int32_t V_6 = 0;
bool V_7 = false;
int32_t V_8 = 0;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B13_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B13_1 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B12_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B12_1 = NULL;
int32_t G_B14_0 = 0;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B14_1 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B14_2 = NULL;
{
// if (m_ReadOnly)
bool L_0 = __this->___m_ReadOnly_63;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_01e8;
}
IL_0010:
{
// if (hasSelection)
bool L_2;
L_2 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_003d;
}
}
{
// m_isLastKeyBackspace = true;
__this->___m_isLastKeyBackspace_91 = (bool)1;
// Delete();
TMP_InputField_Delete_mD817C69CFF25B762DF673A1FD31DAF0E2F761784(__this, NULL);
// UpdateTouchKeyboardFromEditChanges();
TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12(__this, NULL);
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
goto IL_01e8;
}
IL_003d:
{
// if (m_isRichTextEditingAllowed)
bool L_4 = __this->___m_isRichTextEditingAllowed_107;
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_00ed;
}
}
{
// if (stringPositionInternal > 0)
int32_t L_6;
L_6 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
V_3 = (bool)((((int32_t)L_6) > ((int32_t)0))? 1 : 0);
bool L_7 = V_3;
if (!L_7)
{
goto IL_00e7;
}
}
{
// int numberOfCharactersToRemove = 1;
V_4 = 1;
// if (char.IsLowSurrogate(text[stringPositionInternal - 1]))
String_t* L_8;
L_8 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_9;
L_9 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
NullCheck(L_8);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, ((int32_t)il2cpp_codegen_subtract(L_9, 1)), NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Char_IsLowSurrogate_m9B21C320DB62482E16DA5952B93E5EDEA269AD62(L_10, NULL);
V_5 = L_11;
bool L_12 = V_5;
if (!L_12)
{
goto IL_0081;
}
}
{
// numberOfCharactersToRemove = 2;
V_4 = 2;
}
IL_0081:
{
// stringSelectPositionInternal = stringPositionInternal = stringPositionInternal - numberOfCharactersToRemove;
int32_t L_13;
L_13 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_14 = V_4;
int32_t L_15 = ((int32_t)il2cpp_codegen_subtract(L_13, L_14));
V_6 = L_15;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_15, NULL);
int32_t L_16 = V_6;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_16, NULL);
// m_Text = text.Remove(stringPositionInternal, numberOfCharactersToRemove);
String_t* L_17;
L_17 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_18;
L_18 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_19 = V_4;
NullCheck(L_17);
String_t* L_20;
L_20 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_17, L_18, L_19, NULL);
__this->___m_Text_60 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_20);
// caretSelectPositionInternal = caretPositionInternal = caretPositionInternal - 1;
int32_t L_21;
L_21 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
V_6 = L_22;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_22, NULL);
int32_t L_23 = V_6;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_23, NULL);
// m_isLastKeyBackspace = true;
__this->___m_isLastKeyBackspace_91 = (bool)1;
// UpdateTouchKeyboardFromEditChanges();
TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12(__this, NULL);
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
}
IL_00e7:
{
goto IL_01e7;
}
IL_00ed:
{
// if (caretPositionInternal > 0)
int32_t L_24;
L_24 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
V_7 = (bool)((((int32_t)L_24) > ((int32_t)0))? 1 : 0);
bool L_25 = V_7;
if (!L_25)
{
goto IL_01d1;
}
}
{
// int numberOfCharactersToRemove = m_TextComponent.textInfo.characterInfo[caretPositionInternal - 1].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_26 = __this->___m_TextComponent_27;
NullCheck(L_26);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_27;
L_27 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_26, NULL);
NullCheck(L_27);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_28 = L_27->___characterInfo_11;
int32_t L_29;
L_29 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_28);
int32_t L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_29, 1)))))->___stringLength_2;
V_8 = L_30;
// m_Text = text.Remove(m_TextComponent.textInfo.characterInfo[caretPositionInternal - 1].index, numberOfCharactersToRemove);
String_t* L_31;
L_31 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_32 = __this->___m_TextComponent_27;
NullCheck(L_32);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_33;
L_33 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_32, NULL);
NullCheck(L_33);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_34 = L_33->___characterInfo_11;
int32_t L_35;
L_35 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_34);
int32_t L_36 = ((L_34)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_35, 1)))))->___index_1;
int32_t L_37 = V_8;
NullCheck(L_31);
String_t* L_38;
L_38 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_31, L_36, L_37, NULL);
__this->___m_Text_60 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_38);
// stringSelectPositionInternal = stringPositionInternal = caretPositionInternal < 1
// ? m_TextComponent.textInfo.characterInfo[0].index
// : m_TextComponent.textInfo.characterInfo[caretPositionInternal - 1].index;
int32_t L_39;
L_39 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
G_B12_0 = __this;
G_B12_1 = __this;
if ((((int32_t)L_39) < ((int32_t)1)))
{
G_B13_0 = __this;
G_B13_1 = __this;
goto IL_0189;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_40 = __this->___m_TextComponent_27;
NullCheck(L_40);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_41;
L_41 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_40, NULL);
NullCheck(L_41);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_42 = L_41->___characterInfo_11;
int32_t L_43;
L_43 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_42);
int32_t L_44 = ((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_43, 1)))))->___index_1;
G_B14_0 = L_44;
G_B14_1 = G_B12_0;
G_B14_2 = G_B12_1;
goto IL_01a4;
}
IL_0189:
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_45 = __this->___m_TextComponent_27;
NullCheck(L_45);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_46;
L_46 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_45, NULL);
NullCheck(L_46);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_47 = L_46->___characterInfo_11;
NullCheck(L_47);
int32_t L_48 = ((L_47)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___index_1;
G_B14_0 = L_48;
G_B14_1 = G_B13_0;
G_B14_2 = G_B13_1;
}
IL_01a4:
{
int32_t L_49 = G_B14_0;
V_6 = L_49;
NullCheck(G_B14_1);
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(G_B14_1, L_49, NULL);
int32_t L_50 = V_6;
NullCheck(G_B14_2);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(G_B14_2, L_50, NULL);
// caretSelectPositionInternal = caretPositionInternal = caretPositionInternal - 1;
int32_t L_51;
L_51 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
int32_t L_52 = ((int32_t)il2cpp_codegen_subtract(L_51, 1));
V_6 = L_52;
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_52, NULL);
int32_t L_53 = V_6;
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_53, NULL);
}
IL_01d1:
{
// m_isLastKeyBackspace = true;
__this->___m_isLastKeyBackspace_91 = (bool)1;
// UpdateTouchKeyboardFromEditChanges();
TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12(__this, NULL);
// SendOnValueChangedAndUpdateLabel();
TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64(__this, NULL);
}
IL_01e7:
{
}
IL_01e8:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Append_m4595DE62B0D6CD1E1EACC127F8B84563351190C8 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___input0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
bool V_6 = false;
int32_t G_B11_0 = 0;
{
// if (m_ReadOnly)
bool L_0 = __this->___m_ReadOnly_63;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return;
goto IL_0072;
}
IL_000d:
{
// if (InPlaceEditing() == false)
bool L_2;
L_2 = TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1(__this, NULL);
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001c;
}
}
{
// return;
goto IL_0072;
}
IL_001c:
{
// for (int i = 0, imax = input.Length; i < imax; ++i)
V_2 = 0;
// for (int i = 0, imax = input.Length; i < imax; ++i)
String_t* L_4 = ___input0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
V_3 = L_5;
goto IL_0068;
}
IL_0027:
{
// char c = input[i];
String_t* L_6 = ___input0;
int32_t L_7 = V_2;
NullCheck(L_6);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, NULL);
V_4 = L_8;
// if (c >= ' ' || c == '\t' || c == '\r' || c == 10 || c == '\n')
Il2CppChar L_9 = V_4;
if ((((int32_t)L_9) >= ((int32_t)((int32_t)32))))
{
goto IL_0051;
}
}
{
Il2CppChar L_10 = V_4;
if ((((int32_t)L_10) == ((int32_t)((int32_t)9))))
{
goto IL_0051;
}
}
{
Il2CppChar L_11 = V_4;
if ((((int32_t)L_11) == ((int32_t)((int32_t)13))))
{
goto IL_0051;
}
}
{
Il2CppChar L_12 = V_4;
if ((((int32_t)L_12) == ((int32_t)((int32_t)10))))
{
goto IL_0051;
}
}
{
Il2CppChar L_13 = V_4;
G_B11_0 = ((((int32_t)L_13) == ((int32_t)((int32_t)10)))? 1 : 0);
goto IL_0052;
}
IL_0051:
{
G_B11_0 = 1;
}
IL_0052:
{
V_5 = (bool)G_B11_0;
bool L_14 = V_5;
if (!L_14)
{
goto IL_0063;
}
}
{
// Append(c);
Il2CppChar L_15 = V_4;
VirtualActionInvoker1< Il2CppChar >::Invoke(68 /* System.Void TMPro.TMP_InputField::Append(System.Char) */, __this, L_15);
}
IL_0063:
{
// for (int i = 0, imax = input.Length; i < imax; ++i)
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0068:
{
// for (int i = 0, imax = input.Length; i < imax; ++i)
int32_t L_17 = V_2;
int32_t L_18 = V_3;
V_6 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
bool L_19 = V_6;
if (L_19)
{
goto IL_0027;
}
}
IL_0072:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Append_m90791E607DDDAD68C715529BF47B24726ED86582 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Il2CppChar ___input0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
String_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
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;
int32_t G_B8_0 = 0;
{
// if (m_ReadOnly)
bool L_0 = __this->___m_ReadOnly_63;
V_2 = L_0;
bool L_1 = V_2;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0295;
}
IL_0010:
{
// if (InPlaceEditing() == false)
bool L_2;
L_2 = TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1(__this, NULL);
V_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_3;
if (!L_3)
{
goto IL_0022;
}
}
{
// return;
goto IL_0295;
}
IL_0022:
{
// int insertionPosition = Mathf.Min(stringPositionInternal, stringSelectPositionInternal);
int32_t L_4;
L_4 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_5;
L_5 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_6;
L_6 = Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline(L_4, L_5, NULL);
V_0 = L_6;
// var validateText = text;
String_t* L_7;
L_7 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
V_1 = L_7;
// if (selectionFocusPosition != selectionAnchorPosition)
int32_t L_8;
L_8 = TMP_InputField_get_selectionFocusPosition_m64C9DB19CDB18E29B7CB02DCC84B5F05ACDB473E(__this, NULL);
int32_t L_9;
L_9 = TMP_InputField_get_selectionAnchorPosition_mAAD925C368B16EFE972C11F551A1D9DCB93B0B93(__this, NULL);
V_4 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_10 = V_4;
if (!L_10)
{
goto IL_020b;
}
}
{
// if (m_isRichTextEditingAllowed || m_isSelectAll)
bool L_11 = __this->___m_isRichTextEditingAllowed_107;
if (L_11)
{
goto IL_0066;
}
}
{
bool L_12 = __this->___m_isSelectAll_101;
G_B8_0 = ((int32_t)(L_12));
goto IL_0067;
}
IL_0066:
{
G_B8_0 = 1;
}
IL_0067:
{
V_5 = (bool)G_B8_0;
bool L_13 = V_5;
if (!L_13)
{
goto IL_00c8;
}
}
{
// if (m_StringPosition < m_StringSelectPosition)
int32_t L_14 = __this->___m_StringPosition_65;
int32_t L_15 = __this->___m_StringSelectPosition_66;
V_6 = (bool)((((int32_t)L_14) < ((int32_t)L_15))? 1 : 0);
bool L_16 = V_6;
if (!L_16)
{
goto IL_00a3;
}
}
{
// validateText = text.Remove(m_StringPosition, m_StringSelectPosition - m_StringPosition);
String_t* L_17;
L_17 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_18 = __this->___m_StringPosition_65;
int32_t L_19 = __this->___m_StringSelectPosition_66;
int32_t L_20 = __this->___m_StringPosition_65;
NullCheck(L_17);
String_t* L_21;
L_21 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_17, L_18, ((int32_t)il2cpp_codegen_subtract(L_19, L_20)), NULL);
V_1 = L_21;
goto IL_00c2;
}
IL_00a3:
{
// validateText = text.Remove(m_StringSelectPosition, m_StringPosition - m_StringSelectPosition);
String_t* L_22;
L_22 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_23 = __this->___m_StringSelectPosition_66;
int32_t L_24 = __this->___m_StringPosition_65;
int32_t L_25 = __this->___m_StringSelectPosition_66;
NullCheck(L_22);
String_t* L_26;
L_26 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_22, L_23, ((int32_t)il2cpp_codegen_subtract(L_24, L_25)), NULL);
V_1 = L_26;
}
IL_00c2:
{
goto IL_020a;
}
IL_00c8:
{
// if (m_CaretPosition < m_CaretSelectPosition)
int32_t L_27 = __this->___m_CaretPosition_67;
int32_t L_28 = __this->___m_CaretSelectPosition_68;
V_7 = (bool)((((int32_t)L_27) < ((int32_t)L_28))? 1 : 0);
bool L_29 = V_7;
if (!L_29)
{
goto IL_0177;
}
}
{
// m_StringPosition = m_TextComponent.textInfo.characterInfo[m_CaretPosition].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_30 = __this->___m_TextComponent_27;
NullCheck(L_30);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_31;
L_31 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_30, NULL);
NullCheck(L_31);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_32 = L_31->___characterInfo_11;
int32_t L_33 = __this->___m_CaretPosition_67;
NullCheck(L_32);
int32_t L_34 = ((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_33)))->___index_1;
__this->___m_StringPosition_65 = L_34;
// m_StringSelectPosition = m_TextComponent.textInfo.characterInfo[m_CaretSelectPosition - 1].index + m_TextComponent.textInfo.characterInfo[m_CaretSelectPosition - 1].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_35 = __this->___m_TextComponent_27;
NullCheck(L_35);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_36;
L_36 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_35, NULL);
NullCheck(L_36);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_37 = L_36->___characterInfo_11;
int32_t L_38 = __this->___m_CaretSelectPosition_68;
NullCheck(L_37);
int32_t L_39 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_38, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_40 = __this->___m_TextComponent_27;
NullCheck(L_40);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_41;
L_41 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_40, NULL);
NullCheck(L_41);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_42 = L_41->___characterInfo_11;
int32_t L_43 = __this->___m_CaretSelectPosition_68;
NullCheck(L_42);
int32_t L_44 = ((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_43, 1)))))->___stringLength_2;
__this->___m_StringSelectPosition_66 = ((int32_t)il2cpp_codegen_add(L_39, L_44));
// validateText = text.Remove(m_StringPosition, m_StringSelectPosition - m_StringPosition);
String_t* L_45;
L_45 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_46 = __this->___m_StringPosition_65;
int32_t L_47 = __this->___m_StringSelectPosition_66;
int32_t L_48 = __this->___m_StringPosition_65;
NullCheck(L_45);
String_t* L_49;
L_49 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_45, L_46, ((int32_t)il2cpp_codegen_subtract(L_47, L_48)), NULL);
V_1 = L_49;
goto IL_0209;
}
IL_0177:
{
// m_StringPosition = m_TextComponent.textInfo.characterInfo[m_CaretPosition - 1].index + m_TextComponent.textInfo.characterInfo[m_CaretPosition - 1].stringLength;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_50 = __this->___m_TextComponent_27;
NullCheck(L_50);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_51;
L_51 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_50, NULL);
NullCheck(L_51);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_52 = L_51->___characterInfo_11;
int32_t L_53 = __this->___m_CaretPosition_67;
NullCheck(L_52);
int32_t L_54 = ((L_52)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_53, 1)))))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_55 = __this->___m_TextComponent_27;
NullCheck(L_55);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_56;
L_56 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_55, NULL);
NullCheck(L_56);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_57 = L_56->___characterInfo_11;
int32_t L_58 = __this->___m_CaretPosition_67;
NullCheck(L_57);
int32_t L_59 = ((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_58, 1)))))->___stringLength_2;
__this->___m_StringPosition_65 = ((int32_t)il2cpp_codegen_add(L_54, L_59));
// m_StringSelectPosition = m_TextComponent.textInfo.characterInfo[m_CaretSelectPosition].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_60 = __this->___m_TextComponent_27;
NullCheck(L_60);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_61;
L_61 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_60, NULL);
NullCheck(L_61);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_62 = L_61->___characterInfo_11;
int32_t L_63 = __this->___m_CaretSelectPosition_68;
NullCheck(L_62);
int32_t L_64 = ((L_62)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_63)))->___index_1;
__this->___m_StringSelectPosition_66 = L_64;
// validateText = text.Remove(m_StringSelectPosition, m_StringPosition - m_StringSelectPosition);
String_t* L_65;
L_65 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_66 = __this->___m_StringSelectPosition_66;
int32_t L_67 = __this->___m_StringPosition_65;
int32_t L_68 = __this->___m_StringSelectPosition_66;
NullCheck(L_65);
String_t* L_69;
L_69 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_65, L_66, ((int32_t)il2cpp_codegen_subtract(L_67, L_68)), NULL);
V_1 = L_69;
}
IL_0209:
{
}
IL_020a:
{
}
IL_020b:
{
// if (onValidateInput != null)
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* L_70;
L_70 = TMP_InputField_get_onValidateInput_mF293BE6DE7AAA1F8E37E20B73418A639A8963A7D(__this, NULL);
V_8 = (bool)((!(((RuntimeObject*)(OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530*)L_70) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_71 = V_8;
if (!L_71)
{
goto IL_022e;
}
}
{
// input = onValidateInput(validateText, insertionPosition, input);
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* L_72;
L_72 = TMP_InputField_get_onValidateInput_mF293BE6DE7AAA1F8E37E20B73418A639A8963A7D(__this, NULL);
String_t* L_73 = V_1;
int32_t L_74 = V_0;
Il2CppChar L_75 = ___input0;
NullCheck(L_72);
Il2CppChar L_76;
L_76 = OnValidateInput_Invoke_m1CDDA220BF2691F42200A098F57AE10FDE383E49_inline(L_72, L_73, L_74, L_75, NULL);
___input0 = L_76;
goto IL_0281;
}
IL_022e:
{
// else if (characterValidation == CharacterValidation.CustomValidator)
int32_t L_77;
L_77 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_9 = (bool)((((int32_t)L_77) == ((int32_t)8))? 1 : 0);
bool L_78 = V_9;
if (!L_78)
{
goto IL_0265;
}
}
{
// input = Validate(validateText, insertionPosition, input);
String_t* L_79 = V_1;
int32_t L_80 = V_0;
Il2CppChar L_81 = ___input0;
Il2CppChar L_82;
L_82 = TMP_InputField_Validate_m76212763DA49DFD7C152C65F8AF6CC056EE69979(__this, L_79, L_80, L_81, NULL);
___input0 = L_82;
// if (input == 0) return;
Il2CppChar L_83 = ___input0;
V_10 = (bool)((((int32_t)L_83) == ((int32_t)0))? 1 : 0);
bool L_84 = V_10;
if (!L_84)
{
goto IL_0255;
}
}
{
// if (input == 0) return;
goto IL_0295;
}
IL_0255:
{
// SendOnValueChanged();
TMP_InputField_SendOnValueChanged_m9138A30966454771476FF25A71ED03DDAF6EC0C7(__this, NULL);
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// return;
goto IL_0295;
}
IL_0265:
{
// else if (characterValidation != CharacterValidation.None)
int32_t L_85;
L_85 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_11 = (bool)((!(((uint32_t)L_85) <= ((uint32_t)0)))? 1 : 0);
bool L_86 = V_11;
if (!L_86)
{
goto IL_0281;
}
}
{
// input = Validate(validateText, insertionPosition, input);
String_t* L_87 = V_1;
int32_t L_88 = V_0;
Il2CppChar L_89 = ___input0;
Il2CppChar L_90;
L_90 = TMP_InputField_Validate_m76212763DA49DFD7C152C65F8AF6CC056EE69979(__this, L_87, L_88, L_89, NULL);
___input0 = L_90;
}
IL_0281:
{
// if (input == 0)
Il2CppChar L_91 = ___input0;
V_12 = (bool)((((int32_t)L_91) == ((int32_t)0))? 1 : 0);
bool L_92 = V_12;
if (!L_92)
{
goto IL_028d;
}
}
{
// return;
goto IL_0295;
}
IL_028d:
{
// Insert(input);
Il2CppChar L_93 = ___input0;
TMP_InputField_Insert_mD8773951E82B4743AF137BE4EDA14915EC704907(__this, L_93, NULL);
}
IL_0295:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::Insert(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Insert_mD8773951E82B4743AF137BE4EDA14915EC704907 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
int32_t G_B5_0 = 0;
{
// if (m_ReadOnly)
bool L_0 = __this->___m_ReadOnly_63;
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_00ac;
}
IL_0010:
{
// string replaceString = c.ToString();
String_t* L_2;
L_2 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___c0), NULL);
V_0 = L_2;
// Delete();
TMP_InputField_Delete_mD817C69CFF25B762DF673A1FD31DAF0E2F761784(__this, NULL);
// if (characterLimit > 0 && text.Length >= characterLimit)
int32_t L_3;
L_3 = TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409(__this, NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_4;
L_4 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
int32_t L_6;
L_6 = TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409(__this, NULL);
G_B5_0 = ((((int32_t)((((int32_t)L_5) < ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0041;
}
IL_0040:
{
G_B5_0 = 0;
}
IL_0041:
{
V_2 = (bool)G_B5_0;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0047;
}
}
{
// return;
goto IL_00ac;
}
IL_0047:
{
// m_Text = text.Insert(m_StringPosition, replaceString);
String_t* L_8;
L_8 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_9 = __this->___m_StringPosition_65;
String_t* L_10 = V_0;
NullCheck(L_8);
String_t* L_11;
L_11 = String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A(L_8, L_9, L_10, NULL);
__this->___m_Text_60 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_11);
// if (!char.IsHighSurrogate(c))
Il2CppChar L_12 = ___c0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Char_IsHighSurrogate_m8842F5E950FC9EAE3B20556630C2AA5CA9FEB6D4(L_12, NULL);
V_3 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
bool L_14 = V_3;
if (!L_14)
{
goto IL_0085;
}
}
{
// m_CaretSelectPosition = m_CaretPosition += 1;
int32_t L_15 = __this->___m_CaretPosition_67;
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_15, 1));
V_4 = L_16;
__this->___m_CaretPosition_67 = L_16;
int32_t L_17 = V_4;
__this->___m_CaretSelectPosition_68 = L_17;
}
IL_0085:
{
// m_StringSelectPosition = m_StringPosition += 1;
int32_t L_18 = __this->___m_StringPosition_65;
int32_t L_19 = ((int32_t)il2cpp_codegen_add(L_18, 1));
V_4 = L_19;
__this->___m_StringPosition_65 = L_19;
int32_t L_20 = V_4;
__this->___m_StringSelectPosition_66 = L_20;
// UpdateTouchKeyboardFromEditChanges();
TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12(__this, NULL);
// SendOnValueChanged();
TMP_InputField_SendOnValueChanged_m9138A30966454771476FF25A71ED03DDAF6EC0C7(__this, NULL);
}
IL_00ac:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::UpdateTouchKeyboardFromEditChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateTouchKeyboardFromEditChanges_m05E63AC0F9D593BB8584E97AC236646C05E22B12 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// if (m_SoftKeyboard != null && InPlaceEditing())
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_0 = __this->___m_SoftKeyboard_20;
if (!L_0)
{
goto IL_0011;
}
}
{
bool L_1;
L_1 = TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1(__this, NULL);
G_B3_0 = ((int32_t)(L_1));
goto IL_0012;
}
IL_0011:
{
G_B3_0 = 0;
}
IL_0012:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002a;
}
}
{
// m_SoftKeyboard.text = m_Text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_3 = __this->___m_SoftKeyboard_20;
String_t* L_4 = __this->___m_Text_60;
NullCheck(L_3);
TouchScreenKeyboard_set_text_m0A8AA05F4D9D27E8764955F0041452145B6C6FBB(L_3, L_4, NULL);
}
IL_002a:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnValueChangedAndUpdateLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnValueChangedAndUpdateLabel_m9A56A0E7406E3E3362400445749CE33C20C7BC64 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// SendOnValueChanged();
TMP_InputField_SendOnValueChanged_m9138A30966454771476FF25A71ED03DDAF6EC0C7(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnValueChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnValueChanged_m9138A30966454771476FF25A71ED03DDAF6EC0C7 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (onValueChanged != null)
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* L_0;
L_0 = TMP_InputField_get_onValueChanged_m407B5F5BFD1F4B04032F6B90B06F5072F5993407(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
// onValueChanged.Invoke(text);
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* L_2;
L_2 = TMP_InputField_get_onValueChanged_m407B5F5BFD1F4B04032F6B90B06F5072F5993407(__this, NULL);
String_t* L_3;
L_3 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
NullCheck(L_2);
UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15(L_2, L_3, UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
}
IL_0020:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnEndEdit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnEndEdit_mBE399B126786848BC400A04B165A6C9BD6757CD1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (onEndEdit != null)
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_0;
L_0 = TMP_InputField_get_onEndEdit_m0CE9718C71A834CC279430E20DC7FF4F42114FD3(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
// onEndEdit.Invoke(m_Text);
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_2;
L_2 = TMP_InputField_get_onEndEdit_m0CE9718C71A834CC279430E20DC7FF4F42114FD3(__this, NULL);
String_t* L_3 = __this->___m_Text_60;
NullCheck(L_2);
UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15(L_2, L_3, UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
}
IL_0020:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnSubmit_m3993BECBCAB4632CD5C564C0BC38486FC2320D14 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (onSubmit != null)
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_0;
L_0 = TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
// onSubmit.Invoke(m_Text);
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_2;
L_2 = TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90(__this, NULL);
String_t* L_3 = __this->___m_Text_60;
NullCheck(L_2);
UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15(L_2, L_3, UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
}
IL_0020:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnFocus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnFocus_m306B75E91484337E9A090AB1A45D971133ACF7C8 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (onSelect != null)
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_0;
L_0 = TMP_InputField_get_onSelect_m6762226148A4B3265EE5FD70ED894BBE8DE86AF0(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
// onSelect.Invoke(m_Text);
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_2;
L_2 = TMP_InputField_get_onSelect_m6762226148A4B3265EE5FD70ED894BBE8DE86AF0(__this, NULL);
String_t* L_3 = __this->___m_Text_60;
NullCheck(L_2);
UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15(L_2, L_3, UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
}
IL_0020:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnFocusLost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnFocusLost_m0BC85C3C362617A4E81F9E9360207EFC0D2882FF (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (onDeselect != null)
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_0;
L_0 = TMP_InputField_get_onDeselect_mC9429495032728AEE8FCB818D61EDFB5DC7F9B0A(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
// onDeselect.Invoke(m_Text);
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* L_2;
L_2 = TMP_InputField_get_onDeselect_mC9429495032728AEE8FCB818D61EDFB5DC7F9B0A(__this, NULL);
String_t* L_3 = __this->___m_Text_60;
NullCheck(L_2);
UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15(L_2, L_3, UnityEvent_1_Invoke_mA633B48B5D287DA856FB954AC3E4012487E63C15_RuntimeMethod_var);
}
IL_0020:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnTextSelection_m301880AB4201417DFE7FEB6CC22A323DF0935ADC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// m_isSelected = true;
__this->___m_isSelected_110 = (bool)1;
// if (onTextSelection != null)
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_0;
L_0 = TMP_InputField_get_onTextSelection_mEBA14AF8E2BAF100DE885B78385F510A8E978A33(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0033;
}
}
{
// onTextSelection.Invoke(m_Text, stringPositionInternal, stringSelectPositionInternal);
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_2;
L_2 = TMP_InputField_get_onTextSelection_mEBA14AF8E2BAF100DE885B78385F510A8E978A33(__this, NULL);
String_t* L_3 = __this->___m_Text_60;
int32_t L_4;
L_4 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_5;
L_5 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
NullCheck(L_2);
UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6(L_2, L_3, L_4, L_5, UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
}
IL_0033:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendOnEndTextSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendOnEndTextSelection_m5142CBC7340FC8E2B0457DDD1F257C1A19DE01D0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (!m_isSelected) return;
bool L_0 = __this->___m_isSelected_110;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// if (!m_isSelected) return;
goto IL_0042;
}
IL_0010:
{
// if (onEndTextSelection != null)
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_2;
L_2 = TMP_InputField_get_onEndTextSelection_mB01ED58A536B3DCC323A974C27C50337EAC7CAD5(__this, NULL);
V_1 = (bool)((!(((RuntimeObject*)(TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_003b;
}
}
{
// onEndTextSelection.Invoke(m_Text, stringPositionInternal, stringSelectPositionInternal);
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* L_4;
L_4 = TMP_InputField_get_onEndTextSelection_mB01ED58A536B3DCC323A974C27C50337EAC7CAD5(__this, NULL);
String_t* L_5 = __this->___m_Text_60;
int32_t L_6;
L_6 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_7;
L_7 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
NullCheck(L_4);
UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6(L_4, L_5, L_6, L_7, UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
}
IL_003b:
{
// m_isSelected = false;
__this->___m_isSelected_110 = (bool)0;
}
IL_0042:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SendTouchScreenKeyboardStatusChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SendTouchScreenKeyboardStatusChanged_mF0F1E86DFF3023EA6167004879DAE86E1D2C3AEB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_m9607E0E883B2FD3379DEAFA17740ACBFB0A99412_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (onTouchScreenKeyboardStatusChanged != null)
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* L_0;
L_0 = TMP_InputField_get_onTouchScreenKeyboardStatusChanged_mF14075CDC1B4C99F300FCAD70350CDF144CB4818(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
// onTouchScreenKeyboardStatusChanged.Invoke(m_SoftKeyboard.status);
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* L_2;
L_2 = TMP_InputField_get_onTouchScreenKeyboardStatusChanged_mF14075CDC1B4C99F300FCAD70350CDF144CB4818(__this, NULL);
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_3 = __this->___m_SoftKeyboard_20;
NullCheck(L_3);
int32_t L_4;
L_4 = TouchScreenKeyboard_get_status_mCC466FDEC7E1913D8585ABA7F048FC198CB19504(L_3, NULL);
NullCheck(L_2);
UnityEvent_1_Invoke_m9607E0E883B2FD3379DEAFA17740ACBFB0A99412(L_2, L_4, UnityEvent_1_Invoke_m9607E0E883B2FD3379DEAFA17740ACBFB0A99412_RuntimeMethod_var);
}
IL_0025:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::UpdateLabel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutRebuilder_tD2269CCD93BD5A8C4A92188C66E212B976FA6564_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*)&_stringLiteral22BE618ADF9DAFBF84F27DD4CA2D8D34F67B1103);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EA6E1F0CD13652D9FAF12B294A842319F6F67E5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AD0A41F2A9B43719CFF3CBA1FFE2771F454578E);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
String_t* 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;
bool V_9 = false;
bool V_10 = false;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* V_11 = NULL;
bool V_12 = false;
int32_t V_13 = 0;
int32_t V_14 = 0;
bool V_15 = false;
int32_t G_B4_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B30_0 = 0;
int32_t G_B36_0 = 0;
{
// if (m_TextComponent != null && m_TextComponent.font != null && m_PreventCallback == false)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
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_002d;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_2 = __this->___m_TextComponent_27;
NullCheck(L_2);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_3;
L_3 = TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_4)
{
goto IL_002d;
}
}
{
bool L_5 = __this->___m_PreventCallback_88;
G_B4_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
bool L_6 = V_0;
if (!L_6)
{
goto IL_02ae;
}
}
{
// m_PreventCallback = true;
__this->___m_PreventCallback_88 = (bool)1;
// if (compositionLength > 0 && m_ReadOnly == false)
int32_t L_7;
L_7 = TMP_InputField_get_compositionLength_m444E57B7F68C9AECE1CDEBF4732FAD66EBA4937F(__this, NULL);
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_0051;
}
}
{
bool L_8 = __this->___m_ReadOnly_63;
G_B8_0 = ((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
goto IL_0052;
}
IL_0051:
{
G_B8_0 = 0;
}
IL_0052:
{
V_4 = (bool)G_B8_0;
bool L_9 = V_4;
if (!L_9)
{
goto IL_00f8;
}
}
{
// Delete();
TMP_InputField_Delete_mD817C69CFF25B762DF673A1FD31DAF0E2F761784(__this, NULL);
// if (m_RichText)
bool L_10 = __this->___m_RichText_64;
V_5 = L_10;
bool L_11 = V_5;
if (!L_11)
{
goto IL_00bf;
}
}
{
// fullText = text.Substring(0, m_StringPosition) + "<u>" + compositionString + "</u>" + text.Substring(m_StringPosition);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
String_t* L_14;
L_14 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_15 = __this->___m_StringPosition_65;
NullCheck(L_14);
String_t* L_16;
L_16 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_14, 0, L_15, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_16);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_13;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral4EA6E1F0CD13652D9FAF12B294A842319F6F67E5);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral4EA6E1F0CD13652D9FAF12B294A842319F6F67E5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17;
String_t* L_19;
L_19 = TMP_InputField_get_compositionString_m4332AACD655CF044F84411B3BCE32BF2034AC4CC(__this, NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_19);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_18;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral8AD0A41F2A9B43719CFF3CBA1FFE2771F454578E);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral8AD0A41F2A9B43719CFF3CBA1FFE2771F454578E);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
String_t* L_22;
L_22 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_23 = __this->___m_StringPosition_65;
NullCheck(L_22);
String_t* L_24;
L_24 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_22, L_23, NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_24);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_24);
String_t* L_25;
L_25 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_21, NULL);
V_1 = L_25;
goto IL_00ee;
}
IL_00bf:
{
// fullText = text.Substring(0, m_StringPosition) + compositionString + text.Substring(m_StringPosition);
String_t* L_26;
L_26 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_27 = __this->___m_StringPosition_65;
NullCheck(L_26);
String_t* L_28;
L_28 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_26, 0, L_27, NULL);
String_t* L_29;
L_29 = TMP_InputField_get_compositionString_m4332AACD655CF044F84411B3BCE32BF2034AC4CC(__this, NULL);
String_t* L_30;
L_30 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
int32_t L_31 = __this->___m_StringPosition_65;
NullCheck(L_30);
String_t* L_32;
L_32 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_30, L_31, NULL);
String_t* L_33;
L_33 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_28, L_29, L_32, NULL);
V_1 = L_33;
}
IL_00ee:
{
// m_IsCompositionActive = true;
__this->___m_IsCompositionActive_96 = (bool)1;
goto IL_010f;
}
IL_00f8:
{
// fullText = text;
String_t* L_34;
L_34 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
V_1 = L_34;
// m_IsCompositionActive = false;
__this->___m_IsCompositionActive_96 = (bool)0;
// m_ShouldUpdateIMEWindowPosition = true;
__this->___m_ShouldUpdateIMEWindowPosition_97 = (bool)1;
}
IL_010f:
{
// if (inputType == InputType.Password)
int32_t L_35;
L_35 = TMP_InputField_get_inputType_m93A6CC8FF76412F46471D91952323CE4C63B7D34(__this, NULL);
V_6 = (bool)((((int32_t)L_35) == ((int32_t)2))? 1 : 0);
bool L_36 = V_6;
if (!L_36)
{
goto IL_0132;
}
}
{
// processed = new string(asteriskChar, fullText.Length);
Il2CppChar L_37;
L_37 = TMP_InputField_get_asteriskChar_m3D3F22537749D339A3DB36BE6C56015D0B06A38E(__this, NULL);
String_t* L_38 = V_1;
NullCheck(L_38);
int32_t L_39;
L_39 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_38, NULL);
String_t* L_40;
L_40 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, L_37, L_39, NULL);
V_2 = L_40;
goto IL_0134;
}
IL_0132:
{
// processed = fullText;
String_t* L_41 = V_1;
V_2 = L_41;
}
IL_0134:
{
// bool isEmpty = string.IsNullOrEmpty(fullText);
String_t* L_42 = V_1;
bool L_43;
L_43 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_42, NULL);
V_3 = L_43;
// if (m_Placeholder != null)
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_44 = __this->___m_Placeholder_29;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_45;
L_45 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_44, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_7 = L_45;
bool L_46 = V_7;
if (!L_46)
{
goto IL_015a;
}
}
{
// m_Placeholder.enabled = isEmpty;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_47 = __this->___m_Placeholder_29;
bool L_48 = V_3;
NullCheck(L_47);
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_47, L_48, NULL);
}
IL_015a:
{
// if (!isEmpty && m_ReadOnly == false)
bool L_49 = V_3;
if (L_49)
{
goto IL_0168;
}
}
{
bool L_50 = __this->___m_ReadOnly_63;
G_B22_0 = ((((int32_t)L_50) == ((int32_t)0))? 1 : 0);
goto IL_0169;
}
IL_0168:
{
G_B22_0 = 0;
}
IL_0169:
{
V_8 = (bool)G_B22_0;
bool L_51 = V_8;
if (!L_51)
{
goto IL_0178;
}
}
{
// SetCaretVisible();
TMP_InputField_SetCaretVisible_m1D8A496EA7137B9CCEFD1785B1D5BFA3A3325194(__this, NULL);
}
IL_0178:
{
// m_TextComponent.text = processed + "\u200B"; // Extra space is added for Caret tracking.
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_52 = __this->___m_TextComponent_27;
String_t* L_53 = V_2;
String_t* L_54;
L_54 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_53, _stringLiteral22BE618ADF9DAFBF84F27DD4CA2D8D34F67B1103, NULL);
NullCheck(L_52);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_52, L_54);
// if (m_IsDrivenByLayoutComponents)
bool L_55 = __this->___m_IsDrivenByLayoutComponents_32;
V_9 = L_55;
bool L_56 = V_9;
if (!L_56)
{
goto IL_01a7;
}
}
{
// LayoutRebuilder.MarkLayoutForRebuild(m_RectTransform);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_57 = __this->___m_RectTransform_22;
il2cpp_codegen_runtime_class_init_inline(LayoutRebuilder_tD2269CCD93BD5A8C4A92188C66E212B976FA6564_il2cpp_TypeInfo_var);
LayoutRebuilder_MarkLayoutForRebuild_mDCEDDC15B627D68B3516499253AC593EF7C1D56D(L_57, NULL);
}
IL_01a7:
{
// if (m_LineLimit > 0)
int32_t L_58 = __this->___m_LineLimit_108;
V_10 = (bool)((((int32_t)L_58) > ((int32_t)0))? 1 : 0);
bool L_59 = V_10;
if (!L_59)
{
goto IL_026c;
}
}
{
// m_TextComponent.ForceMeshUpdate();
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_60 = __this->___m_TextComponent_27;
NullCheck(L_60);
VirtualActionInvoker2< bool, bool >::Invoke(106 /* System.Void TMPro.TMP_Text::ForceMeshUpdate(System.Boolean,System.Boolean) */, L_60, (bool)0, (bool)0);
// TMP_TextInfo textInfo = m_TextComponent.textInfo;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_61 = __this->___m_TextComponent_27;
NullCheck(L_61);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_62;
L_62 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_61, NULL);
V_11 = L_62;
// if (textInfo != null && textInfo.lineCount > m_LineLimit)
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_63 = V_11;
if (!L_63)
{
goto IL_01ea;
}
}
{
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_64 = V_11;
NullCheck(L_64);
int32_t L_65 = L_64->___lineCount_8;
int32_t L_66 = __this->___m_LineLimit_108;
G_B30_0 = ((((int32_t)L_65) > ((int32_t)L_66))? 1 : 0);
goto IL_01eb;
}
IL_01ea:
{
G_B30_0 = 0;
}
IL_01eb:
{
V_12 = (bool)G_B30_0;
bool L_67 = V_12;
if (!L_67)
{
goto IL_026b;
}
}
{
// int lastValidCharacterIndex = textInfo.lineInfo[m_LineLimit - 1].lastCharacterIndex;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_68 = V_11;
NullCheck(L_68);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_69 = L_68->___lineInfo_14;
int32_t L_70 = __this->___m_LineLimit_108;
NullCheck(L_69);
int32_t L_71 = ((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_70, 1)))))->___lastCharacterIndex_7;
V_13 = L_71;
// int characterStringIndex = textInfo.characterInfo[lastValidCharacterIndex].index + textInfo.characterInfo[lastValidCharacterIndex].stringLength;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_72 = V_11;
NullCheck(L_72);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_73 = L_72->___characterInfo_11;
int32_t L_74 = V_13;
NullCheck(L_73);
int32_t L_75 = ((L_73)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_74)))->___index_1;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_76 = V_11;
NullCheck(L_76);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_77 = L_76->___characterInfo_11;
int32_t L_78 = V_13;
NullCheck(L_77);
int32_t L_79 = ((L_77)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_78)))->___stringLength_2;
V_14 = ((int32_t)il2cpp_codegen_add(L_75, L_79));
// text = processed.Remove(characterStringIndex, processed.Length - characterStringIndex);
String_t* L_80 = V_2;
int32_t L_81 = V_14;
String_t* L_82 = V_2;
NullCheck(L_82);
int32_t L_83;
L_83 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_82, NULL);
int32_t L_84 = V_14;
NullCheck(L_80);
String_t* L_85;
L_85 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_80, L_81, ((int32_t)il2cpp_codegen_subtract(L_83, L_84)), NULL);
TMP_InputField_set_text_m684E9CDA2D9E82D1C497B5E03DBE79C00584FF62(__this, L_85, NULL);
// m_TextComponent.text = text + "\u200B";
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_86 = __this->___m_TextComponent_27;
String_t* L_87;
L_87 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
String_t* L_88;
L_88 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_87, _stringLiteral22BE618ADF9DAFBF84F27DD4CA2D8D34F67B1103, NULL);
NullCheck(L_86);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_86, L_88);
}
IL_026b:
{
}
IL_026c:
{
// if (m_IsTextComponentUpdateRequired || m_VerticalScrollbar)
bool L_89 = __this->___m_IsTextComponentUpdateRequired_90;
if (L_89)
{
goto IL_0281;
}
}
{
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_90 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_91;
L_91 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_90, NULL);
G_B36_0 = ((int32_t)(L_91));
goto IL_0282;
}
IL_0281:
{
G_B36_0 = 1;
}
IL_0282:
{
V_15 = (bool)G_B36_0;
bool L_92 = V_15;
if (!L_92)
{
goto IL_029f;
}
}
{
// m_IsTextComponentUpdateRequired = false;
__this->___m_IsTextComponentUpdateRequired_90 = (bool)0;
// m_TextComponent.ForceMeshUpdate();
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_93 = __this->___m_TextComponent_27;
NullCheck(L_93);
VirtualActionInvoker2< bool, bool >::Invoke(106 /* System.Void TMPro.TMP_Text::ForceMeshUpdate(System.Boolean,System.Boolean) */, L_93, (bool)0, (bool)0);
}
IL_029f:
{
// MarkGeometryAsDirty();
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
// m_PreventCallback = false;
__this->___m_PreventCallback_88 = (bool)0;
}
IL_02ae:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::UpdateScrollbar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateScrollbar_m61D071BE0C6F2D5C8FD3F75AF4B6A256685429C9 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
{
// if (m_VerticalScrollbar)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_0 = __this->___m_VerticalScrollbar_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_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0051;
}
}
{
// Rect viewportRect = m_TextViewport.rect;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = __this->___m_TextViewport_23;
NullCheck(L_3);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
L_4 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_3, NULL);
V_1 = L_4;
// float size = viewportRect.height / m_TextComponent.preferredHeight;
float L_5;
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_1), NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
float L_7;
L_7 = VirtualFuncInvoker0< float >::Invoke(85 /* System.Single TMPro.TMP_Text::get_preferredHeight() */, L_6);
V_2 = ((float)(L_5/L_7));
// m_VerticalScrollbar.size = size;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_8 = __this->___m_VerticalScrollbar_30;
float L_9 = V_2;
NullCheck(L_8);
Scrollbar_set_size_m5376982465D6013425FAB0CA8EFC620C3E1458FB(L_8, L_9, NULL);
// m_VerticalScrollbar.value = GetScrollPositionRelativeToViewport();
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_10 = __this->___m_VerticalScrollbar_30;
float L_11;
L_11 = TMP_InputField_GetScrollPositionRelativeToViewport_mE320B683741E2E7403D1F2ADCD65F44B68FA4158(__this, NULL);
NullCheck(L_10);
Scrollbar_set_value_m8F7815DB02D4A69B33B091FC5F674609F070D804(L_10, L_11, NULL);
}
IL_0051:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnScrollbarValueChange(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnScrollbarValueChange_mD38291A7EBF4EDA6C308DF090261355519C10E03 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// if (value < 0 || value > 1) return;
float L_0 = ___value0;
if ((((float)L_0) < ((float)(0.0f))))
{
goto IL_0013;
}
}
{
float L_1 = ___value0;
G_B3_0 = ((((float)L_1) > ((float)(1.0f)))? 1 : 0);
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 1;
}
IL_0014:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001a;
}
}
{
// if (value < 0 || value > 1) return;
goto IL_0029;
}
IL_001a:
{
// AdjustTextPositionRelativeToViewport(value);
float L_3 = ___value0;
TMP_InputField_AdjustTextPositionRelativeToViewport_m7EC3FED9FB3F4F5450E60552FE36F0D79E48592C(__this, L_3, NULL);
// m_ScrollPosition = value;
float L_4 = ___value0;
__this->___m_ScrollPosition_35 = L_4;
}
IL_0029:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::UpdateMaskRegions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateMaskRegions_mD22E32D41A5E6EDAC8A7547194CA34A4DE918343 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::AdjustTextPositionRelativeToViewport(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_AdjustTextPositionRelativeToViewport_m7EC3FED9FB3F4F5450E60552FE36F0D79E48592C (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___relativePosition0, 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;
}
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* V_0 = NULL;
float V_1 = 0.0f;
float V_2 = 0.0f;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_7;
memset((&V_7), 0, sizeof(V_7));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_8;
memset((&V_8), 0, sizeof(V_8));
int32_t G_B7_0 = 0;
{
// if (m_TextViewport == null)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_TextViewport_23;
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_3 = L_1;
bool L_2 = V_3;
if (!L_2)
{
goto IL_0016;
}
}
{
// return;
goto IL_0151;
}
IL_0016:
{
// TMP_TextInfo textInfo = m_TextComponent.textInfo;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_3 = __this->___m_TextComponent_27;
NullCheck(L_3);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_4;
L_4 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_3, NULL);
V_0 = L_4;
// if (textInfo == null || textInfo.lineInfo == null || textInfo.lineCount == 0 || textInfo.lineCount > textInfo.lineInfo.Length) return;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_5 = V_0;
if (!L_5)
{
goto IL_0047;
}
}
{
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_6 = V_0;
NullCheck(L_6);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_7 = L_6->___lineInfo_14;
if (!L_7)
{
goto IL_0047;
}
}
{
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = L_8->___lineCount_8;
if (!L_9)
{
goto IL_0047;
}
}
{
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = L_10->___lineCount_8;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_12 = V_0;
NullCheck(L_12);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_13 = L_12->___lineInfo_14;
NullCheck(L_13);
G_B7_0 = ((((int32_t)L_11) > ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))? 1 : 0);
goto IL_0048;
}
IL_0047:
{
G_B7_0 = 1;
}
IL_0048:
{
V_4 = (bool)G_B7_0;
bool L_14 = V_4;
if (!L_14)
{
goto IL_0053;
}
}
{
// if (textInfo == null || textInfo.lineInfo == null || textInfo.lineCount == 0 || textInfo.lineCount > textInfo.lineInfo.Length) return;
goto IL_0151;
}
IL_0053:
{
// float verticalAlignmentOffset = 0;
V_1 = (0.0f);
// float textHeight = m_TextComponent.preferredHeight;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_15 = __this->___m_TextComponent_27;
NullCheck(L_15);
float L_16;
L_16 = VirtualFuncInvoker0< float >::Invoke(85 /* System.Single TMPro.TMP_Text::get_preferredHeight() */, L_15);
V_2 = L_16;
// switch (m_TextComponent.verticalAlignment)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_17 = __this->___m_TextComponent_27;
NullCheck(L_17);
int32_t L_18;
L_18 = TMP_Text_get_verticalAlignment_m83109ED3E925A505F5E9E9142B07829A56CCB54A(L_17, NULL);
V_6 = L_18;
int32_t L_19 = V_6;
V_5 = L_19;
int32_t L_20 = V_5;
if ((((int32_t)L_20) > ((int32_t)((int32_t)1024))))
{
goto IL_00a0;
}
}
{
int32_t L_21 = V_5;
if ((((int32_t)L_21) == ((int32_t)((int32_t)256))))
{
goto IL_00c1;
}
}
{
goto IL_008a;
}
IL_008a:
{
int32_t L_22 = V_5;
if ((((int32_t)L_22) == ((int32_t)((int32_t)512))))
{
goto IL_00c9;
}
}
{
goto IL_0095;
}
IL_0095:
{
int32_t L_23 = V_5;
if ((((int32_t)L_23) == ((int32_t)((int32_t)1024))))
{
goto IL_00d1;
}
}
{
goto IL_0105;
}
IL_00a0:
{
int32_t L_24 = V_5;
if ((((int32_t)L_24) == ((int32_t)((int32_t)2048))))
{
goto IL_00d9;
}
}
{
goto IL_00ab;
}
IL_00ab:
{
int32_t L_25 = V_5;
if ((((int32_t)L_25) == ((int32_t)((int32_t)4096))))
{
goto IL_00db;
}
}
{
goto IL_00b6;
}
IL_00b6:
{
int32_t L_26 = V_5;
if ((((int32_t)L_26) == ((int32_t)((int32_t)8192))))
{
goto IL_00fd;
}
}
{
goto IL_0105;
}
IL_00c1:
{
// verticalAlignmentOffset = 0;
V_1 = (0.0f);
// break;
goto IL_0105;
}
IL_00c9:
{
// verticalAlignmentOffset = 0.5f;
V_1 = (0.5f);
// break;
goto IL_0105;
}
IL_00d1:
{
// verticalAlignmentOffset = 1.0f;
V_1 = (1.0f);
// break;
goto IL_0105;
}
IL_00d9:
{
// break;
goto IL_0105;
}
IL_00db:
{
// verticalAlignmentOffset = 0.5f;
V_1 = (0.5f);
// textHeight = m_TextComponent.bounds.size.y;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_27 = __this->___m_TextComponent_27;
NullCheck(L_27);
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_28;
L_28 = TMP_Text_get_bounds_mAEE407DE6CA2E1D1180868C03A3F0A3B6E455189(L_27, NULL);
V_7 = L_28;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
L_29 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_7), NULL);
float L_30 = L_29.___y_3;
V_2 = L_30;
// break;
goto IL_0105;
}
IL_00fd:
{
// verticalAlignmentOffset = 0.5f;
V_1 = (0.5f);
// break;
goto IL_0105;
}
IL_0105:
{
// m_TextComponent.rectTransform.anchoredPosition = new Vector2(m_TextComponent.rectTransform.anchoredPosition.x, (textHeight - m_TextViewport.rect.height) * (relativePosition - verticalAlignmentOffset));
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_31 = __this->___m_TextComponent_27;
NullCheck(L_31);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_32;
L_32 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_31, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_33 = __this->___m_TextComponent_27;
NullCheck(L_33);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_34;
L_34 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_33, NULL);
NullCheck(L_34);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35;
L_35 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_34, NULL);
float L_36 = L_35.___x_0;
float L_37 = V_2;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_38 = __this->___m_TextViewport_23;
NullCheck(L_38);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39;
L_39 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_38, NULL);
V_8 = L_39;
float L_40;
L_40 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_8), NULL);
float L_41 = ___relativePosition0;
float L_42 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
memset((&L_43), 0, sizeof(L_43));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_43), L_36, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_37, L_40)), ((float)il2cpp_codegen_subtract(L_41, L_42)))), /*hidden argument*/NULL);
NullCheck(L_32);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_32, L_43, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_0151:
{
// }
return;
}
}
// System.Int32 TMPro.TMP_InputField::GetCaretPositionFromStringIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___stringIndex0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
{
// int count = m_TextComponent.textInfo.characterCount;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
NullCheck(L_0);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_1;
L_1 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_0, NULL);
NullCheck(L_1);
int32_t L_2 = L_1->___characterCount_3;
V_0 = L_2;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_0045;
}
IL_0016:
{
// if (m_TextComponent.textInfo.characterInfo[i].index >= stringIndex)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_3 = __this->___m_TextComponent_27;
NullCheck(L_3);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_4;
L_4 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_3, NULL);
NullCheck(L_4);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_5 = L_4->___characterInfo_11;
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->___index_1;
int32_t L_8 = ___stringIndex0;
V_2 = (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_9 = V_2;
if (!L_9)
{
goto IL_0040;
}
}
{
// return i;
int32_t L_10 = V_1;
V_3 = L_10;
goto IL_0053;
}
IL_0040:
{
// for (int i = 0; i < count; i++)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0045:
{
// for (int i = 0; i < count; i++)
int32_t L_12 = V_1;
int32_t L_13 = V_0;
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_4;
if (L_14)
{
goto IL_0016;
}
}
{
// return count;
int32_t L_15 = V_0;
V_3 = L_15;
goto IL_0053;
}
IL_0053:
{
// }
int32_t L_16 = V_3;
return L_16;
}
}
// System.Int32 TMPro.TMP_InputField::GetMinCaretPositionFromStringIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_GetMinCaretPositionFromStringIndex_mF22329EB6607A83C8791B9DE0A1FB4B8B53575AC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___stringIndex0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
{
// int count = m_TextComponent.textInfo.characterCount;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
NullCheck(L_0);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_1;
L_1 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_0, NULL);
NullCheck(L_1);
int32_t L_2 = L_1->___characterCount_3;
V_0 = L_2;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_005e;
}
IL_0016:
{
// if (stringIndex < m_TextComponent.textInfo.characterInfo[i].index + m_TextComponent.textInfo.characterInfo[i].stringLength)
int32_t L_3 = ___stringIndex0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_4 = __this->___m_TextComponent_27;
NullCheck(L_4);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_5;
L_5 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_4, NULL);
NullCheck(L_5);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_6 = L_5->___characterInfo_11;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->___index_1;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_9 = __this->___m_TextComponent_27;
NullCheck(L_9);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_10;
L_10 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_9, NULL);
NullCheck(L_10);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_11 = L_10->___characterInfo_11;
int32_t L_12 = V_1;
NullCheck(L_11);
int32_t L_13 = ((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)))->___stringLength_2;
V_2 = (bool)((((int32_t)L_3) < ((int32_t)((int32_t)il2cpp_codegen_add(L_8, L_13))))? 1 : 0);
bool L_14 = V_2;
if (!L_14)
{
goto IL_0059;
}
}
{
// return i;
int32_t L_15 = V_1;
V_3 = L_15;
goto IL_006c;
}
IL_0059:
{
// for (int i = 0; i < count; i++)
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_005e:
{
// for (int i = 0; i < count; i++)
int32_t L_17 = V_1;
int32_t L_18 = V_0;
V_4 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
bool L_19 = V_4;
if (L_19)
{
goto IL_0016;
}
}
{
// return count;
int32_t L_20 = V_0;
V_3 = L_20;
goto IL_006c;
}
IL_006c:
{
// }
int32_t L_21 = V_3;
return L_21;
}
}
// System.Int32 TMPro.TMP_InputField::GetMaxCaretPositionFromStringIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_GetMaxCaretPositionFromStringIndex_m5A2C033C4018D10695C8E3CA0A53EA7E5F6F5B01 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___stringIndex0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
{
// int count = m_TextComponent.textInfo.characterCount;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
NullCheck(L_0);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_1;
L_1 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_0, NULL);
NullCheck(L_1);
int32_t L_2 = L_1->___characterCount_3;
V_0 = L_2;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_0045;
}
IL_0016:
{
// if (m_TextComponent.textInfo.characterInfo[i].index >= stringIndex)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_3 = __this->___m_TextComponent_27;
NullCheck(L_3);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_4;
L_4 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_3, NULL);
NullCheck(L_4);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_5 = L_4->___characterInfo_11;
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->___index_1;
int32_t L_8 = ___stringIndex0;
V_2 = (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_9 = V_2;
if (!L_9)
{
goto IL_0040;
}
}
{
// return i;
int32_t L_10 = V_1;
V_3 = L_10;
goto IL_0053;
}
IL_0040:
{
// for (int i = 0; i < count; i++)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0045:
{
// for (int i = 0; i < count; i++)
int32_t L_12 = V_1;
int32_t L_13 = V_0;
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_4;
if (L_14)
{
goto IL_0016;
}
}
{
// return count;
int32_t L_15 = V_0;
V_3 = L_15;
goto IL_0053;
}
IL_0053:
{
// }
int32_t L_16 = V_3;
return L_16;
}
}
// System.Int32 TMPro.TMP_InputField::GetStringIndexFromCaretPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___caretPosition0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// ClampCaretPos(ref caretPosition);
TMP_InputField_ClampCaretPos_m24F8EDB52862BA470A2CD5FD3D2A62AA86A00FC1(__this, (&___caretPosition0), NULL);
// return m_TextComponent.textInfo.characterInfo[caretPosition].index;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
NullCheck(L_0);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_1;
L_1 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_0, NULL);
NullCheck(L_1);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_2 = L_1->___characterInfo_11;
int32_t L_3 = ___caretPosition0;
NullCheck(L_2);
int32_t L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->___index_1;
V_0 = L_4;
goto IL_0028;
}
IL_0028:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Void TMPro.TMP_InputField::ForceLabelUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ForceLabelUpdate_m06F01A5D3EF44553E23404EC82D65B405A842C11 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::MarkGeometryAsDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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;
}
{
// CanvasUpdateRegistry.RegisterCanvasElementForGraphicRebuild(this);
il2cpp_codegen_runtime_class_init_inline(CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_mFBE1BDEA23FD40125CADE103F1BBBAFD25895B64(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::Rebuild(UnityEngine.UI.CanvasUpdate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_Rebuild_mA714C05AB0AAF3BDB56E2534622E978943AC2317 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___update0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// switch (update)
int32_t L_0 = ___update0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_000b;
}
}
{
goto IL_0014;
}
IL_000b:
{
// UpdateGeometry();
TMP_InputField_UpdateGeometry_m44637D3DF51E919CE2F702A61B49A2F4FEFCEAFB(__this, NULL);
// break;
goto IL_0014;
}
IL_0014:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::LayoutComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_LayoutComplete_m3C78365E6DFF603628C61A7321EEE5AA1FBCDA67 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Void TMPro.TMP_InputField::GraphicUpdateComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_GraphicUpdateComplete_m5FE6F033C3688FD16CE1D52A0CABE075699C568E (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Void TMPro.TMP_InputField::UpdateGeometry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_UpdateGeometry_m44637D3DF51E919CE2F702A61B49A2F4FEFCEAFB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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 (InPlaceEditing() == false)
bool L_0;
L_0 = TMP_InputField_InPlaceEditing_m2FEE000FC40DAF7CAE8B2DA4FF5D364E30873FC1(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0041;
}
IL_0010:
{
// if (m_CachedInputRenderer == null)
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_2 = __this->___m_CachedInputRenderer_71;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0022;
}
}
{
// return;
goto IL_0041;
}
IL_0022:
{
// OnFillVBO(mesh);
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_5;
L_5 = TMP_InputField_get_mesh_m200F4FCC0738B54A3DFED98FF430660DB52E3E00(__this, NULL);
TMP_InputField_OnFillVBO_m4F9AEEB359EABEA669C3E3587ECF4B1262067E6A(__this, L_5, NULL);
// m_CachedInputRenderer.SetMesh(mesh);
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_6 = __this->___m_CachedInputRenderer_71;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_7;
L_7 = TMP_InputField_get_mesh_m200F4FCC0738B54A3DFED98FF430660DB52E3E00(__this, NULL);
NullCheck(L_6);
CanvasRenderer_SetMesh_m1DF21BBC31233AC324BC08331BB542C619DC7543(L_6, L_7, NULL);
}
IL_0041:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::AssignPositioningIfNeeded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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_B11_0 = 0;
int32_t G_B13_0 = 0;
{
// if (m_TextComponent != null && caretRectTrans != null &&
// (caretRectTrans.localPosition != m_TextComponent.rectTransform.localPosition ||
// caretRectTrans.localRotation != m_TextComponent.rectTransform.localRotation ||
// caretRectTrans.localScale != m_TextComponent.rectTransform.localScale ||
// caretRectTrans.anchorMin != m_TextComponent.rectTransform.anchorMin ||
// caretRectTrans.anchorMax != m_TextComponent.rectTransform.anchorMax ||
// caretRectTrans.anchoredPosition != m_TextComponent.rectTransform.anchoredPosition ||
// caretRectTrans.sizeDelta != m_TextComponent.rectTransform.sizeDelta ||
// caretRectTrans.pivot != m_TextComponent.rectTransform.pivot))
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
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_0142;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2 = __this->___caretRectTrans_69;
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);
if (!L_3)
{
goto IL_0142;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_4 = __this->___caretRectTrans_69;
NullCheck(L_4);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
L_5 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_4, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_7;
L_7 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_6, NULL);
NullCheck(L_7);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
L_8 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_7, NULL);
bool L_9;
L_9 = Vector3_op_Inequality_m6A7FB1C9E9DE194708997BFA24C6E238D92D908E_inline(L_5, L_8, NULL);
if (L_9)
{
goto IL_013f;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_10 = __this->___caretRectTrans_69;
NullCheck(L_10);
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
L_11 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_10, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_12 = __this->___m_TextComponent_27;
NullCheck(L_12);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_13;
L_13 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_12, NULL);
NullCheck(L_13);
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14;
L_14 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_13, NULL);
bool L_15;
L_15 = Quaternion_op_Inequality_mC1922F160B14F6F404E46FFCC10B282D913BE354_inline(L_11, L_14, NULL);
if (L_15)
{
goto IL_013f;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_16 = __this->___caretRectTrans_69;
NullCheck(L_16);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
L_17 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_16, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_18 = __this->___m_TextComponent_27;
NullCheck(L_18);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_19;
L_19 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_18, NULL);
NullCheck(L_19);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
L_20 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_19, NULL);
bool L_21;
L_21 = Vector3_op_Inequality_m6A7FB1C9E9DE194708997BFA24C6E238D92D908E_inline(L_17, L_20, NULL);
if (L_21)
{
goto IL_013f;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_22 = __this->___caretRectTrans_69;
NullCheck(L_22);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
L_23 = RectTransform_get_anchorMin_mD85363930BE38EC188F933B9F4D58320CAB72F03(L_22, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_24 = __this->___m_TextComponent_27;
NullCheck(L_24);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_25;
L_25 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_24, NULL);
NullCheck(L_25);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
L_26 = RectTransform_get_anchorMin_mD85363930BE38EC188F933B9F4D58320CAB72F03(L_25, NULL);
bool L_27;
L_27 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_23, L_26, NULL);
if (L_27)
{
goto IL_013f;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_28 = __this->___caretRectTrans_69;
NullCheck(L_28);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
L_29 = RectTransform_get_anchorMax_mEF870BE2A134CEB9C2326930A71D3961271297DB(L_28, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_30 = __this->___m_TextComponent_27;
NullCheck(L_30);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_31;
L_31 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_30, NULL);
NullCheck(L_31);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
L_32 = RectTransform_get_anchorMax_mEF870BE2A134CEB9C2326930A71D3961271297DB(L_31, NULL);
bool L_33;
L_33 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_29, L_32, NULL);
if (L_33)
{
goto IL_013f;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_34 = __this->___caretRectTrans_69;
NullCheck(L_34);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35;
L_35 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_34, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_36 = __this->___m_TextComponent_27;
NullCheck(L_36);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_37;
L_37 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_36, NULL);
NullCheck(L_37);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38;
L_38 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_37, NULL);
bool L_39;
L_39 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_35, L_38, NULL);
if (L_39)
{
goto IL_013f;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_40 = __this->___caretRectTrans_69;
NullCheck(L_40);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
L_41 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_40, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_42 = __this->___m_TextComponent_27;
NullCheck(L_42);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_43;
L_43 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_42, NULL);
NullCheck(L_43);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44;
L_44 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_43, NULL);
bool L_45;
L_45 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_41, L_44, NULL);
if (L_45)
{
goto IL_013f;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_46 = __this->___caretRectTrans_69;
NullCheck(L_46);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_47;
L_47 = RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF(L_46, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_48 = __this->___m_TextComponent_27;
NullCheck(L_48);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_49;
L_49 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_48, NULL);
NullCheck(L_49);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50;
L_50 = RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF(L_49, NULL);
bool L_51;
L_51 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_47, L_50, NULL);
G_B11_0 = ((int32_t)(L_51));
goto IL_0140;
}
IL_013f:
{
G_B11_0 = 1;
}
IL_0140:
{
G_B13_0 = G_B11_0;
goto IL_0143;
}
IL_0142:
{
G_B13_0 = 0;
}
IL_0143:
{
V_0 = (bool)G_B13_0;
bool L_52 = V_0;
if (!L_52)
{
goto IL_022c;
}
}
{
// caretRectTrans.localPosition = m_TextComponent.rectTransform.localPosition;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_53 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_54 = __this->___m_TextComponent_27;
NullCheck(L_54);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_55;
L_55 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_54, NULL);
NullCheck(L_55);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56;
L_56 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_55, NULL);
NullCheck(L_53);
Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134(L_53, L_56, NULL);
// caretRectTrans.localRotation = m_TextComponent.rectTransform.localRotation;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_57 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_58 = __this->___m_TextComponent_27;
NullCheck(L_58);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_59;
L_59 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_58, NULL);
NullCheck(L_59);
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_60;
L_60 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_59, NULL);
NullCheck(L_57);
Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA(L_57, L_60, NULL);
// caretRectTrans.localScale = m_TextComponent.rectTransform.localScale;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_61 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_62 = __this->___m_TextComponent_27;
NullCheck(L_62);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_63;
L_63 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_62, NULL);
NullCheck(L_63);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_64;
L_64 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_63, NULL);
NullCheck(L_61);
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_61, L_64, NULL);
// caretRectTrans.anchorMin = m_TextComponent.rectTransform.anchorMin;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_65 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_66 = __this->___m_TextComponent_27;
NullCheck(L_66);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_67;
L_67 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_66, NULL);
NullCheck(L_67);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68;
L_68 = RectTransform_get_anchorMin_mD85363930BE38EC188F933B9F4D58320CAB72F03(L_67, NULL);
NullCheck(L_65);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_65, L_68, NULL);
// caretRectTrans.anchorMax = m_TextComponent.rectTransform.anchorMax;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_69 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_70 = __this->___m_TextComponent_27;
NullCheck(L_70);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_71;
L_71 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_70, NULL);
NullCheck(L_71);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_72;
L_72 = RectTransform_get_anchorMax_mEF870BE2A134CEB9C2326930A71D3961271297DB(L_71, NULL);
NullCheck(L_69);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_69, L_72, NULL);
// caretRectTrans.anchoredPosition = m_TextComponent.rectTransform.anchoredPosition;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_73 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_74 = __this->___m_TextComponent_27;
NullCheck(L_74);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_75;
L_75 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_74, NULL);
NullCheck(L_75);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_76;
L_76 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_75, NULL);
NullCheck(L_73);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_73, L_76, NULL);
// caretRectTrans.sizeDelta = m_TextComponent.rectTransform.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_77 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_78 = __this->___m_TextComponent_27;
NullCheck(L_78);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_79;
L_79 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_78, NULL);
NullCheck(L_79);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_80;
L_80 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_79, NULL);
NullCheck(L_77);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_77, L_80, NULL);
// caretRectTrans.pivot = m_TextComponent.rectTransform.pivot;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_81 = __this->___caretRectTrans_69;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_82 = __this->___m_TextComponent_27;
NullCheck(L_82);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_83;
L_83 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_82, NULL);
NullCheck(L_83);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_84;
L_84 = RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF(L_83, NULL);
NullCheck(L_81);
RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146(L_81, L_84, NULL);
}
IL_022c:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnFillVBO(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnFillVBO_m4F9AEEB359EABEA669C3E3587ECF4B1262067E6A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___vbo0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t G_B4_0 = 0;
{
// using (var helper = new VertexHelper())
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_0 = (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE*)il2cpp_codegen_object_new(VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE_il2cpp_TypeInfo_var);
NullCheck(L_0);
VertexHelper__ctor_mE8DE438637116EA7AF8180E10E7641FD00DB64A5(L_0, NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00e8:
{// begin finally (depth: 1)
{
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_1 = V_0;
if (!L_1)
{
goto IL_00f2;
}
}
{
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_00f2:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// if (!isFocused && !m_SelectionStillActive)
bool L_3;
L_3 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
if (L_3)
{
goto IL_001b_1;
}
}
{
bool L_4 = __this->___m_SelectionStillActive_103;
G_B4_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_001c_1;
}
IL_001b_1:
{
G_B4_0 = 0;
}
IL_001c_1:
{
V_1 = (bool)G_B4_0;
bool L_5 = V_1;
if (!L_5)
{
goto IL_002e_1;
}
}
{
// helper.FillMesh(vbo);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_6 = V_0;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_7 = ___vbo0;
NullCheck(L_6);
VertexHelper_FillMesh_m524F00287F0A0C7683E2CC7768A77B5755544A0E(L_6, L_7, NULL);
// return;
goto IL_00f3;
}
IL_002e_1:
{
// if (m_IsStringPositionDirty)
bool L_8 = __this->___m_IsStringPositionDirty_111;
V_2 = L_8;
bool L_9 = V_2;
if (!L_9)
{
goto IL_0067_1;
}
}
{
// stringPositionInternal = GetStringIndexFromCaretPosition(m_CaretPosition);
int32_t L_10 = __this->___m_CaretPosition_67;
int32_t L_11;
L_11 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_10, NULL);
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_11, NULL);
// stringSelectPositionInternal = GetStringIndexFromCaretPosition(m_CaretSelectPosition);
int32_t L_12 = __this->___m_CaretSelectPosition_68;
int32_t L_13;
L_13 = TMP_InputField_GetStringIndexFromCaretPosition_mE8952E126639234C711E6DA723C272AA6C22FB59(__this, L_12, NULL);
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_13, NULL);
// m_IsStringPositionDirty = false;
__this->___m_IsStringPositionDirty_111 = (bool)0;
}
IL_0067_1:
{
// if (m_IsCaretPositionDirty)
bool L_14 = __this->___m_IsCaretPositionDirty_112;
V_3 = L_14;
bool L_15 = V_3;
if (!L_15)
{
goto IL_00a0_1;
}
}
{
// caretPositionInternal = GetCaretPositionFromStringIndex(stringPositionInternal);
int32_t L_16;
L_16 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_17;
L_17 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_16, NULL);
TMP_InputField_set_caretPositionInternal_mEC3488328558F5257115078785242BE6C59BA1BF(__this, L_17, NULL);
// caretSelectPositionInternal = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_18;
L_18 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_19;
L_19 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_18, NULL);
TMP_InputField_set_caretSelectPositionInternal_m2AA6FD295A4E6D7236ABFE88B4CF49EDDA566191(__this, L_19, NULL);
// m_IsCaretPositionDirty = false;
__this->___m_IsCaretPositionDirty_112 = (bool)0;
}
IL_00a0_1:
{
// if (!hasSelection)
bool L_20;
L_20 = TMP_InputField_get_hasSelection_mA2CF23CC43AD3EE9F66C67A5995407EBB2F59565(__this, NULL);
V_4 = (bool)((((int32_t)L_20) == ((int32_t)0))? 1 : 0);
bool L_21 = V_4;
if (!L_21)
{
goto IL_00c7_1;
}
}
{
// GenerateCaret(helper, Vector2.zero);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_22 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
L_23 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
TMP_InputField_GenerateCaret_m6020296CC782C426A13349E6B8885C029DBEBB72(__this, L_22, L_23, NULL);
// SendOnEndTextSelection();
TMP_InputField_SendOnEndTextSelection_m5142CBC7340FC8E2B0457DDD1F257C1A19DE01D0(__this, NULL);
goto IL_00dd_1;
}
IL_00c7_1:
{
// GenerateHightlight(helper, Vector2.zero);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_24 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
L_25 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
TMP_InputField_GenerateHightlight_m6B8F6ECF6369850A6B87D68E75A639021F463B8F(__this, L_24, L_25, NULL);
// SendOnTextSelection();
TMP_InputField_SendOnTextSelection_m301880AB4201417DFE7FEB6CC22A323DF0935ADC(__this, NULL);
}
IL_00dd_1:
{
// helper.FillMesh(vbo);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_26 = V_0;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_27 = ___vbo0;
NullCheck(L_26);
VertexHelper_FillMesh_m524F00287F0A0C7683E2CC7768A77B5755544A0E(L_26, L_27, NULL);
goto IL_00f3;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00f3:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::GenerateCaret(UnityEngine.UI.VertexHelper,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_GenerateCaret_m6020296CC782C426A13349E6B8885C029DBEBB72 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___vbo0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___roundingOffset1, 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*)&RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
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;
int32_t V_15 = 0;
int32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_21 = NULL;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_22;
memset((&V_22), 0, sizeof(V_22));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_23;
memset((&V_23), 0, sizeof(V_23));
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
int32_t G_B4_0 = 0;
int32_t G_B23_0 = 0;
int32_t G_B33_0 = 0;
int32_t G_B38_0 = 0;
{
// if (m_CaretVisible == false || m_TextComponent.canvas == null || m_ReadOnly)
bool L_0 = __this->___m_CaretVisible_80;
if (!L_0)
{
goto IL_0024;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___m_TextComponent_27;
NullCheck(L_1);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_2;
L_2 = Graphic_get_canvas_mEA2161DF3BD736541DE41F9B814C4860FEB76419(L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_3)
{
goto IL_0024;
}
}
{
bool L_4 = __this->___m_ReadOnly_63;
G_B4_0 = ((int32_t)(L_4));
goto IL_0025;
}
IL_0024:
{
G_B4_0 = 1;
}
IL_0025:
{
V_8 = (bool)G_B4_0;
bool L_5 = V_8;
if (!L_5)
{
goto IL_0030;
}
}
{
// return;
goto IL_047a;
}
IL_0030:
{
// if (m_CursorVerts == null)
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_6 = __this->___m_CursorVerts_70;
V_9 = (bool)((((RuntimeObject*)(UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_7 = V_9;
if (!L_7)
{
goto IL_0048;
}
}
{
// CreateCursorVerts();
TMP_InputField_CreateCursorVerts_mAD2D8B4DD0331646AA852C4BFF7595CC76D27836(__this, NULL);
}
IL_0048:
{
// float width = m_CaretWidth;
int32_t L_8 = __this->___m_CaretWidth_62;
V_0 = ((float)L_8);
// Vector2 startPosition = Vector2.zero;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
L_9 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
V_1 = L_9;
// float height = 0;
V_2 = (0.0f);
// if (caretPositionInternal >= m_TextComponent.textInfo.characterInfo.Length)
int32_t L_10;
L_10 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_11 = __this->___m_TextComponent_27;
NullCheck(L_11);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_12;
L_12 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_11, NULL);
NullCheck(L_12);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_13 = L_12->___characterInfo_11;
NullCheck(L_13);
V_10 = (bool)((((int32_t)((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_14 = V_10;
if (!L_14)
{
goto IL_0084;
}
}
{
// return;
goto IL_047a;
}
IL_0084:
{
// int currentLine = m_TextComponent.textInfo.characterInfo[caretPositionInternal].lineNumber;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_15 = __this->___m_TextComponent_27;
NullCheck(L_15);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_16;
L_16 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_15, NULL);
NullCheck(L_16);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_17 = L_16->___characterInfo_11;
int32_t L_18;
L_18 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_17);
int32_t L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___lineNumber_12;
V_4 = L_19;
// if (caretPositionInternal == m_TextComponent.textInfo.lineInfo[currentLine].firstCharacterIndex)
int32_t L_20;
L_20 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_21 = __this->___m_TextComponent_27;
NullCheck(L_21);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_22;
L_22 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_21, NULL);
NullCheck(L_22);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_23 = L_22->___lineInfo_14;
int32_t L_24 = V_4;
NullCheck(L_23);
int32_t L_25 = ((L_23)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_24)))->___firstCharacterIndex_5;
V_11 = (bool)((((int32_t)L_20) == ((int32_t)L_25))? 1 : 0);
bool L_26 = V_11;
if (!L_26)
{
goto IL_0145;
}
}
{
// currentCharacter = m_TextComponent.textInfo.characterInfo[caretPositionInternal];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_27 = __this->___m_TextComponent_27;
NullCheck(L_27);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_28;
L_28 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_27, NULL);
NullCheck(L_28);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_29 = L_28->___characterInfo_11;
int32_t L_30;
L_30 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_29);
int32_t L_31 = L_30;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
V_3 = L_32;
// height = currentCharacter.ascender - currentCharacter.descender;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_33 = V_3;
float L_34 = L_33.___ascender_25;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_35 = V_3;
float L_36 = L_35.___descender_27;
V_2 = ((float)il2cpp_codegen_subtract(L_34, L_36));
// if (m_TextComponent.verticalAlignment == VerticalAlignmentOptions.Geometry)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_37 = __this->___m_TextComponent_27;
NullCheck(L_37);
int32_t L_38;
L_38 = TMP_Text_get_verticalAlignment_m83109ED3E925A505F5E9E9142B07829A56CCB54A(L_37, NULL);
V_12 = (bool)((((int32_t)L_38) == ((int32_t)((int32_t)4096)))? 1 : 0);
bool L_39 = V_12;
if (!L_39)
{
goto IL_012f;
}
}
{
// startPosition = new Vector2(currentCharacter.origin, 0 - height / 2);
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_40 = V_3;
float L_41 = L_40.___origin_23;
float L_42 = V_2;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_41, ((float)il2cpp_codegen_subtract((0.0f), ((float)(L_42/(2.0f))))), NULL);
goto IL_0142;
}
IL_012f:
{
// startPosition = new Vector2(currentCharacter.origin, currentCharacter.descender);
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_43 = V_3;
float L_44 = L_43.___origin_23;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_45 = V_3;
float L_46 = L_45.___descender_27;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_44, L_46, NULL);
}
IL_0142:
{
goto IL_01ba;
}
IL_0145:
{
// currentCharacter = m_TextComponent.textInfo.characterInfo[caretPositionInternal - 1];
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_47 = __this->___m_TextComponent_27;
NullCheck(L_47);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_48;
L_48 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_47, NULL);
NullCheck(L_48);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_49 = L_48->___characterInfo_11;
int32_t L_50;
L_50 = TMP_InputField_get_caretPositionInternal_m21C9BFCD70C944B374E5C916C7E7E67B75B831EA(__this, NULL);
NullCheck(L_49);
int32_t L_51 = ((int32_t)il2cpp_codegen_subtract(L_50, 1));
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
V_3 = L_52;
// height = currentCharacter.ascender - currentCharacter.descender;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_53 = V_3;
float L_54 = L_53.___ascender_25;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_55 = V_3;
float L_56 = L_55.___descender_27;
V_2 = ((float)il2cpp_codegen_subtract(L_54, L_56));
// if (m_TextComponent.verticalAlignment == VerticalAlignmentOptions.Geometry)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_57 = __this->___m_TextComponent_27;
NullCheck(L_57);
int32_t L_58;
L_58 = TMP_Text_get_verticalAlignment_m83109ED3E925A505F5E9E9142B07829A56CCB54A(L_57, NULL);
V_13 = (bool)((((int32_t)L_58) == ((int32_t)((int32_t)4096)))? 1 : 0);
bool L_59 = V_13;
if (!L_59)
{
goto IL_01a6;
}
}
{
// startPosition = new Vector2(currentCharacter.xAdvance, 0 - height / 2);
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_60 = V_3;
float L_61 = L_60.___xAdvance_24;
float L_62 = V_2;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_61, ((float)il2cpp_codegen_subtract((0.0f), ((float)(L_62/(2.0f))))), NULL);
goto IL_01b9;
}
IL_01a6:
{
// startPosition = new Vector2(currentCharacter.xAdvance, currentCharacter.descender);
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_63 = V_3;
float L_64 = L_63.___xAdvance_24;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_65 = V_3;
float L_66 = L_65.___descender_27;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_64, L_66, NULL);
}
IL_01b9:
{
}
IL_01ba:
{
// if (m_SoftKeyboard != null)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_67 = __this->___m_SoftKeyboard_20;
V_14 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)L_67) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_68 = V_14;
if (!L_68)
{
goto IL_0227;
}
}
{
// int selectionStart = m_StringPosition;
int32_t L_69 = __this->___m_StringPosition_65;
V_15 = L_69;
// int softKeyboardStringLength = m_SoftKeyboard.text == null ? 0 : m_SoftKeyboard.text.Length;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_70 = __this->___m_SoftKeyboard_20;
NullCheck(L_70);
String_t* L_71;
L_71 = TouchScreenKeyboard_get_text_m74593E81B017446204A9DB1F7359922A2C005B1E(L_70, NULL);
if (!L_71)
{
goto IL_01f1;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_72 = __this->___m_SoftKeyboard_20;
NullCheck(L_72);
String_t* L_73;
L_73 = TouchScreenKeyboard_get_text_m74593E81B017446204A9DB1F7359922A2C005B1E(L_72, NULL);
NullCheck(L_73);
int32_t L_74;
L_74 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_73, NULL);
G_B23_0 = L_74;
goto IL_01f2;
}
IL_01f1:
{
G_B23_0 = 0;
}
IL_01f2:
{
V_16 = G_B23_0;
// if (selectionStart < 0)
int32_t L_75 = V_15;
V_17 = (bool)((((int32_t)L_75) < ((int32_t)0))? 1 : 0);
bool L_76 = V_17;
if (!L_76)
{
goto IL_0202;
}
}
{
// selectionStart = 0;
V_15 = 0;
}
IL_0202:
{
// if (selectionStart > softKeyboardStringLength)
int32_t L_77 = V_15;
int32_t L_78 = V_16;
V_18 = (bool)((((int32_t)L_77) > ((int32_t)L_78))? 1 : 0);
bool L_79 = V_18;
if (!L_79)
{
goto IL_0212;
}
}
{
// selectionStart = softKeyboardStringLength;
int32_t L_80 = V_16;
V_15 = L_80;
}
IL_0212:
{
// m_SoftKeyboard.selection = new RangeInt(selectionStart, 0);
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_81 = __this->___m_SoftKeyboard_20;
int32_t L_82 = V_15;
RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 L_83;
memset((&L_83), 0, sizeof(L_83));
RangeInt__ctor_m3CB91E79C7B5AED97E564581025B2F66778B7CBE((&L_83), L_82, 0, /*hidden argument*/NULL);
NullCheck(L_81);
TouchScreenKeyboard_set_selection_mC27C2948118086822A151118C379FAAF692DB2DF(L_81, L_83, NULL);
}
IL_0227:
{
// if (isFocused && startPosition != m_LastPosition || m_forceRectTransformAdjustment || m_isLastKeyBackspace)
bool L_84;
L_84 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
if (!L_84)
{
goto IL_023d;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_85 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_86 = __this->___m_LastPosition_72;
bool L_87;
L_87 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_85, L_86, NULL);
if (L_87)
{
goto IL_024d;
}
}
IL_023d:
{
bool L_88 = __this->___m_forceRectTransformAdjustment_113;
if (L_88)
{
goto IL_024d;
}
}
{
bool L_89 = __this->___m_isLastKeyBackspace_91;
G_B33_0 = ((int32_t)(L_89));
goto IL_024e;
}
IL_024d:
{
G_B33_0 = 1;
}
IL_024e:
{
V_19 = (bool)G_B33_0;
bool L_90 = V_19;
if (!L_90)
{
goto IL_0263;
}
}
{
// AdjustRectTransformRelativeToViewport(startPosition, height, currentCharacter.isVisible);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_91 = V_1;
float L_92 = V_2;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_93 = V_3;
bool L_94 = L_93.___isVisible_40;
TMP_InputField_AdjustRectTransformRelativeToViewport_m58C2AAE39A4A6EE2309BAACBDFBAA22A885CF479(__this, L_91, L_92, L_94, NULL);
}
IL_0263:
{
// m_LastPosition = startPosition;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_95 = V_1;
__this->___m_LastPosition_72 = L_95;
// float top = startPosition.y + height;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_96 = V_1;
float L_97 = L_96.___y_1;
float L_98 = V_2;
V_5 = ((float)il2cpp_codegen_add(L_97, L_98));
// float bottom = top - height;
float L_99 = V_5;
float L_100 = V_2;
V_6 = ((float)il2cpp_codegen_subtract(L_99, L_100));
// float scale = m_TextComponent.canvas.scaleFactor;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_101 = __this->___m_TextComponent_27;
NullCheck(L_101);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_102;
L_102 = Graphic_get_canvas_mEA2161DF3BD736541DE41F9B814C4860FEB76419(L_101, NULL);
NullCheck(L_102);
float L_103;
L_103 = Canvas_get_scaleFactor_m6B8D694A68376EE5E13D9B0B0F037E2E90C99921(L_102, NULL);
V_7 = L_103;
// m_CursorVerts[0].position = new Vector3(startPosition.x, bottom, 0.0f);
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_104 = __this->___m_CursorVerts_70;
NullCheck(L_104);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_105 = V_1;
float L_106 = L_105.___x_0;
float L_107 = V_6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_108;
memset((&L_108), 0, sizeof(L_108));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_108), L_106, L_107, (0.0f), /*hidden argument*/NULL);
((L_104)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___position_0 = L_108;
// m_CursorVerts[1].position = new Vector3(startPosition.x, top, 0.0f);
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_109 = __this->___m_CursorVerts_70;
NullCheck(L_109);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_110 = V_1;
float L_111 = L_110.___x_0;
float L_112 = V_5;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_113;
memset((&L_113), 0, sizeof(L_113));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_113), L_111, L_112, (0.0f), /*hidden argument*/NULL);
((L_109)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___position_0 = L_113;
// m_CursorVerts[2].position = new Vector3(startPosition.x + width, top, 0.0f);
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_114 = __this->___m_CursorVerts_70;
NullCheck(L_114);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_115 = V_1;
float L_116 = L_115.___x_0;
float L_117 = V_0;
float L_118 = V_5;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_119;
memset((&L_119), 0, sizeof(L_119));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_119), ((float)il2cpp_codegen_add(L_116, L_117)), L_118, (0.0f), /*hidden argument*/NULL);
((L_114)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->___position_0 = L_119;
// m_CursorVerts[3].position = new Vector3(startPosition.x + width, bottom, 0.0f);
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_120 = __this->___m_CursorVerts_70;
NullCheck(L_120);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_121 = V_1;
float L_122 = L_121.___x_0;
float L_123 = V_0;
float L_124 = V_6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_125;
memset((&L_125), 0, sizeof(L_125));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_125), ((float)il2cpp_codegen_add(L_122, L_123)), L_124, (0.0f), /*hidden argument*/NULL);
((L_120)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)))->___position_0 = L_125;
// m_CursorVerts[0].color = caretColor;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_126 = __this->___m_CursorVerts_70;
NullCheck(L_126);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_127;
L_127 = TMP_InputField_get_caretColor_m9733E1CB5CAD3CCFA9C32343D12F0095BA6DC76F(__this, NULL);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_128;
L_128 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_127, NULL);
((L_126)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___color_3 = L_128;
// m_CursorVerts[1].color = caretColor;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_129 = __this->___m_CursorVerts_70;
NullCheck(L_129);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_130;
L_130 = TMP_InputField_get_caretColor_m9733E1CB5CAD3CCFA9C32343D12F0095BA6DC76F(__this, NULL);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_131;
L_131 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_130, NULL);
((L_129)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___color_3 = L_131;
// m_CursorVerts[2].color = caretColor;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_132 = __this->___m_CursorVerts_70;
NullCheck(L_132);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_133;
L_133 = TMP_InputField_get_caretColor_m9733E1CB5CAD3CCFA9C32343D12F0095BA6DC76F(__this, NULL);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_134;
L_134 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_133, NULL);
((L_132)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->___color_3 = L_134;
// m_CursorVerts[3].color = caretColor;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_135 = __this->___m_CursorVerts_70;
NullCheck(L_135);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_136;
L_136 = TMP_InputField_get_caretColor_m9733E1CB5CAD3CCFA9C32343D12F0095BA6DC76F(__this, NULL);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_137;
L_137 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_136, NULL);
((L_135)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)))->___color_3 = L_137;
// vbo.AddUIVertexQuad(m_CursorVerts);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_138 = ___vbo0;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_139 = __this->___m_CursorVerts_70;
NullCheck(L_138);
VertexHelper_AddUIVertexQuad_m6AC21081F2A5A48D22BC3497E527D0A9AB8278B0(L_138, L_139, NULL);
// if (m_ShouldUpdateIMEWindowPosition || currentLine != m_PreviousIMEInsertionLine)
bool L_140 = __this->___m_ShouldUpdateIMEWindowPosition_97;
if (L_140)
{
goto IL_03b0;
}
}
{
int32_t L_141 = V_4;
int32_t L_142 = __this->___m_PreviousIMEInsertionLine_98;
G_B38_0 = ((((int32_t)((((int32_t)L_141) == ((int32_t)L_142))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_03b1;
}
IL_03b0:
{
G_B38_0 = 1;
}
IL_03b1:
{
V_20 = (bool)G_B38_0;
bool L_143 = V_20;
if (!L_143)
{
goto IL_047a;
}
}
{
// m_ShouldUpdateIMEWindowPosition = false;
__this->___m_ShouldUpdateIMEWindowPosition_97 = (bool)0;
// m_PreviousIMEInsertionLine = currentLine;
int32_t L_144 = V_4;
__this->___m_PreviousIMEInsertionLine_98 = L_144;
// if (m_TextComponent.canvas.renderMode == RenderMode.ScreenSpaceOverlay)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_145 = __this->___m_TextComponent_27;
NullCheck(L_145);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_146;
L_146 = Graphic_get_canvas_mEA2161DF3BD736541DE41F9B814C4860FEB76419(L_145, NULL);
NullCheck(L_146);
int32_t L_147;
L_147 = Canvas_get_renderMode_m1BEF259548C6CAD27E4466F31D20752D246688CC(L_146, NULL);
V_24 = (bool)((((int32_t)L_147) == ((int32_t)0))? 1 : 0);
bool L_148 = V_24;
if (!L_148)
{
goto IL_03e8;
}
}
{
// cameraRef = null;
V_21 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL;
goto IL_0411;
}
IL_03e8:
{
// cameraRef = m_TextComponent.canvas.worldCamera;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_149 = __this->___m_TextComponent_27;
NullCheck(L_149);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_150;
L_150 = Graphic_get_canvas_mEA2161DF3BD736541DE41F9B814C4860FEB76419(L_149, NULL);
NullCheck(L_150);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_151;
L_151 = Canvas_get_worldCamera_mD2FDE13B61A5213F4E64B40008EB0A8D2D07B853(L_150, NULL);
V_21 = L_151;
// if (cameraRef == null)
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_152 = V_21;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_153;
L_153 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_152, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_25 = L_153;
bool L_154 = V_25;
if (!L_154)
{
goto IL_0410;
}
}
{
// cameraRef = Camera.current;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_155;
L_155 = Camera_get_current_m6D76274A65CF75DD2AE6CAC2A1DDADB39C184C66(NULL);
V_21 = L_155;
}
IL_0410:
{
}
IL_0411:
{
// Vector3 cursorPosition = m_CachedInputRenderer.gameObject.transform.TransformPoint(m_CursorVerts[0].position);
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_156 = __this->___m_CachedInputRenderer_71;
NullCheck(L_156);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_157;
L_157 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_156, NULL);
NullCheck(L_157);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_158;
L_158 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_157, NULL);
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_159 = __this->___m_CursorVerts_70;
NullCheck(L_159);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_160 = ((L_159)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___position_0;
NullCheck(L_158);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_161;
L_161 = Transform_TransformPoint_m05BFF013DB830D7BFE44A007703694AE1062EE44(L_158, L_160, NULL);
V_22 = L_161;
// Vector2 screenPosition = RectTransformUtility.WorldToScreenPoint(cameraRef, cursorPosition);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_162 = V_21;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_163 = V_22;
il2cpp_codegen_runtime_class_init_inline(RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_164;
L_164 = RectTransformUtility_WorldToScreenPoint_m5629068CE7C8D2E654F8F529E89DC5802F3452BB(L_162, L_163, NULL);
V_23 = L_164;
// screenPosition.y = Screen.height - screenPosition.y;
int32_t L_165;
L_165 = Screen_get_height_m624DD2D53F34087064E3B9D09AC2207DB4E86CA8(NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_166 = V_23;
float L_167 = L_166.___y_1;
(&V_23)->___y_1 = ((float)il2cpp_codegen_subtract(((float)L_165), L_167));
// if (inputSystem != null)
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_168;
L_168 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_169;
L_169 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_168, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_26 = L_169;
bool L_170 = V_26;
if (!L_170)
{
goto IL_0479;
}
}
{
// inputSystem.compositionCursorPos = screenPosition;
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_171;
L_171 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_172 = V_23;
NullCheck(L_171);
VirtualActionInvoker1< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(21 /* System.Void UnityEngine.EventSystems.BaseInput::set_compositionCursorPos(UnityEngine.Vector2) */, L_171, L_172);
}
IL_0479:
{
}
IL_047a:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::CreateCursorVerts()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_CreateCursorVerts_mAD2D8B4DD0331646AA852C4BFF7595CC76D27836 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
// m_CursorVerts = new UIVertex[4];
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_0 = (UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F*)(UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F*)SZArrayNew(UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F_il2cpp_TypeInfo_var, (uint32_t)4);
__this->___m_CursorVerts_70 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CursorVerts_70), (void*)L_0);
// for (int i = 0; i < m_CursorVerts.Length; i++)
V_0 = 0;
goto IL_0043;
}
IL_0011:
{
// m_CursorVerts[i] = UIVertex.simpleVert;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_1 = __this->___m_CursorVerts_70;
int32_t L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_il2cpp_TypeInfo_var);
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_3 = ((UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_StaticFields*)il2cpp_codegen_static_fields_for(UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_il2cpp_TypeInfo_var))->___simpleVert_10;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207)L_3);
// m_CursorVerts[i].uv0 = Vector2.zero;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_4 = __this->___m_CursorVerts_70;
int32_t L_5 = V_0;
NullCheck(L_4);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
L_6 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7;
L_7 = Vector4_op_Implicit_m6162D8136CFE97A5A8BD3B764F9074DB96AA5CD0_inline(L_6, NULL);
((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->___uv0_4 = L_7;
// for (int i = 0; i < m_CursorVerts.Length; i++)
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0043:
{
// for (int i = 0; i < m_CursorVerts.Length; i++)
int32_t L_9 = V_0;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_10 = __this->___m_CursorVerts_70;
NullCheck(L_10);
V_1 = (bool)((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))? 1 : 0);
bool L_11 = V_1;
if (L_11)
{
goto IL_0011;
}
}
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::GenerateHightlight(UnityEngine.UI.VertexHelper,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_GenerateHightlight_m6B8F6ECF6369850A6B87D68E75A639021F463B8F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___vbo0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___roundingOffset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* V_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t V_8 = 0;
bool V_9 = false;
int32_t V_10 = 0;
int32_t V_11 = 0;
bool V_12 = false;
bool V_13 = false;
int32_t V_14 = 0;
bool V_15 = false;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_16;
memset((&V_16), 0, sizeof(V_16));
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 V_17;
memset((&V_17), 0, sizeof(V_17));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_18;
memset((&V_18), 0, sizeof(V_18));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_19;
memset((&V_19), 0, sizeof(V_19));
int32_t V_20 = 0;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
int32_t G_B4_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B31_0 = 0;
{
// UpdateMaskRegions();
TMP_InputField_UpdateMaskRegions_mD22E32D41A5E6EDAC8A7547194CA34A4DE918343(__this, NULL);
// TMP_TextInfo textInfo = m_TextComponent.textInfo;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
NullCheck(L_0);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_1;
L_1 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_0, NULL);
V_0 = L_1;
// m_CaretPosition = GetCaretPositionFromStringIndex(stringPositionInternal);
int32_t L_2;
L_2 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_3;
L_3 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_2, NULL);
__this->___m_CaretPosition_67 = L_3;
// m_CaretSelectPosition = GetCaretPositionFromStringIndex(stringSelectPositionInternal);
int32_t L_4;
L_4 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_5;
L_5 = TMP_InputField_GetCaretPositionFromStringIndex_m24E11A6B461D41DAD8CA4DC96F0AB263175DE283(__this, L_4, NULL);
__this->___m_CaretSelectPosition_68 = L_5;
// if (m_SoftKeyboard != null)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_6 = __this->___m_SoftKeyboard_20;
V_9 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_9;
if (!L_7)
{
goto IL_00c0;
}
}
{
// int stringPosition = m_CaretPosition < m_CaretSelectPosition ? textInfo.characterInfo[m_CaretPosition].index : textInfo.characterInfo[m_CaretSelectPosition].index;
int32_t L_8 = __this->___m_CaretPosition_67;
int32_t L_9 = __this->___m_CaretSelectPosition_68;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_006e;
}
}
{
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_10 = V_0;
NullCheck(L_10);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_11 = L_10->___characterInfo_11;
int32_t L_12 = __this->___m_CaretSelectPosition_68;
NullCheck(L_11);
int32_t L_13 = ((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)))->___index_1;
G_B4_0 = L_13;
goto IL_0084;
}
IL_006e:
{
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_14 = V_0;
NullCheck(L_14);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_15 = L_14->___characterInfo_11;
int32_t L_16 = __this->___m_CaretPosition_67;
NullCheck(L_15);
int32_t L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16)))->___index_1;
G_B4_0 = L_17;
}
IL_0084:
{
V_10 = G_B4_0;
// int length = m_CaretPosition < m_CaretSelectPosition ? stringSelectPositionInternal - stringPosition : stringPositionInternal - stringPosition;
int32_t L_18 = __this->___m_CaretPosition_67;
int32_t L_19 = __this->___m_CaretSelectPosition_68;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_009f;
}
}
{
int32_t L_20;
L_20 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_21 = V_10;
G_B7_0 = ((int32_t)il2cpp_codegen_subtract(L_20, L_21));
goto IL_00a8;
}
IL_009f:
{
int32_t L_22;
L_22 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_23 = V_10;
G_B7_0 = ((int32_t)il2cpp_codegen_subtract(L_22, L_23));
}
IL_00a8:
{
V_11 = G_B7_0;
// m_SoftKeyboard.selection = new RangeInt(stringPosition, length);
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_24 = __this->___m_SoftKeyboard_20;
int32_t L_25 = V_10;
int32_t L_26 = V_11;
RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 L_27;
memset((&L_27), 0, sizeof(L_27));
RangeInt__ctor_m3CB91E79C7B5AED97E564581025B2F66778B7CBE((&L_27), L_25, L_26, /*hidden argument*/NULL);
NullCheck(L_24);
TouchScreenKeyboard_set_selection_mC27C2948118086822A151118C379FAAF692DB2DF(L_24, L_27, NULL);
}
IL_00c0:
{
// float height = 0;
V_2 = (0.0f);
// if (m_CaretSelectPosition < textInfo.characterCount)
int32_t L_28 = __this->___m_CaretSelectPosition_68;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_29 = V_0;
NullCheck(L_29);
int32_t L_30 = L_29->___characterCount_3;
V_12 = (bool)((((int32_t)L_28) < ((int32_t)L_30))? 1 : 0);
bool L_31 = V_12;
if (!L_31)
{
goto IL_013f;
}
}
{
// caretPosition = new Vector2(textInfo.characterInfo[m_CaretSelectPosition].origin, textInfo.characterInfo[m_CaretSelectPosition].descender);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_32 = V_0;
NullCheck(L_32);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_33 = L_32->___characterInfo_11;
int32_t L_34 = __this->___m_CaretSelectPosition_68;
NullCheck(L_33);
float L_35 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34)))->___origin_23;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_36 = V_0;
NullCheck(L_36);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_37 = L_36->___characterInfo_11;
int32_t L_38 = __this->___m_CaretSelectPosition_68;
NullCheck(L_37);
float L_39 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_38)))->___descender_27;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_35, L_39, NULL);
// height = textInfo.characterInfo[m_CaretSelectPosition].ascender - textInfo.characterInfo[m_CaretSelectPosition].descender;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_40 = V_0;
NullCheck(L_40);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_41 = L_40->___characterInfo_11;
int32_t L_42 = __this->___m_CaretSelectPosition_68;
NullCheck(L_41);
float L_43 = ((L_41)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_42)))->___ascender_25;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_44 = V_0;
NullCheck(L_44);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_45 = L_44->___characterInfo_11;
int32_t L_46 = __this->___m_CaretSelectPosition_68;
NullCheck(L_45);
float L_47 = ((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_46)))->___descender_27;
V_2 = ((float)il2cpp_codegen_subtract(L_43, L_47));
goto IL_01aa;
}
IL_013f:
{
// caretPosition = new Vector2(textInfo.characterInfo[m_CaretSelectPosition - 1].xAdvance, textInfo.characterInfo[m_CaretSelectPosition - 1].descender);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_48 = V_0;
NullCheck(L_48);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_49 = L_48->___characterInfo_11;
int32_t L_50 = __this->___m_CaretSelectPosition_68;
NullCheck(L_49);
float L_51 = ((L_49)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_50, 1)))))->___xAdvance_24;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_52 = V_0;
NullCheck(L_52);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_53 = L_52->___characterInfo_11;
int32_t L_54 = __this->___m_CaretSelectPosition_68;
NullCheck(L_53);
float L_55 = ((L_53)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_54, 1)))))->___descender_27;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_51, L_55, NULL);
// height = textInfo.characterInfo[m_CaretSelectPosition - 1].ascender - textInfo.characterInfo[m_CaretSelectPosition - 1].descender;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_56 = V_0;
NullCheck(L_56);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_57 = L_56->___characterInfo_11;
int32_t L_58 = __this->___m_CaretSelectPosition_68;
NullCheck(L_57);
float L_59 = ((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_58, 1)))))->___ascender_25;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_60 = V_0;
NullCheck(L_60);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_61 = L_60->___characterInfo_11;
int32_t L_62 = __this->___m_CaretSelectPosition_68;
NullCheck(L_61);
float L_63 = ((L_61)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_62, 1)))))->___descender_27;
V_2 = ((float)il2cpp_codegen_subtract(L_59, L_63));
}
IL_01aa:
{
// AdjustRectTransformRelativeToViewport(caretPosition, height, true);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64 = V_1;
float L_65 = V_2;
TMP_InputField_AdjustRectTransformRelativeToViewport_m58C2AAE39A4A6EE2309BAACBDFBAA22A885CF479(__this, L_64, L_65, (bool)1, NULL);
// int startChar = Mathf.Max(0, m_CaretPosition);
int32_t L_66 = __this->___m_CaretPosition_67;
int32_t L_67;
L_67 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(0, L_66, NULL);
V_3 = L_67;
// int endChar = Mathf.Max(0, m_CaretSelectPosition);
int32_t L_68 = __this->___m_CaretSelectPosition_68;
int32_t L_69;
L_69 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(0, L_68, NULL);
V_4 = L_69;
// if (startChar > endChar)
int32_t L_70 = V_3;
int32_t L_71 = V_4;
V_13 = (bool)((((int32_t)L_70) > ((int32_t)L_71))? 1 : 0);
bool L_72 = V_13;
if (!L_72)
{
goto IL_01e6;
}
}
{
// int temp = startChar;
int32_t L_73 = V_3;
V_14 = L_73;
// startChar = endChar;
int32_t L_74 = V_4;
V_3 = L_74;
// endChar = temp;
int32_t L_75 = V_14;
V_4 = L_75;
}
IL_01e6:
{
// endChar -= 1;
int32_t L_76 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract(L_76, 1));
// int currentLineIndex = textInfo.characterInfo[startChar].lineNumber;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_77 = V_0;
NullCheck(L_77);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_78 = L_77->___characterInfo_11;
int32_t L_79 = V_3;
NullCheck(L_78);
int32_t L_80 = ((L_78)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_79)))->___lineNumber_12;
V_5 = L_80;
// int nextLineStartIdx = textInfo.lineInfo[currentLineIndex].lastCharacterIndex;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_81 = V_0;
NullCheck(L_81);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_82 = L_81->___lineInfo_14;
int32_t L_83 = V_5;
NullCheck(L_82);
int32_t L_84 = ((L_82)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_83)))->___lastCharacterIndex_7;
V_6 = L_84;
// UIVertex vert = UIVertex.simpleVert;
il2cpp_codegen_runtime_class_init_inline(UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_il2cpp_TypeInfo_var);
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_85 = ((UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_StaticFields*)il2cpp_codegen_static_fields_for(UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_il2cpp_TypeInfo_var))->___simpleVert_10;
V_7 = L_85;
// vert.uv0 = Vector2.zero;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_86;
L_86 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_87;
L_87 = Vector4_op_Implicit_m6162D8136CFE97A5A8BD3B764F9074DB96AA5CD0_inline(L_86, NULL);
(&V_7)->___uv0_4 = L_87;
// vert.color = selectionColor;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_88;
L_88 = TMP_InputField_get_selectionColor_m99D5B9FBC11FEAA170C113FB238120A73429F5BB(__this, NULL);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_89;
L_89 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_88, NULL);
(&V_7)->___color_3 = L_89;
// int currentChar = startChar;
int32_t L_90 = V_3;
V_8 = L_90;
goto IL_03ff;
}
IL_0245:
{
// if (currentChar == nextLineStartIdx || currentChar == endChar)
int32_t L_91 = V_8;
int32_t L_92 = V_6;
if ((((int32_t)L_91) == ((int32_t)L_92)))
{
goto IL_0254;
}
}
{
int32_t L_93 = V_8;
int32_t L_94 = V_4;
G_B17_0 = ((((int32_t)L_93) == ((int32_t)L_94))? 1 : 0);
goto IL_0255;
}
IL_0254:
{
G_B17_0 = 1;
}
IL_0255:
{
V_15 = (bool)G_B17_0;
bool L_95 = V_15;
if (!L_95)
{
goto IL_03f8;
}
}
{
// TMP_CharacterInfo startCharInfo = textInfo.characterInfo[startChar];
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_96 = V_0;
NullCheck(L_96);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_97 = L_96->___characterInfo_11;
int32_t L_98 = V_3;
NullCheck(L_97);
int32_t L_99 = L_98;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_100 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
V_16 = L_100;
// TMP_CharacterInfo endCharInfo = textInfo.characterInfo[currentChar];
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_101 = V_0;
NullCheck(L_101);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_102 = L_101->___characterInfo_11;
int32_t L_103 = V_8;
NullCheck(L_102);
int32_t L_104 = L_103;
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_105 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_104));
V_17 = L_105;
// if (currentChar > 0 && endCharInfo.character == 10 && textInfo.characterInfo[currentChar - 1].character == 13)
int32_t L_106 = V_8;
if ((((int32_t)L_106) <= ((int32_t)0)))
{
goto IL_02a6;
}
}
{
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_107 = V_17;
Il2CppChar L_108 = L_107.___character_0;
if ((!(((uint32_t)L_108) == ((uint32_t)((int32_t)10)))))
{
goto IL_02a6;
}
}
{
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_109 = V_0;
NullCheck(L_109);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_110 = L_109->___characterInfo_11;
int32_t L_111 = V_8;
NullCheck(L_110);
Il2CppChar L_112 = ((L_110)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_111, 1)))))->___character_0;
G_B22_0 = ((((int32_t)L_112) == ((int32_t)((int32_t)13)))? 1 : 0);
goto IL_02a7;
}
IL_02a6:
{
G_B22_0 = 0;
}
IL_02a7:
{
V_21 = (bool)G_B22_0;
bool L_113 = V_21;
if (!L_113)
{
goto IL_02be;
}
}
{
// endCharInfo = textInfo.characterInfo[currentChar - 1];
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_114 = V_0;
NullCheck(L_114);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_115 = L_114->___characterInfo_11;
int32_t L_116 = V_8;
NullCheck(L_115);
int32_t L_117 = ((int32_t)il2cpp_codegen_subtract(L_116, 1));
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_118 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
V_17 = L_118;
}
IL_02be:
{
// Vector2 startPosition = new Vector2(startCharInfo.origin, textInfo.lineInfo[currentLineIndex].ascender);
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_119 = V_16;
float L_120 = L_119.___origin_23;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_121 = V_0;
NullCheck(L_121);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_122 = L_121->___lineInfo_14;
int32_t L_123 = V_5;
NullCheck(L_122);
float L_124 = ((L_122)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_123)))->___ascender_11;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_18), L_120, L_124, NULL);
// Vector2 endPosition = new Vector2(endCharInfo.xAdvance, textInfo.lineInfo[currentLineIndex].descender);
TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 L_125 = V_17;
float L_126 = L_125.___xAdvance_24;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_127 = V_0;
NullCheck(L_127);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_128 = L_127->___lineInfo_14;
int32_t L_129 = V_5;
NullCheck(L_128);
float L_130 = ((L_128)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_129)))->___descender_13;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_19), L_126, L_130, NULL);
// var startIndex = vbo.currentVertCount;
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_131 = ___vbo0;
NullCheck(L_131);
int32_t L_132;
L_132 = VertexHelper_get_currentVertCount_m45BFEBD6FCB7DF3BF9F76946D6002BDC58B173A4(L_131, NULL);
V_20 = L_132;
// vert.position = new Vector3(startPosition.x, endPosition.y, 0.0f);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_133 = V_18;
float L_134 = L_133.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_135 = V_19;
float L_136 = L_135.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_137;
memset((&L_137), 0, sizeof(L_137));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_137), L_134, L_136, (0.0f), /*hidden argument*/NULL);
(&V_7)->___position_0 = L_137;
// vbo.AddVert(vert);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_138 = ___vbo0;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_139 = V_7;
NullCheck(L_138);
VertexHelper_AddVert_mB65D778E8E3C6916CDFF5382208890882C3031BA(L_138, L_139, NULL);
// vert.position = new Vector3(endPosition.x, endPosition.y, 0.0f);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_140 = V_19;
float L_141 = L_140.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_142 = V_19;
float L_143 = L_142.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_144;
memset((&L_144), 0, sizeof(L_144));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_144), L_141, L_143, (0.0f), /*hidden argument*/NULL);
(&V_7)->___position_0 = L_144;
// vbo.AddVert(vert);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_145 = ___vbo0;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_146 = V_7;
NullCheck(L_145);
VertexHelper_AddVert_mB65D778E8E3C6916CDFF5382208890882C3031BA(L_145, L_146, NULL);
// vert.position = new Vector3(endPosition.x, startPosition.y, 0.0f);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_147 = V_19;
float L_148 = L_147.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_149 = V_18;
float L_150 = L_149.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_151;
memset((&L_151), 0, sizeof(L_151));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_151), L_148, L_150, (0.0f), /*hidden argument*/NULL);
(&V_7)->___position_0 = L_151;
// vbo.AddVert(vert);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_152 = ___vbo0;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_153 = V_7;
NullCheck(L_152);
VertexHelper_AddVert_mB65D778E8E3C6916CDFF5382208890882C3031BA(L_152, L_153, NULL);
// vert.position = new Vector3(startPosition.x, startPosition.y, 0.0f);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_154 = V_18;
float L_155 = L_154.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_156 = V_18;
float L_157 = L_156.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_158;
memset((&L_158), 0, sizeof(L_158));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_158), L_155, L_157, (0.0f), /*hidden argument*/NULL);
(&V_7)->___position_0 = L_158;
// vbo.AddVert(vert);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_159 = ___vbo0;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_160 = V_7;
NullCheck(L_159);
VertexHelper_AddVert_mB65D778E8E3C6916CDFF5382208890882C3031BA(L_159, L_160, NULL);
// vbo.AddTriangle(startIndex, startIndex + 1, startIndex + 2);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_161 = ___vbo0;
int32_t L_162 = V_20;
int32_t L_163 = V_20;
int32_t L_164 = V_20;
NullCheck(L_161);
VertexHelper_AddTriangle_mBA2504734E550C672A33168BE119D76D92C788A4(L_161, L_162, ((int32_t)il2cpp_codegen_add(L_163, 1)), ((int32_t)il2cpp_codegen_add(L_164, 2)), NULL);
// vbo.AddTriangle(startIndex + 2, startIndex + 3, startIndex + 0);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_165 = ___vbo0;
int32_t L_166 = V_20;
int32_t L_167 = V_20;
int32_t L_168 = V_20;
NullCheck(L_165);
VertexHelper_AddTriangle_mBA2504734E550C672A33168BE119D76D92C788A4(L_165, ((int32_t)il2cpp_codegen_add(L_166, 2)), ((int32_t)il2cpp_codegen_add(L_167, 3)), L_168, NULL);
// startChar = currentChar + 1;
int32_t L_169 = V_8;
V_3 = ((int32_t)il2cpp_codegen_add(L_169, 1));
// currentLineIndex++;
int32_t L_170 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_170, 1));
// if (currentLineIndex < textInfo.lineCount)
int32_t L_171 = V_5;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_172 = V_0;
NullCheck(L_172);
int32_t L_173 = L_172->___lineCount_8;
V_22 = (bool)((((int32_t)L_171) < ((int32_t)L_173))? 1 : 0);
bool L_174 = V_22;
if (!L_174)
{
goto IL_03f7;
}
}
{
// nextLineStartIdx = textInfo.lineInfo[currentLineIndex].lastCharacterIndex;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_175 = V_0;
NullCheck(L_175);
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_176 = L_175->___lineInfo_14;
int32_t L_177 = V_5;
NullCheck(L_176);
int32_t L_178 = ((L_176)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_177)))->___lastCharacterIndex_7;
V_6 = L_178;
}
IL_03f7:
{
}
IL_03f8:
{
// currentChar++;
int32_t L_179 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_179, 1));
}
IL_03ff:
{
// while (currentChar <= endChar && currentChar < textInfo.characterCount)
int32_t L_180 = V_8;
int32_t L_181 = V_4;
if ((((int32_t)L_180) > ((int32_t)L_181)))
{
goto IL_0411;
}
}
{
int32_t L_182 = V_8;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_183 = V_0;
NullCheck(L_183);
int32_t L_184 = L_183->___characterCount_3;
G_B31_0 = ((((int32_t)L_182) < ((int32_t)L_184))? 1 : 0);
goto IL_0412;
}
IL_0411:
{
G_B31_0 = 0;
}
IL_0412:
{
V_23 = (bool)G_B31_0;
bool L_185 = V_23;
if (L_185)
{
goto IL_0245;
}
}
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::AdjustRectTransformRelativeToViewport(UnityEngine.Vector2,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_AdjustRectTransformRelativeToViewport_m58C2AAE39A4A6EE2309BAACBDFBAA22A885CF479 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___startPosition0, float ___height1, bool ___isCharVisible2, 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;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
memset((&V_2), 0, sizeof(V_2));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
memset((&V_3), 0, sizeof(V_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
memset((&V_4), 0, sizeof(V_4));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_5;
memset((&V_5), 0, sizeof(V_5));
float V_6 = 0.0f;
float V_7 = 0.0f;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
float V_13 = 0.0f;
float V_14 = 0.0f;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
float V_18 = 0.0f;
float V_19 = 0.0f;
float V_20 = 0.0f;
bool V_21 = false;
float V_22 = 0.0f;
bool V_23 = false;
bool V_24 = false;
float V_25 = 0.0f;
bool V_26 = false;
int32_t G_B6_0 = 0;
int32_t G_B21_0 = 0;
int32_t G_B28_0 = 0;
{
// if (m_TextViewport == null)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_TextViewport_23;
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_8 = L_1;
bool L_2 = V_8;
if (!L_2)
{
goto IL_0018;
}
}
{
// return;
goto IL_0418;
}
IL_0018:
{
// Vector3 localPosition = transform.localPosition;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
NullCheck(L_3);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
L_4 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_3, NULL);
V_0 = L_4;
// Vector3 textComponentLocalPosition = m_TextComponent.rectTransform.localPosition;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_5 = __this->___m_TextComponent_27;
NullCheck(L_5);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_6;
L_6 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_5, NULL);
NullCheck(L_6);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
L_7 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_6, NULL);
V_1 = L_7;
// Vector3 textViewportLocalPosition = m_TextViewport.localPosition;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_8 = __this->___m_TextViewport_23;
NullCheck(L_8);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
L_9 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_8, NULL);
V_2 = L_9;
// Rect textViewportRect = m_TextViewport.rect;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_10 = __this->___m_TextViewport_23;
NullCheck(L_10);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11;
L_11 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_10, NULL);
V_3 = L_11;
// Vector2 caretPosition = new Vector2(startPosition.x + textComponentLocalPosition.x + textViewportLocalPosition.x + localPosition.x, startPosition.y + textComponentLocalPosition.y + textViewportLocalPosition.y + localPosition.y);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = ___startPosition0;
float L_13 = L_12.___x_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = V_1;
float L_15 = L_14.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = V_2;
float L_17 = L_16.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = V_0;
float L_19 = L_18.___x_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = ___startPosition0;
float L_21 = L_20.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = V_1;
float L_23 = L_22.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = V_2;
float L_25 = L_24.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_0;
float L_27 = L_26.___y_3;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_4), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_13, L_15)), L_17)), L_19)), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_21, L_23)), L_25)), L_27)), NULL);
// Rect viewportWSRect = new Rect(localPosition.x + textViewportLocalPosition.x + textViewportRect.x, localPosition.y + textViewportLocalPosition.y + textViewportRect.y, textViewportRect.width, textViewportRect.height);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_0;
float L_29 = L_28.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_2;
float L_31 = L_30.___x_2;
float L_32;
L_32 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&V_3), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33 = V_0;
float L_34 = L_33.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35 = V_2;
float L_36 = L_35.___y_3;
float L_37;
L_37 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&V_3), NULL);
float L_38;
L_38 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_3), NULL);
float L_39;
L_39 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_5), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_29, L_31)), L_32)), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_34, L_36)), L_37)), L_38, L_39, NULL);
// float rightOffset = viewportWSRect.xMax - (caretPosition.x + m_TextComponent.margin.z + m_CaretWidth);
float L_40;
L_40 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&V_5), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_4;
float L_42 = L_41.___x_0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_43 = __this->___m_TextComponent_27;
NullCheck(L_43);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44;
L_44 = VirtualFuncInvoker0< Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 >::Invoke(73 /* UnityEngine.Vector4 TMPro.TMP_Text::get_margin() */, L_43);
float L_45 = L_44.___z_3;
int32_t L_46 = __this->___m_CaretWidth_62;
V_6 = ((float)il2cpp_codegen_subtract(L_40, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_42, L_45)), ((float)L_46)))));
// if (rightOffset < 0f)
float L_47 = V_6;
V_9 = (bool)((((float)L_47) < ((float)(0.0f)))? 1 : 0);
bool L_48 = V_9;
if (!L_48)
{
goto IL_014e;
}
}
{
// if (!multiLine || (multiLine && isCharVisible))
bool L_49;
L_49 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
if (!L_49)
{
goto IL_0115;
}
}
{
bool L_50;
L_50 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
bool L_51 = ___isCharVisible2;
G_B6_0 = ((int32_t)((int32_t)L_50&(int32_t)L_51));
goto IL_0116;
}
IL_0115:
{
G_B6_0 = 1;
}
IL_0116:
{
V_10 = (bool)G_B6_0;
bool L_52 = V_10;
if (!L_52)
{
goto IL_014d;
}
}
{
// m_TextComponent.rectTransform.anchoredPosition += new Vector2(rightOffset, 0);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_53 = __this->___m_TextComponent_27;
NullCheck(L_53);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_54;
L_54 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_53, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_55 = L_54;
NullCheck(L_55);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56;
L_56 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_55, NULL);
float L_57 = V_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58;
memset((&L_58), 0, sizeof(L_58));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_58), L_57, (0.0f), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59;
L_59 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_56, L_58, NULL);
NullCheck(L_55);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_55, L_59, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_014d:
{
}
IL_014e:
{
// float leftOffset = (caretPosition.x - m_TextComponent.margin.x) - viewportWSRect.xMin;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60 = V_4;
float L_61 = L_60.___x_0;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_62 = __this->___m_TextComponent_27;
NullCheck(L_62);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_63;
L_63 = VirtualFuncInvoker0< Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 >::Invoke(73 /* UnityEngine.Vector4 TMPro.TMP_Text::get_margin() */, L_62);
float L_64 = L_63.___x_1;
float L_65;
L_65 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&V_5), NULL);
V_7 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(L_61, L_64)), L_65));
// if (leftOffset < 0f)
float L_66 = V_7;
V_11 = (bool)((((float)L_66) < ((float)(0.0f)))? 1 : 0);
bool L_67 = V_11;
if (!L_67)
{
goto IL_01b1;
}
}
{
// m_TextComponent.rectTransform.anchoredPosition += new Vector2(-leftOffset, 0);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_68 = __this->___m_TextComponent_27;
NullCheck(L_68);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_69;
L_69 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_68, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_70 = L_69;
NullCheck(L_70);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71;
L_71 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_70, NULL);
float L_72 = V_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_73;
memset((&L_73), 0, sizeof(L_73));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_73), ((-L_72)), (0.0f), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_74;
L_74 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_71, L_73, NULL);
NullCheck(L_70);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_70, L_74, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_01b1:
{
// if (m_LineType != LineType.SingleLine)
int32_t L_75 = __this->___m_LineType_41;
V_12 = (bool)((!(((uint32_t)L_75) <= ((uint32_t)0)))? 1 : 0);
bool L_76 = V_12;
if (!L_76)
{
goto IL_0269;
}
}
{
// float topOffset = viewportWSRect.yMax - (caretPosition.y + height);
float L_77;
L_77 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&V_5), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78 = V_4;
float L_79 = L_78.___y_1;
float L_80 = ___height1;
V_13 = ((float)il2cpp_codegen_subtract(L_77, ((float)il2cpp_codegen_add(L_79, L_80))));
// if (topOffset < -0.0001f)
float L_81 = V_13;
V_15 = (bool)((((float)L_81) < ((float)(-9.99999975E-05f)))? 1 : 0);
bool L_82 = V_15;
if (!L_82)
{
goto IL_0217;
}
}
{
// m_TextComponent.rectTransform.anchoredPosition += new Vector2(0, topOffset);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_83 = __this->___m_TextComponent_27;
NullCheck(L_83);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_84;
L_84 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_83, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_85 = L_84;
NullCheck(L_85);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_86;
L_86 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_85, NULL);
float L_87 = V_13;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_88;
memset((&L_88), 0, sizeof(L_88));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_88), (0.0f), L_87, /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_89;
L_89 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_86, L_88, NULL);
NullCheck(L_85);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_85, L_89, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_0217:
{
// float bottomOffset = caretPosition.y - viewportWSRect.yMin;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_90 = V_4;
float L_91 = L_90.___y_1;
float L_92;
L_92 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&V_5), NULL);
V_14 = ((float)il2cpp_codegen_subtract(L_91, L_92));
// if (bottomOffset < 0f)
float L_93 = V_14;
V_16 = (bool)((((float)L_93) < ((float)(0.0f)))? 1 : 0);
bool L_94 = V_16;
if (!L_94)
{
goto IL_0268;
}
}
{
// m_TextComponent.rectTransform.anchoredPosition -= new Vector2(0, bottomOffset);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_95 = __this->___m_TextComponent_27;
NullCheck(L_95);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_96;
L_96 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_95, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_97 = L_96;
NullCheck(L_97);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_98;
L_98 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_97, NULL);
float L_99 = V_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_100;
memset((&L_100), 0, sizeof(L_100));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_100), (0.0f), L_99, /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_101;
L_101 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_98, L_100, NULL);
NullCheck(L_97);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_97, L_101, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_0268:
{
}
IL_0269:
{
// if (m_isLastKeyBackspace)
bool L_102 = __this->___m_isLastKeyBackspace_91;
V_17 = L_102;
bool L_103 = V_17;
if (!L_103)
{
goto IL_0411;
}
}
{
// float anchoredPositionX = m_TextComponent.rectTransform.anchoredPosition.x;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_104 = __this->___m_TextComponent_27;
NullCheck(L_104);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_105;
L_105 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_104, NULL);
NullCheck(L_105);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_106;
L_106 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_105, NULL);
float L_107 = L_106.___x_0;
V_18 = L_107;
// float firstCharPosition = localPosition.x + textViewportLocalPosition.x + textComponentLocalPosition.x + m_TextComponent.textInfo.characterInfo[0].origin - m_TextComponent.margin.x;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_108 = V_0;
float L_109 = L_108.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_110 = V_2;
float L_111 = L_110.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_112 = V_1;
float L_113 = L_112.___x_2;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_114 = __this->___m_TextComponent_27;
NullCheck(L_114);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_115;
L_115 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_114, NULL);
NullCheck(L_115);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_116 = L_115->___characterInfo_11;
NullCheck(L_116);
float L_117 = ((L_116)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___origin_23;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_118 = __this->___m_TextComponent_27;
NullCheck(L_118);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_119;
L_119 = VirtualFuncInvoker0< Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 >::Invoke(73 /* UnityEngine.Vector4 TMPro.TMP_Text::get_margin() */, L_118);
float L_120 = L_119.___x_1;
V_19 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_109, L_111)), L_113)), L_117)), L_120));
// float lastCharPosition = localPosition.x + textViewportLocalPosition.x + textComponentLocalPosition.x + m_TextComponent.textInfo.characterInfo[m_TextComponent.textInfo.characterCount - 1].origin + m_TextComponent.margin.z + m_CaretWidth;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_121 = V_0;
float L_122 = L_121.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_123 = V_2;
float L_124 = L_123.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_125 = V_1;
float L_126 = L_125.___x_2;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_127 = __this->___m_TextComponent_27;
NullCheck(L_127);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_128;
L_128 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_127, NULL);
NullCheck(L_128);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_129 = L_128->___characterInfo_11;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_130 = __this->___m_TextComponent_27;
NullCheck(L_130);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_131;
L_131 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_130, NULL);
NullCheck(L_131);
int32_t L_132 = L_131->___characterCount_3;
NullCheck(L_129);
float L_133 = ((L_129)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_132, 1)))))->___origin_23;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_134 = __this->___m_TextComponent_27;
NullCheck(L_134);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_135;
L_135 = VirtualFuncInvoker0< Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 >::Invoke(73 /* UnityEngine.Vector4 TMPro.TMP_Text::get_margin() */, L_134);
float L_136 = L_135.___z_3;
int32_t L_137 = __this->___m_CaretWidth_62;
V_20 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_122, L_124)), L_126)), L_133)), L_136)), ((float)L_137)));
// if (anchoredPositionX > 0.0001f && firstCharPosition > viewportWSRect.xMin)
float L_138 = V_18;
if ((!(((float)L_138) > ((float)(9.99999975E-05f)))))
{
goto IL_0345;
}
}
{
float L_139 = V_19;
float L_140;
L_140 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&V_5), NULL);
G_B21_0 = ((((float)L_139) > ((float)L_140))? 1 : 0);
goto IL_0346;
}
IL_0345:
{
G_B21_0 = 0;
}
IL_0346:
{
V_21 = (bool)G_B21_0;
bool L_141 = V_21;
if (!L_141)
{
goto IL_039d;
}
}
{
// float offset = viewportWSRect.xMin - firstCharPosition;
float L_142;
L_142 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&V_5), NULL);
float L_143 = V_19;
V_22 = ((float)il2cpp_codegen_subtract(L_142, L_143));
// if (anchoredPositionX < -offset)
float L_144 = V_18;
float L_145 = V_22;
V_23 = (bool)((((float)L_144) < ((float)((-L_145))))? 1 : 0);
bool L_146 = V_23;
if (!L_146)
{
goto IL_036b;
}
}
{
// offset = -anchoredPositionX;
float L_147 = V_18;
V_22 = ((-L_147));
}
IL_036b:
{
// m_TextComponent.rectTransform.anchoredPosition += new Vector2(offset, 0);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_148 = __this->___m_TextComponent_27;
NullCheck(L_148);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_149;
L_149 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_148, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_150 = L_149;
NullCheck(L_150);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_151;
L_151 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_150, NULL);
float L_152 = V_22;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_153;
memset((&L_153), 0, sizeof(L_153));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_153), L_152, (0.0f), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_154;
L_154 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_151, L_153, NULL);
NullCheck(L_150);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_150, L_154, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
goto IL_0409;
}
IL_039d:
{
// else if (anchoredPositionX < -0.0001f && lastCharPosition < viewportWSRect.xMax)
float L_155 = V_18;
if ((!(((float)L_155) < ((float)(-9.99999975E-05f)))))
{
goto IL_03b3;
}
}
{
float L_156 = V_20;
float L_157;
L_157 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&V_5), NULL);
G_B28_0 = ((((float)L_156) < ((float)L_157))? 1 : 0);
goto IL_03b4;
}
IL_03b3:
{
G_B28_0 = 0;
}
IL_03b4:
{
V_24 = (bool)G_B28_0;
bool L_158 = V_24;
if (!L_158)
{
goto IL_0409;
}
}
{
// float offset = viewportWSRect.xMax - lastCharPosition;
float L_159;
L_159 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&V_5), NULL);
float L_160 = V_20;
V_25 = ((float)il2cpp_codegen_subtract(L_159, L_160));
// if (-anchoredPositionX < offset)
float L_161 = V_18;
float L_162 = V_25;
V_26 = (bool)((((float)((-L_161))) < ((float)L_162))? 1 : 0);
bool L_163 = V_26;
if (!L_163)
{
goto IL_03d9;
}
}
{
// offset = -anchoredPositionX;
float L_164 = V_18;
V_25 = ((-L_164));
}
IL_03d9:
{
// m_TextComponent.rectTransform.anchoredPosition += new Vector2(offset, 0);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_165 = __this->___m_TextComponent_27;
NullCheck(L_165);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_166;
L_166 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_165, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_167 = L_166;
NullCheck(L_167);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_168;
L_168 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_167, NULL);
float L_169 = V_25;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_170;
memset((&L_170), 0, sizeof(L_170));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_170), L_169, (0.0f), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_171;
L_171 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_168, L_170, NULL);
NullCheck(L_167);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_167, L_171, NULL);
// AssignPositioningIfNeeded();
TMP_InputField_AssignPositioningIfNeeded_m3CA56BB25376EF783C8E1218AA2643FACEB924E1(__this, NULL);
}
IL_0409:
{
// m_isLastKeyBackspace = false;
__this->___m_isLastKeyBackspace_91 = (bool)0;
}
IL_0411:
{
// m_forceRectTransformAdjustment = false;
__this->___m_forceRectTransformAdjustment_113 = (bool)0;
}
IL_0418:
{
// }
return;
}
}
// System.Char TMPro.TMP_InputField::Validate(System.String,System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_InputField_Validate_m76212763DA49DFD7C152C65F8AF6CC056EE69979 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___text0, int32_t ___pos1, Il2CppChar ___ch2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6B64CE518F361B6EA86E4CD975D0780802C6790);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Il2CppChar V_1 = 0x0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
String_t* V_6 = NULL;
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;
bool V_15 = false;
bool V_16 = false;
Il2CppChar V_17 = 0x0;
Il2CppChar V_18 = 0x0;
Il2CppChar V_19 = 0x0;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
bool V_29 = false;
bool V_30 = false;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
bool V_36 = false;
Il2CppChar V_37 = 0x0;
Il2CppChar V_38 = 0x0;
bool V_39 = false;
bool V_40 = false;
bool V_41 = false;
bool V_42 = false;
bool V_43 = false;
Il2CppChar V_44 = 0x0;
int32_t V_45 = 0;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B16_0 = 0;
int32_t G_B20_0 = 0;
int32_t G_B25_0 = 0;
int32_t G_B31_0 = 0;
int32_t G_B39_0 = 0;
int32_t G_B46_0 = 0;
int32_t G_B51_0 = 0;
int32_t G_B56_0 = 0;
int32_t G_B63_0 = 0;
int32_t G_B66_0 = 0;
int32_t G_B69_0 = 0;
int32_t G_B73_0 = 0;
int32_t G_B79_0 = 0;
int32_t G_B81_0 = 0;
int32_t G_B90_0 = 0;
int32_t G_B95_0 = 0;
int32_t G_B104_0 = 0;
int32_t G_B111_0 = 0;
int32_t G_B117_0 = 0;
int32_t G_B128_0 = 0;
int32_t G_B136_0 = 0;
int32_t G_B141_0 = 0;
int32_t G_B146_0 = 0;
int32_t G_B151_0 = 0;
int32_t G_B159_0 = 0;
int32_t G_B162_0 = 0;
int32_t G_B165_0 = 0;
{
// if (characterValidation == CharacterValidation.None || !enabled)
int32_t L_0;
L_0 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
bool L_1;
L_1 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 1;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0020;
}
}
{
// return ch;
Il2CppChar L_3 = ___ch2;
V_1 = L_3;
goto IL_055b;
}
IL_0020:
{
// if (characterValidation == CharacterValidation.Integer || characterValidation == CharacterValidation.Decimal)
int32_t L_4;
L_4 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
if ((((int32_t)L_4) == ((int32_t)2)))
{
goto IL_0034;
}
}
{
int32_t L_5;
L_5 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
G_B8_0 = ((((int32_t)L_5) == ((int32_t)3))? 1 : 0);
goto IL_0035;
}
IL_0034:
{
G_B8_0 = 1;
}
IL_0035:
{
V_2 = (bool)G_B8_0;
bool L_6 = V_2;
if (!L_6)
{
goto IL_00fd;
}
}
{
// bool cursorBeforeDash = (pos == 0 && text.Length > 0 && text[0] == '-');
int32_t L_7 = ___pos1;
if (L_7)
{
goto IL_0056;
}
}
{
String_t* L_8 = ___text0;
NullCheck(L_8);
int32_t L_9;
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_0056;
}
}
{
String_t* L_10 = ___text0;
NullCheck(L_10);
Il2CppChar L_11;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 0, NULL);
G_B13_0 = ((((int32_t)L_11) == ((int32_t)((int32_t)45)))? 1 : 0);
goto IL_0057;
}
IL_0056:
{
G_B13_0 = 0;
}
IL_0057:
{
V_3 = (bool)G_B13_0;
// bool selectionAtStart = stringPositionInternal == 0 || stringSelectPositionInternal == 0;
int32_t L_12;
L_12 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
if (!L_12)
{
goto IL_006b;
}
}
{
int32_t L_13;
L_13 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
G_B16_0 = ((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
goto IL_006c;
}
IL_006b:
{
G_B16_0 = 1;
}
IL_006c:
{
V_4 = (bool)G_B16_0;
// if (!cursorBeforeDash)
bool L_14 = V_3;
V_5 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
bool L_15 = V_5;
if (!L_15)
{
goto IL_00f7;
}
}
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_16 = ___ch2;
if ((((int32_t)L_16) < ((int32_t)((int32_t)48))))
{
goto IL_0088;
}
}
{
Il2CppChar L_17 = ___ch2;
G_B20_0 = ((((int32_t)((((int32_t)L_17) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0089;
}
IL_0088:
{
G_B20_0 = 0;
}
IL_0089:
{
V_7 = (bool)G_B20_0;
bool L_18 = V_7;
if (!L_18)
{
goto IL_0096;
}
}
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_19 = ___ch2;
V_1 = L_19;
goto IL_055b;
}
IL_0096:
{
// if (ch == '-' && (pos == 0 || selectionAtStart)) return ch;
Il2CppChar L_20 = ___ch2;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)45)))))
{
goto IL_00a4;
}
}
{
int32_t L_21 = ___pos1;
bool L_22 = V_4;
G_B25_0 = ((int32_t)(((((int32_t)L_21) == ((int32_t)0))? 1 : 0)|(int32_t)L_22));
goto IL_00a5;
}
IL_00a4:
{
G_B25_0 = 0;
}
IL_00a5:
{
V_8 = (bool)G_B25_0;
bool L_23 = V_8;
if (!L_23)
{
goto IL_00b2;
}
}
{
// if (ch == '-' && (pos == 0 || selectionAtStart)) return ch;
Il2CppChar L_24 = ___ch2;
V_1 = L_24;
goto IL_055b;
}
IL_00b2:
{
// var separator = Thread.CurrentThread.CurrentCulture.NumberFormat.NumberDecimalSeparator;
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_25;
L_25 = Thread_get_CurrentThread_m835AD1DF1C0D10BABE1A5427CC4B357C991B25AB(NULL);
NullCheck(L_25);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_26;
L_26 = Thread_get_CurrentCulture_mD011FDBB62CA34E83A1D1916628826ADAC85E7A6(L_25, NULL);
NullCheck(L_26);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27;
L_27 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_26);
NullCheck(L_27);
String_t* L_28;
L_28 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_27, NULL);
V_6 = L_28;
// if (ch == Convert.ToChar(separator) && characterValidation == CharacterValidation.Decimal && !text.Contains(separator)) return ch;
Il2CppChar L_29 = ___ch2;
String_t* L_30 = V_6;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Il2CppChar L_31;
L_31 = Convert_ToChar_mF72D47BC87DE73EFF5A7F04046BFAF064FEB0100(L_30, NULL);
if ((!(((uint32_t)L_29) == ((uint32_t)L_31))))
{
goto IL_00e8;
}
}
{
int32_t L_32;
L_32 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
if ((!(((uint32_t)L_32) == ((uint32_t)3))))
{
goto IL_00e8;
}
}
{
String_t* L_33 = ___text0;
String_t* L_34 = V_6;
NullCheck(L_33);
bool L_35;
L_35 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_33, L_34, NULL);
G_B31_0 = ((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
goto IL_00e9;
}
IL_00e8:
{
G_B31_0 = 0;
}
IL_00e9:
{
V_9 = (bool)G_B31_0;
bool L_36 = V_9;
if (!L_36)
{
goto IL_00f6;
}
}
{
// if (ch == Convert.ToChar(separator) && characterValidation == CharacterValidation.Decimal && !text.Contains(separator)) return ch;
Il2CppChar L_37 = ___ch2;
V_1 = L_37;
goto IL_055b;
}
IL_00f6:
{
}
IL_00f7:
{
goto IL_0557;
}
IL_00fd:
{
// else if (characterValidation == CharacterValidation.Digit)
int32_t L_38;
L_38 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_10 = (bool)((((int32_t)L_38) == ((int32_t)1))? 1 : 0);
bool L_39 = V_10;
if (!L_39)
{
goto IL_0130;
}
}
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_40 = ___ch2;
if ((((int32_t)L_40) < ((int32_t)((int32_t)48))))
{
goto IL_011c;
}
}
{
Il2CppChar L_41 = ___ch2;
G_B39_0 = ((((int32_t)((((int32_t)L_41) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_011d;
}
IL_011c:
{
G_B39_0 = 0;
}
IL_011d:
{
V_11 = (bool)G_B39_0;
bool L_42 = V_11;
if (!L_42)
{
goto IL_012a;
}
}
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_43 = ___ch2;
V_1 = L_43;
goto IL_055b;
}
IL_012a:
{
goto IL_0557;
}
IL_0130:
{
// else if (characterValidation == CharacterValidation.Alphanumeric)
int32_t L_44;
L_44 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_12 = (bool)((((int32_t)L_44) == ((int32_t)4))? 1 : 0);
bool L_45 = V_12;
if (!L_45)
{
goto IL_019d;
}
}
{
// if (ch >= 'A' && ch <= 'Z') return ch;
Il2CppChar L_46 = ___ch2;
if ((((int32_t)L_46) < ((int32_t)((int32_t)65))))
{
goto IL_014f;
}
}
{
Il2CppChar L_47 = ___ch2;
G_B46_0 = ((((int32_t)((((int32_t)L_47) > ((int32_t)((int32_t)90)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0150;
}
IL_014f:
{
G_B46_0 = 0;
}
IL_0150:
{
V_13 = (bool)G_B46_0;
bool L_48 = V_13;
if (!L_48)
{
goto IL_015d;
}
}
{
// if (ch >= 'A' && ch <= 'Z') return ch;
Il2CppChar L_49 = ___ch2;
V_1 = L_49;
goto IL_055b;
}
IL_015d:
{
// if (ch >= 'a' && ch <= 'z') return ch;
Il2CppChar L_50 = ___ch2;
if ((((int32_t)L_50) < ((int32_t)((int32_t)97))))
{
goto IL_016c;
}
}
{
Il2CppChar L_51 = ___ch2;
G_B51_0 = ((((int32_t)((((int32_t)L_51) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_016d;
}
IL_016c:
{
G_B51_0 = 0;
}
IL_016d:
{
V_14 = (bool)G_B51_0;
bool L_52 = V_14;
if (!L_52)
{
goto IL_017a;
}
}
{
// if (ch >= 'a' && ch <= 'z') return ch;
Il2CppChar L_53 = ___ch2;
V_1 = L_53;
goto IL_055b;
}
IL_017a:
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_54 = ___ch2;
if ((((int32_t)L_54) < ((int32_t)((int32_t)48))))
{
goto IL_0189;
}
}
{
Il2CppChar L_55 = ___ch2;
G_B56_0 = ((((int32_t)((((int32_t)L_55) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_018a;
}
IL_0189:
{
G_B56_0 = 0;
}
IL_018a:
{
V_15 = (bool)G_B56_0;
bool L_56 = V_15;
if (!L_56)
{
goto IL_0197;
}
}
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_57 = ___ch2;
V_1 = L_57;
goto IL_055b;
}
IL_0197:
{
goto IL_0557;
}
IL_019d:
{
// else if (characterValidation == CharacterValidation.Name)
int32_t L_58;
L_58 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_16 = (bool)((((int32_t)L_58) == ((int32_t)5))? 1 : 0);
bool L_59 = V_16;
if (!L_59)
{
goto IL_03ad;
}
}
{
// char prevChar = (text.Length > 0) ? text[Mathf.Clamp(pos - 1, 0, text.Length - 1)] : ' ';
String_t* L_60 = ___text0;
NullCheck(L_60);
int32_t L_61;
L_61 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_60, NULL);
if ((((int32_t)L_61) > ((int32_t)0)))
{
goto IL_01bd;
}
}
{
G_B63_0 = ((int32_t)32);
goto IL_01d4;
}
IL_01bd:
{
String_t* L_62 = ___text0;
int32_t L_63 = ___pos1;
String_t* L_64 = ___text0;
NullCheck(L_64);
int32_t L_65;
L_65 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_64, NULL);
int32_t L_66;
L_66 = Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline(((int32_t)il2cpp_codegen_subtract(L_63, 1)), 0, ((int32_t)il2cpp_codegen_subtract(L_65, 1)), NULL);
NullCheck(L_62);
Il2CppChar L_67;
L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_62, L_66, NULL);
G_B63_0 = ((int32_t)(L_67));
}
IL_01d4:
{
V_17 = G_B63_0;
// char lastChar = (text.Length > 0) ? text[Mathf.Clamp(pos, 0, text.Length - 1)] : ' ';
String_t* L_68 = ___text0;
NullCheck(L_68);
int32_t L_69;
L_69 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_68, NULL);
if ((((int32_t)L_69) > ((int32_t)0)))
{
goto IL_01e3;
}
}
{
G_B66_0 = ((int32_t)32);
goto IL_01f8;
}
IL_01e3:
{
String_t* L_70 = ___text0;
int32_t L_71 = ___pos1;
String_t* L_72 = ___text0;
NullCheck(L_72);
int32_t L_73;
L_73 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_72, NULL);
int32_t L_74;
L_74 = Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline(L_71, 0, ((int32_t)il2cpp_codegen_subtract(L_73, 1)), NULL);
NullCheck(L_70);
Il2CppChar L_75;
L_75 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_70, L_74, NULL);
G_B66_0 = ((int32_t)(L_75));
}
IL_01f8:
{
V_18 = G_B66_0;
// char nextChar = (text.Length > 0) ? text[Mathf.Clamp(pos + 1, 0, text.Length - 1)] : '\n';
String_t* L_76 = ___text0;
NullCheck(L_76);
int32_t L_77;
L_77 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_76, NULL);
if ((((int32_t)L_77) > ((int32_t)0)))
{
goto IL_0207;
}
}
{
G_B69_0 = ((int32_t)10);
goto IL_021e;
}
IL_0207:
{
String_t* L_78 = ___text0;
int32_t L_79 = ___pos1;
String_t* L_80 = ___text0;
NullCheck(L_80);
int32_t L_81;
L_81 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_80, NULL);
int32_t L_82;
L_82 = Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline(((int32_t)il2cpp_codegen_add(L_79, 1)), 0, ((int32_t)il2cpp_codegen_subtract(L_81, 1)), NULL);
NullCheck(L_78);
Il2CppChar L_83;
L_83 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_78, L_82, NULL);
G_B69_0 = ((int32_t)(L_83));
}
IL_021e:
{
V_19 = G_B69_0;
// if (char.IsLetter(ch))
Il2CppChar L_84 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_85;
L_85 = Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678(L_84, NULL);
V_20 = L_85;
bool L_86 = V_20;
if (!L_86)
{
goto IL_02e0;
}
}
{
// if (char.IsLower(ch) && pos == 0)
Il2CppChar L_87 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_88;
L_88 = Char_IsLower_m30A84A53658D6250257BFD99051D4931916D5D91(L_87, NULL);
if (!L_88)
{
goto IL_023e;
}
}
{
int32_t L_89 = ___pos1;
G_B73_0 = ((((int32_t)L_89) == ((int32_t)0))? 1 : 0);
goto IL_023f;
}
IL_023e:
{
G_B73_0 = 0;
}
IL_023f:
{
V_21 = (bool)G_B73_0;
bool L_90 = V_21;
if (!L_90)
{
goto IL_0251;
}
}
{
// return char.ToUpper(ch);
Il2CppChar L_91 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
Il2CppChar L_92;
L_92 = Char_ToUpper_m3753B9BCD4A82C8B5D86D39D9B1B2D638B0AFE84(L_91, NULL);
V_1 = L_92;
goto IL_055b;
}
IL_0251:
{
// if (char.IsLower(ch) && (prevChar == ' ' || prevChar == '-'))
Il2CppChar L_93 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_94;
L_94 = Char_IsLower_m30A84A53658D6250257BFD99051D4931916D5D91(L_93, NULL);
if (!L_94)
{
goto IL_026a;
}
}
{
Il2CppChar L_95 = V_17;
if ((((int32_t)L_95) == ((int32_t)((int32_t)32))))
{
goto IL_0267;
}
}
{
Il2CppChar L_96 = V_17;
G_B79_0 = ((((int32_t)L_96) == ((int32_t)((int32_t)45)))? 1 : 0);
goto IL_0268;
}
IL_0267:
{
G_B79_0 = 1;
}
IL_0268:
{
G_B81_0 = G_B79_0;
goto IL_026b;
}
IL_026a:
{
G_B81_0 = 0;
}
IL_026b:
{
V_22 = (bool)G_B81_0;
bool L_97 = V_22;
if (!L_97)
{
goto IL_027d;
}
}
{
// return char.ToUpper(ch);
Il2CppChar L_98 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
Il2CppChar L_99;
L_99 = Char_ToUpper_m3753B9BCD4A82C8B5D86D39D9B1B2D638B0AFE84(L_98, NULL);
V_1 = L_99;
goto IL_055b;
}
IL_027d:
{
// if (char.IsUpper(ch) && pos > 0 && prevChar != ' ' && prevChar != '\'' && prevChar != '-' && !char.IsLower(prevChar))
Il2CppChar L_100 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_101;
L_101 = Char_IsUpper_m857948FB8687710EC3EAB889A4908E00E4F48BDA(L_100, NULL);
if (!L_101)
{
goto IL_02a7;
}
}
{
int32_t L_102 = ___pos1;
if ((((int32_t)L_102) <= ((int32_t)0)))
{
goto IL_02a7;
}
}
{
Il2CppChar L_103 = V_17;
if ((((int32_t)L_103) == ((int32_t)((int32_t)32))))
{
goto IL_02a7;
}
}
{
Il2CppChar L_104 = V_17;
if ((((int32_t)L_104) == ((int32_t)((int32_t)39))))
{
goto IL_02a7;
}
}
{
Il2CppChar L_105 = V_17;
if ((((int32_t)L_105) == ((int32_t)((int32_t)45))))
{
goto IL_02a7;
}
}
{
Il2CppChar L_106 = V_17;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_107;
L_107 = Char_IsLower_m30A84A53658D6250257BFD99051D4931916D5D91(L_106, NULL);
G_B90_0 = ((((int32_t)L_107) == ((int32_t)0))? 1 : 0);
goto IL_02a8;
}
IL_02a7:
{
G_B90_0 = 0;
}
IL_02a8:
{
V_23 = (bool)G_B90_0;
bool L_108 = V_23;
if (!L_108)
{
goto IL_02ba;
}
}
{
// return char.ToLower(ch);
Il2CppChar L_109 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
Il2CppChar L_110;
L_110 = Char_ToLower_m643675C4A50AD39A7BE3F5C3F40A1BFD547FF957(L_109, NULL);
V_1 = L_110;
goto IL_055b;
}
IL_02ba:
{
// if (char.IsUpper(ch) && char.IsUpper(lastChar))
Il2CppChar L_111 = ___ch2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_112;
L_112 = Char_IsUpper_m857948FB8687710EC3EAB889A4908E00E4F48BDA(L_111, NULL);
if (!L_112)
{
goto IL_02cb;
}
}
{
Il2CppChar L_113 = V_18;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_114;
L_114 = Char_IsUpper_m857948FB8687710EC3EAB889A4908E00E4F48BDA(L_113, NULL);
G_B95_0 = ((int32_t)(L_114));
goto IL_02cc;
}
IL_02cb:
{
G_B95_0 = 0;
}
IL_02cc:
{
V_24 = (bool)G_B95_0;
bool L_115 = V_24;
if (!L_115)
{
goto IL_02d9;
}
}
{
// return (char)0;
V_1 = 0;
goto IL_055b;
}
IL_02d9:
{
// return ch;
Il2CppChar L_116 = ___ch2;
V_1 = L_116;
goto IL_055b;
}
IL_02e0:
{
// else if (ch == '\'')
Il2CppChar L_117 = ___ch2;
V_25 = (bool)((((int32_t)L_117) == ((int32_t)((int32_t)39)))? 1 : 0);
bool L_118 = V_25;
if (!L_118)
{
goto IL_031d;
}
}
{
// if (lastChar != ' ' && lastChar != '\'' && nextChar != '\'' && !text.Contains("'"))
Il2CppChar L_119 = V_18;
if ((((int32_t)L_119) == ((int32_t)((int32_t)32))))
{
goto IL_030e;
}
}
{
Il2CppChar L_120 = V_18;
if ((((int32_t)L_120) == ((int32_t)((int32_t)39))))
{
goto IL_030e;
}
}
{
Il2CppChar L_121 = V_19;
if ((((int32_t)L_121) == ((int32_t)((int32_t)39))))
{
goto IL_030e;
}
}
{
String_t* L_122 = ___text0;
NullCheck(L_122);
bool L_123;
L_123 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_122, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
G_B104_0 = ((((int32_t)L_123) == ((int32_t)0))? 1 : 0);
goto IL_030f;
}
IL_030e:
{
G_B104_0 = 0;
}
IL_030f:
{
V_26 = (bool)G_B104_0;
bool L_124 = V_26;
if (!L_124)
{
goto IL_031c;
}
}
{
// return ch;
Il2CppChar L_125 = ___ch2;
V_1 = L_125;
goto IL_055b;
}
IL_031c:
{
}
IL_031d:
{
// if (char.IsLetter(prevChar) && ch == '-' && lastChar != '-')
Il2CppChar L_126 = V_17;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_127;
L_127 = Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678(L_126, NULL);
if (!L_127)
{
goto IL_0336;
}
}
{
Il2CppChar L_128 = ___ch2;
if ((!(((uint32_t)L_128) == ((uint32_t)((int32_t)45)))))
{
goto IL_0336;
}
}
{
Il2CppChar L_129 = V_18;
G_B111_0 = ((((int32_t)((((int32_t)L_129) == ((int32_t)((int32_t)45)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0337;
}
IL_0336:
{
G_B111_0 = 0;
}
IL_0337:
{
V_27 = (bool)G_B111_0;
bool L_130 = V_27;
if (!L_130)
{
goto IL_0345;
}
}
{
// return ch;
Il2CppChar L_131 = ___ch2;
V_1 = L_131;
goto IL_055b;
}
IL_0345:
{
// if ((ch == ' ' || ch == '-') && pos != 0)
Il2CppChar L_132 = ___ch2;
if ((((int32_t)L_132) == ((int32_t)((int32_t)32))))
{
goto IL_034f;
}
}
{
Il2CppChar L_133 = ___ch2;
if ((!(((uint32_t)L_133) == ((uint32_t)((int32_t)45)))))
{
goto IL_0355;
}
}
IL_034f:
{
int32_t L_134 = ___pos1;
G_B117_0 = ((!(((uint32_t)L_134) <= ((uint32_t)0)))? 1 : 0);
goto IL_0356;
}
IL_0355:
{
G_B117_0 = 0;
}
IL_0356:
{
V_28 = (bool)G_B117_0;
bool L_135 = V_28;
if (!L_135)
{
goto IL_03a7;
}
}
{
// if (prevChar != ' ' && prevChar != '\'' && prevChar != '-' &&
// lastChar != ' ' && lastChar != '\'' && lastChar != '-' &&
// nextChar != ' ' && nextChar != '\'' && nextChar != '-')
Il2CppChar L_136 = V_17;
if ((((int32_t)L_136) == ((int32_t)((int32_t)32))))
{
goto IL_0398;
}
}
{
Il2CppChar L_137 = V_17;
if ((((int32_t)L_137) == ((int32_t)((int32_t)39))))
{
goto IL_0398;
}
}
{
Il2CppChar L_138 = V_17;
if ((((int32_t)L_138) == ((int32_t)((int32_t)45))))
{
goto IL_0398;
}
}
{
Il2CppChar L_139 = V_18;
if ((((int32_t)L_139) == ((int32_t)((int32_t)32))))
{
goto IL_0398;
}
}
{
Il2CppChar L_140 = V_18;
if ((((int32_t)L_140) == ((int32_t)((int32_t)39))))
{
goto IL_0398;
}
}
{
Il2CppChar L_141 = V_18;
if ((((int32_t)L_141) == ((int32_t)((int32_t)45))))
{
goto IL_0398;
}
}
{
Il2CppChar L_142 = V_19;
if ((((int32_t)L_142) == ((int32_t)((int32_t)32))))
{
goto IL_0398;
}
}
{
Il2CppChar L_143 = V_19;
if ((((int32_t)L_143) == ((int32_t)((int32_t)39))))
{
goto IL_0398;
}
}
{
Il2CppChar L_144 = V_19;
G_B128_0 = ((((int32_t)((((int32_t)L_144) == ((int32_t)((int32_t)45)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0399;
}
IL_0398:
{
G_B128_0 = 0;
}
IL_0399:
{
V_29 = (bool)G_B128_0;
bool L_145 = V_29;
if (!L_145)
{
goto IL_03a6;
}
}
{
// return ch;
Il2CppChar L_146 = ___ch2;
V_1 = L_146;
goto IL_055b;
}
IL_03a6:
{
}
IL_03a7:
{
goto IL_0557;
}
IL_03ad:
{
// else if (characterValidation == CharacterValidation.EmailAddress)
int32_t L_147;
L_147 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_30 = (bool)((((int32_t)L_147) == ((int32_t)7))? 1 : 0);
bool L_148 = V_30;
if (!L_148)
{
goto IL_04d1;
}
}
{
// if (ch >= 'A' && ch <= 'Z') return ch;
Il2CppChar L_149 = ___ch2;
if ((((int32_t)L_149) < ((int32_t)((int32_t)65))))
{
goto IL_03cf;
}
}
{
Il2CppChar L_150 = ___ch2;
G_B136_0 = ((((int32_t)((((int32_t)L_150) > ((int32_t)((int32_t)90)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_03d0;
}
IL_03cf:
{
G_B136_0 = 0;
}
IL_03d0:
{
V_31 = (bool)G_B136_0;
bool L_151 = V_31;
if (!L_151)
{
goto IL_03dd;
}
}
{
// if (ch >= 'A' && ch <= 'Z') return ch;
Il2CppChar L_152 = ___ch2;
V_1 = L_152;
goto IL_055b;
}
IL_03dd:
{
// if (ch >= 'a' && ch <= 'z') return ch;
Il2CppChar L_153 = ___ch2;
if ((((int32_t)L_153) < ((int32_t)((int32_t)97))))
{
goto IL_03ec;
}
}
{
Il2CppChar L_154 = ___ch2;
G_B141_0 = ((((int32_t)((((int32_t)L_154) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_03ed;
}
IL_03ec:
{
G_B141_0 = 0;
}
IL_03ed:
{
V_32 = (bool)G_B141_0;
bool L_155 = V_32;
if (!L_155)
{
goto IL_03fa;
}
}
{
// if (ch >= 'a' && ch <= 'z') return ch;
Il2CppChar L_156 = ___ch2;
V_1 = L_156;
goto IL_055b;
}
IL_03fa:
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_157 = ___ch2;
if ((((int32_t)L_157) < ((int32_t)((int32_t)48))))
{
goto IL_0409;
}
}
{
Il2CppChar L_158 = ___ch2;
G_B146_0 = ((((int32_t)((((int32_t)L_158) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_040a;
}
IL_0409:
{
G_B146_0 = 0;
}
IL_040a:
{
V_33 = (bool)G_B146_0;
bool L_159 = V_33;
if (!L_159)
{
goto IL_0417;
}
}
{
// if (ch >= '0' && ch <= '9') return ch;
Il2CppChar L_160 = ___ch2;
V_1 = L_160;
goto IL_055b;
}
IL_0417:
{
// if (ch == '@' && text.IndexOf('@') == -1) return ch;
Il2CppChar L_161 = ___ch2;
if ((!(((uint32_t)L_161) == ((uint32_t)((int32_t)64)))))
{
goto IL_0429;
}
}
{
String_t* L_162 = ___text0;
NullCheck(L_162);
int32_t L_163;
L_163 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_162, ((int32_t)64), NULL);
G_B151_0 = ((((int32_t)L_163) == ((int32_t)(-1)))? 1 : 0);
goto IL_042a;
}
IL_0429:
{
G_B151_0 = 0;
}
IL_042a:
{
V_34 = (bool)G_B151_0;
bool L_164 = V_34;
if (!L_164)
{
goto IL_0437;
}
}
{
// if (ch == '@' && text.IndexOf('@') == -1) return ch;
Il2CppChar L_165 = ___ch2;
V_1 = L_165;
goto IL_055b;
}
IL_0437:
{
// if (kEmailSpecialCharacters.IndexOf(ch) != -1) return ch;
Il2CppChar L_166 = ___ch2;
NullCheck(_stringLiteralE6B64CE518F361B6EA86E4CD975D0780802C6790);
int32_t L_167;
L_167 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(_stringLiteralE6B64CE518F361B6EA86E4CD975D0780802C6790, L_166, NULL);
V_35 = (bool)((((int32_t)((((int32_t)L_167) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_168 = V_35;
if (!L_168)
{
goto IL_0455;
}
}
{
// if (kEmailSpecialCharacters.IndexOf(ch) != -1) return ch;
Il2CppChar L_169 = ___ch2;
V_1 = L_169;
goto IL_055b;
}
IL_0455:
{
// if (ch == '.')
Il2CppChar L_170 = ___ch2;
V_36 = (bool)((((int32_t)L_170) == ((int32_t)((int32_t)46)))? 1 : 0);
bool L_171 = V_36;
if (!L_171)
{
goto IL_04cb;
}
}
{
// char lastChar = (text.Length > 0) ? text[Mathf.Clamp(pos, 0, text.Length - 1)] : ' ';
String_t* L_172 = ___text0;
NullCheck(L_172);
int32_t L_173;
L_173 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_172, NULL);
if ((((int32_t)L_173) > ((int32_t)0)))
{
goto IL_046e;
}
}
{
G_B159_0 = ((int32_t)32);
goto IL_0483;
}
IL_046e:
{
String_t* L_174 = ___text0;
int32_t L_175 = ___pos1;
String_t* L_176 = ___text0;
NullCheck(L_176);
int32_t L_177;
L_177 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_176, NULL);
int32_t L_178;
L_178 = Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline(L_175, 0, ((int32_t)il2cpp_codegen_subtract(L_177, 1)), NULL);
NullCheck(L_174);
Il2CppChar L_179;
L_179 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_174, L_178, NULL);
G_B159_0 = ((int32_t)(L_179));
}
IL_0483:
{
V_37 = G_B159_0;
// char nextChar = (text.Length > 0) ? text[Mathf.Clamp(pos + 1, 0, text.Length - 1)] : '\n';
String_t* L_180 = ___text0;
NullCheck(L_180);
int32_t L_181;
L_181 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_180, NULL);
if ((((int32_t)L_181) > ((int32_t)0)))
{
goto IL_0492;
}
}
{
G_B162_0 = ((int32_t)10);
goto IL_04a9;
}
IL_0492:
{
String_t* L_182 = ___text0;
int32_t L_183 = ___pos1;
String_t* L_184 = ___text0;
NullCheck(L_184);
int32_t L_185;
L_185 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_184, NULL);
int32_t L_186;
L_186 = Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline(((int32_t)il2cpp_codegen_add(L_183, 1)), 0, ((int32_t)il2cpp_codegen_subtract(L_185, 1)), NULL);
NullCheck(L_182);
Il2CppChar L_187;
L_187 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_182, L_186, NULL);
G_B162_0 = ((int32_t)(L_187));
}
IL_04a9:
{
V_38 = G_B162_0;
// if (lastChar != '.' && nextChar != '.')
Il2CppChar L_188 = V_37;
if ((((int32_t)L_188) == ((int32_t)((int32_t)46))))
{
goto IL_04bc;
}
}
{
Il2CppChar L_189 = V_38;
G_B165_0 = ((((int32_t)((((int32_t)L_189) == ((int32_t)((int32_t)46)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_04bd;
}
IL_04bc:
{
G_B165_0 = 0;
}
IL_04bd:
{
V_39 = (bool)G_B165_0;
bool L_190 = V_39;
if (!L_190)
{
goto IL_04ca;
}
}
{
// return ch;
Il2CppChar L_191 = ___ch2;
V_1 = L_191;
goto IL_055b;
}
IL_04ca:
{
}
IL_04cb:
{
goto IL_0557;
}
IL_04d1:
{
// else if (characterValidation == CharacterValidation.Regex)
int32_t L_192;
L_192 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_40 = (bool)((((int32_t)L_192) == ((int32_t)6))? 1 : 0);
bool L_193 = V_40;
if (!L_193)
{
goto IL_0501;
}
}
{
// if (Regex.IsMatch(ch.ToString(), m_RegexValue))
String_t* L_194;
L_194 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___ch2), NULL);
String_t* L_195 = __this->___m_RegexValue_45;
il2cpp_codegen_runtime_class_init_inline(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
bool L_196;
L_196 = Regex_IsMatch_m967E98137B140DFD845C5E1699D1BC8EF08CC76C(L_194, L_195, NULL);
V_41 = L_196;
bool L_197 = V_41;
if (!L_197)
{
goto IL_04fe;
}
}
{
// return ch;
Il2CppChar L_198 = ___ch2;
V_1 = L_198;
goto IL_055b;
}
IL_04fe:
{
goto IL_0557;
}
IL_0501:
{
// else if (characterValidation == CharacterValidation.CustomValidator)
int32_t L_199;
L_199 = TMP_InputField_get_characterValidation_m57E36C62FC9E23DB17F440BA4325A314EF0B0679(__this, NULL);
V_42 = (bool)((((int32_t)L_199) == ((int32_t)8))? 1 : 0);
bool L_200 = V_42;
if (!L_200)
{
goto IL_0557;
}
}
{
// if (m_InputValidator != null)
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* L_201 = __this->___m_InputValidator_109;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_202;
L_202 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_201, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_43 = L_202;
bool L_203 = V_43;
if (!L_203)
{
goto IL_0556;
}
}
{
// char c = m_InputValidator.Validate(ref text, ref pos, ch);
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* L_204 = __this->___m_InputValidator_109;
Il2CppChar L_205 = ___ch2;
NullCheck(L_204);
Il2CppChar L_206;
L_206 = VirtualFuncInvoker3< Il2CppChar, String_t**, int32_t*, Il2CppChar >::Invoke(4 /* System.Char TMPro.TMP_InputValidator::Validate(System.String&,System.Int32&,System.Char) */, L_204, (&___text0), (&___pos1), L_205);
V_44 = L_206;
// m_Text = text;
String_t* L_207 = ___text0;
__this->___m_Text_60 = L_207;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_60), (void*)L_207);
// stringSelectPositionInternal = stringPositionInternal = pos;
int32_t L_208 = ___pos1;
int32_t L_209 = L_208;
V_45 = L_209;
TMP_InputField_set_stringPositionInternal_m0C190ABB9829A8F93268F669655D6AF29E25E265(__this, L_209, NULL);
int32_t L_210 = V_45;
TMP_InputField_set_stringSelectPositionInternal_mCBA385B30788D514E2306703B370F6350E1B9997(__this, L_210, NULL);
// return c;
Il2CppChar L_211 = V_44;
V_1 = L_211;
goto IL_055b;
}
IL_0556:
{
}
IL_0557:
{
// return (char)0;
V_1 = 0;
goto IL_055b;
}
IL_055b:
{
// }
Il2CppChar L_212 = V_1;
return L_212;
}
}
// System.Void TMPro.TMP_InputField::ActivateInputField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ActivateInputField_m9471012A606F201DF838539F5400D072A827914F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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;
int32_t G_B5_0 = 0;
int32_t G_B11_0 = 0;
{
// if (m_TextComponent == null || m_TextComponent.font == null || !IsActive() || !IsInteractable())
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
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);
if (L_1)
{
goto IL_0035;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_2 = __this->___m_TextComponent_27;
NullCheck(L_2);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_3;
L_3 = TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_4)
{
goto IL_0035;
}
}
{
bool L_5;
L_5 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_5)
{
goto IL_0035;
}
}
{
bool L_6;
L_6 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
G_B5_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
goto IL_0036;
}
IL_0035:
{
G_B5_0 = 1;
}
IL_0036:
{
V_0 = (bool)G_B5_0;
bool L_7 = V_0;
if (!L_7)
{
goto IL_003c;
}
}
{
// return;
goto IL_008d;
}
IL_003c:
{
// if (isFocused)
bool L_8;
L_8 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
V_1 = L_8;
bool L_9 = V_1;
if (!L_9)
{
goto IL_0086;
}
}
{
// if (m_SoftKeyboard != null && !m_SoftKeyboard.active)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_10 = __this->___m_SoftKeyboard_20;
if (!L_10)
{
goto IL_005f;
}
}
{
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_11 = __this->___m_SoftKeyboard_20;
NullCheck(L_11);
bool L_12;
L_12 = TouchScreenKeyboard_get_active_mB22402FB9E56D3F652DA785F01E504A530FF8775(L_11, NULL);
G_B11_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
goto IL_0060;
}
IL_005f:
{
G_B11_0 = 0;
}
IL_0060:
{
V_2 = (bool)G_B11_0;
bool L_13 = V_2;
if (!L_13)
{
goto IL_0085;
}
}
{
// m_SoftKeyboard.active = true;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_14 = __this->___m_SoftKeyboard_20;
NullCheck(L_14);
TouchScreenKeyboard_set_active_m4382D57F87E4C86B59864E86BE93A8A2A474B7C2(L_14, (bool)1, NULL);
// m_SoftKeyboard.text = m_Text;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_15 = __this->___m_SoftKeyboard_20;
String_t* L_16 = __this->___m_Text_60;
NullCheck(L_15);
TouchScreenKeyboard_set_text_m0A8AA05F4D9D27E8764955F0041452145B6C6FBB(L_15, L_16, NULL);
}
IL_0085:
{
}
IL_0086:
{
// m_ShouldActivateNextUpdate = true;
__this->___m_ShouldActivateNextUpdate_75 = (bool)1;
}
IL_008d:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::ActivateInputFieldInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ActivateInputFieldInternal_m95B34ECC08F02FF048EFC2272CE07648657627BC (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
bool V_7 = false;
int32_t G_B7_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B16_0 = 0;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B19_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B18_0 = NULL;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* G_B20_0 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* G_B20_1 = NULL;
int32_t G_B24_0 = 0;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* G_B26_0 = NULL;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* G_B25_0 = NULL;
int32_t G_B27_0 = 0;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* G_B27_1 = NULL;
int32_t G_B34_0 = 0;
{
// if (EventSystem.current == null)
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_0;
L_0 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
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_0015;
}
}
{
// return;
goto IL_01ed;
}
IL_0015:
{
// if (EventSystem.current.currentSelectedGameObject != gameObject)
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_3;
L_3 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
NullCheck(L_3);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
L_4 = EventSystem_get_currentSelectedGameObject_mD606FFACF3E72755298A523CBB709535CF08C98A(L_3, NULL);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_4, L_5, NULL);
V_1 = L_6;
bool L_7 = V_1;
if (!L_7)
{
goto IL_003f;
}
}
{
// EventSystem.current.SetSelectedGameObject(gameObject);
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_8;
L_8 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
L_9 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_8);
EventSystem_SetSelectedGameObject_m91382EAC4D552C672CC07BE7EB1481F156045280(L_8, L_9, NULL);
}
IL_003f:
{
// if (TouchScreenKeyboard.isSupported && shouldHideSoftKeyboard == false)
bool L_10;
L_10 = TouchScreenKeyboard_get_isSupported_m92B6B1AA9E27823643C6936BDEC7FA5A2DFAD4BF(NULL);
if (!L_10)
{
goto IL_0051;
}
}
{
bool L_11;
L_11 = TMP_InputField_get_shouldHideSoftKeyboard_m08F3F6AB9DC9A89029B6A41E26F42B7222535790(__this, NULL);
G_B7_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0052;
}
IL_0051:
{
G_B7_0 = 0;
}
IL_0052:
{
V_2 = (bool)G_B7_0;
bool L_12 = V_2;
if (!L_12)
{
goto IL_018b;
}
}
{
// if (inputSystem != null && inputSystem.touchSupported)
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_13;
L_13 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_14)
{
goto IL_0075;
}
}
{
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_15;
L_15 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
NullCheck(L_15);
bool L_16;
L_16 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean UnityEngine.EventSystems.BaseInput::get_touchSupported() */, L_15);
G_B11_0 = ((int32_t)(L_16));
goto IL_0076;
}
IL_0075:
{
G_B11_0 = 0;
}
IL_0076:
{
V_3 = (bool)G_B11_0;
bool L_17 = V_3;
if (!L_17)
{
goto IL_0088;
}
}
{
// TouchScreenKeyboard.hideInput = shouldHideMobileInput;
bool L_18;
L_18 = TMP_InputField_get_shouldHideMobileInput_mB40438A3E4172E95CE11F03FD2484E954CDB1F1B(__this, NULL);
TouchScreenKeyboard_set_hideInput_m705D3D8A9B80346B7BDA63CF5C7F00D5249B8AEF(L_18, NULL);
}
IL_0088:
{
// if (shouldHideSoftKeyboard == false && m_ReadOnly == false)
bool L_19;
L_19 = TMP_InputField_get_shouldHideSoftKeyboard_m08F3F6AB9DC9A89029B6A41E26F42B7222535790(__this, NULL);
if (L_19)
{
goto IL_009b;
}
}
{
bool L_20 = __this->___m_ReadOnly_63;
G_B16_0 = ((((int32_t)L_20) == ((int32_t)0))? 1 : 0);
goto IL_009c;
}
IL_009b:
{
G_B16_0 = 0;
}
IL_009c:
{
V_4 = (bool)G_B16_0;
bool L_21 = V_4;
if (!L_21)
{
goto IL_017d;
}
}
{
// m_SoftKeyboard = (inputType == InputType.Password) ?
// TouchScreenKeyboard.Open(m_Text, keyboardType, false, multiLine, true, false, "", characterLimit) :
// TouchScreenKeyboard.Open(m_Text, keyboardType, inputType == InputType.AutoCorrect, multiLine, false, false, "", characterLimit);
int32_t L_22;
L_22 = TMP_InputField_get_inputType_m93A6CC8FF76412F46471D91952323CE4C63B7D34(__this, NULL);
G_B18_0 = __this;
if ((((int32_t)L_22) == ((int32_t)2)))
{
G_B19_0 = __this;
goto IL_00df;
}
}
{
String_t* L_23 = __this->___m_Text_60;
int32_t L_24;
L_24 = TMP_InputField_get_keyboardType_m8B616A743B2FAB03C6263F1582171BB390F94F8B(__this, NULL);
int32_t L_25;
L_25 = TMP_InputField_get_inputType_m93A6CC8FF76412F46471D91952323CE4C63B7D34(__this, NULL);
bool L_26;
L_26 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
int32_t L_27;
L_27 = TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409(__this, NULL);
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_28;
L_28 = TouchScreenKeyboard_Open_mBBA9483C2F0E0AA0DF9BB13EE43697A1A23E10F5(L_23, L_24, (bool)((((int32_t)L_25) == ((int32_t)1))? 1 : 0), L_26, (bool)0, (bool)0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_27, NULL);
G_B20_0 = L_28;
G_B20_1 = G_B18_0;
goto IL_0104;
}
IL_00df:
{
String_t* L_29 = __this->___m_Text_60;
int32_t L_30;
L_30 = TMP_InputField_get_keyboardType_m8B616A743B2FAB03C6263F1582171BB390F94F8B(__this, NULL);
bool L_31;
L_31 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
int32_t L_32;
L_32 = TMP_InputField_get_characterLimit_m59833E0A22BACBDF3EDA6A70A30B87272FBAA409(__this, NULL);
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_33;
L_33 = TouchScreenKeyboard_Open_mBBA9483C2F0E0AA0DF9BB13EE43697A1A23E10F5(L_29, L_30, (bool)0, L_31, (bool)1, (bool)0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_32, NULL);
G_B20_0 = L_33;
G_B20_1 = G_B19_0;
}
IL_0104:
{
NullCheck(G_B20_1);
G_B20_1->___m_SoftKeyboard_20 = G_B20_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B20_1->___m_SoftKeyboard_20), (void*)G_B20_0);
// OnFocus();
TMP_InputField_OnFocus_mBDC52EE4DF24C43E6C4C272B09FDAE6F7CB5970F(__this, NULL);
// if (m_SoftKeyboard != null)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_34 = __this->___m_SoftKeyboard_20;
V_5 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)L_34) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_35 = V_5;
if (!L_35)
{
goto IL_017c;
}
}
{
// int length = stringPositionInternal < stringSelectPositionInternal ? stringSelectPositionInternal - stringPositionInternal : stringPositionInternal - stringSelectPositionInternal;
int32_t L_36;
L_36 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_37;
L_37 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
if ((((int32_t)L_36) < ((int32_t)L_37)))
{
goto IL_013d;
}
}
{
int32_t L_38;
L_38 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_39;
L_39 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
G_B24_0 = ((int32_t)il2cpp_codegen_subtract(L_38, L_39));
goto IL_014a;
}
IL_013d:
{
int32_t L_40;
L_40 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
int32_t L_41;
L_41 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
G_B24_0 = ((int32_t)il2cpp_codegen_subtract(L_40, L_41));
}
IL_014a:
{
V_6 = G_B24_0;
// m_SoftKeyboard.selection = new RangeInt(stringPositionInternal < stringSelectPositionInternal ? stringPositionInternal : stringSelectPositionInternal, length);
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_42 = __this->___m_SoftKeyboard_20;
int32_t L_43;
L_43 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
int32_t L_44;
L_44 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
G_B25_0 = L_42;
if ((((int32_t)L_43) < ((int32_t)L_44)))
{
G_B26_0 = L_42;
goto IL_0168;
}
}
{
int32_t L_45;
L_45 = TMP_InputField_get_stringSelectPositionInternal_m8FE3D7533D67501DFDC1EA83B3FD72F8C1E0A79D(__this, NULL);
G_B27_0 = L_45;
G_B27_1 = G_B25_0;
goto IL_016e;
}
IL_0168:
{
int32_t L_46;
L_46 = TMP_InputField_get_stringPositionInternal_mBDA10D8ED51D01C973FB6CFDD1096DD29CA5D214(__this, NULL);
G_B27_0 = L_46;
G_B27_1 = G_B26_0;
}
IL_016e:
{
int32_t L_47 = V_6;
RangeInt_tDFBE4FD13857C11F21F7C3DA6B60D05341B67268 L_48;
memset((&L_48), 0, sizeof(L_48));
RangeInt__ctor_m3CB91E79C7B5AED97E564581025B2F66778B7CBE((&L_48), G_B27_0, L_47, /*hidden argument*/NULL);
NullCheck(G_B27_1);
TouchScreenKeyboard_set_selection_mC27C2948118086822A151118C379FAAF692DB2DF(G_B27_1, L_48, NULL);
}
IL_017c:
{
}
IL_017d:
{
// m_TouchKeyboardAllowsInPlaceEditing = TouchScreenKeyboard.isInPlaceEditingAllowed;
bool L_49;
L_49 = TouchScreenKeyboard_get_isInPlaceEditingAllowed_m50508245FF28310EA21DF21848FD3C2948801917(NULL);
__this->___m_TouchKeyboardAllowsInPlaceEditing_89 = L_49;
goto IL_01c5;
}
IL_018b:
{
// if (!TouchScreenKeyboard.isSupported && m_ReadOnly == false && inputSystem != null)
bool L_50;
L_50 = TouchScreenKeyboard_get_isSupported_m92B6B1AA9E27823643C6936BDEC7FA5A2DFAD4BF(NULL);
if (L_50)
{
goto IL_01a9;
}
}
{
bool L_51 = __this->___m_ReadOnly_63;
if (L_51)
{
goto IL_01a9;
}
}
{
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_52;
L_52 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
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_B34_0 = ((int32_t)(L_53));
goto IL_01aa;
}
IL_01a9:
{
G_B34_0 = 0;
}
IL_01aa:
{
V_7 = (bool)G_B34_0;
bool L_54 = V_7;
if (!L_54)
{
goto IL_01bd;
}
}
{
// inputSystem.imeCompositionMode = IMECompositionMode.On;
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_55;
L_55 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
NullCheck(L_55);
VirtualActionInvoker1< int32_t >::Invoke(19 /* System.Void UnityEngine.EventSystems.BaseInput::set_imeCompositionMode(UnityEngine.IMECompositionMode) */, L_55, 1);
}
IL_01bd:
{
// OnFocus();
TMP_InputField_OnFocus_mBDC52EE4DF24C43E6C4C272B09FDAE6F7CB5970F(__this, NULL);
}
IL_01c5:
{
// m_AllowInput = true;
__this->___m_AllowInput_74 = (bool)1;
// m_OriginalText = text;
String_t* L_56;
L_56 = TMP_InputField_get_text_mA4ACBF52435893D9DFD822A492454301740B3C6A(__this, NULL);
__this->___m_OriginalText_84 = L_56;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OriginalText_84), (void*)L_56);
// m_WasCanceled = false;
__this->___m_WasCanceled_85 = (bool)0;
// SetCaretVisible();
TMP_InputField_SetCaretVisible_m1D8A496EA7137B9CCEFD1785B1D5BFA3A3325194(__this, NULL);
// UpdateLabel();
TMP_InputField_UpdateLabel_mC40048ECFCF13981FE38993C7251024EC2477ED2(__this, NULL);
}
IL_01ed:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnSelect(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnSelect_m586B40BE0FAFFDA515B1AF7A391094F076B2036F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method)
{
{
// base.OnSelect(eventData);
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* L_0 = ___eventData0;
Selectable_OnSelect_m50BA6D8F185CEA3211F9DEFE68AB6439AF685242(__this, L_0, NULL);
// SendOnFocus();
TMP_InputField_SendOnFocus_m306B75E91484337E9A090AB1A45D971133ACF7C8(__this, NULL);
// ActivateInputField();
TMP_InputField_ActivateInputField_m9471012A606F201DF838539F5400D072A827914F(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnPointerClick_m2A6F2110D5AD4EF8C3FBA29166BC76921C469C55 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (eventData.button != PointerEventData.InputButton.Left)
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_0 = ___eventData0;
NullCheck(L_0);
int32_t L_1;
L_1 = PointerEventData_get_button_mA8CBDAF2E16927E6952BC60040D56630BCC95B0B_inline(L_0, NULL);
V_0 = (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0010;
}
}
{
// return;
goto IL_0017;
}
IL_0010:
{
// ActivateInputField();
TMP_InputField_ActivateInputField_m9471012A606F201DF838539F5400D072A827914F(__this, NULL);
}
IL_0017:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnControlClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnControlClick_m5E418EA29EFE5180655F904E5727AE8210B6EC21 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::ReleaseSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ReleaseSelection_mC70F802822362452CFDD9FE095F5147E6BB5020F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// m_SelectionStillActive = false;
__this->___m_SelectionStillActive_103 = (bool)0;
// m_ReleaseSelection = false;
__this->___m_ReleaseSelection_104 = (bool)0;
// m_PreviouslySelectedObject = null;
__this->___m_PreviouslySelectedObject_105 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviouslySelectedObject_105), (void*)(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL);
// MarkGeometryAsDirty();
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
// SendOnEndEdit();
TMP_InputField_SendOnEndEdit_mBE399B126786848BC400A04B165A6C9BD6757CD1(__this, NULL);
// SendOnEndTextSelection();
TMP_InputField_SendOnEndTextSelection_m5142CBC7340FC8E2B0457DDD1F257C1A19DE01D0(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::DeactivateInputField(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_DeactivateInputField_m1C829676E9DC0D3E5DAE85D1869D26FBF748184D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, bool ___clearSelection0, 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;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t G_B7_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B18_0 = 0;
{
// if (!m_AllowInput)
bool L_0 = __this->___m_AllowInput_74;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0013;
}
}
{
// return;
goto IL_010e;
}
IL_0013:
{
// m_HasDoneFocusTransition = false;
__this->___m_HasDoneFocusTransition_86 = (bool)0;
// m_AllowInput = false;
__this->___m_AllowInput_74 = (bool)0;
// if (m_Placeholder != null)
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_2 = __this->___m_Placeholder_29;
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_0048;
}
}
{
// m_Placeholder.enabled = string.IsNullOrEmpty(m_Text);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_5 = __this->___m_Placeholder_29;
String_t* L_6 = __this->___m_Text_60;
bool L_7;
L_7 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_6, NULL);
NullCheck(L_5);
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_5, L_7, NULL);
}
IL_0048:
{
// if (m_TextComponent != null && IsInteractable())
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_8 = __this->___m_TextComponent_27;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_9)
{
goto IL_005e;
}
}
{
bool L_10;
L_10 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
G_B7_0 = ((int32_t)(L_10));
goto IL_005f;
}
IL_005e:
{
G_B7_0 = 0;
}
IL_005f:
{
V_2 = (bool)G_B7_0;
bool L_11 = V_2;
if (!L_11)
{
goto IL_0107;
}
}
{
// if (m_WasCanceled && m_RestoreOriginalTextOnEscape)
bool L_12 = __this->___m_WasCanceled_85;
if (!L_12)
{
goto IL_0077;
}
}
{
bool L_13 = __this->___m_RestoreOriginalTextOnEscape_106;
G_B11_0 = ((int32_t)(L_13));
goto IL_0078;
}
IL_0077:
{
G_B11_0 = 0;
}
IL_0078:
{
V_3 = (bool)G_B11_0;
bool L_14 = V_3;
if (!L_14)
{
goto IL_0089;
}
}
{
// text = m_OriginalText;
String_t* L_15 = __this->___m_OriginalText_84;
TMP_InputField_set_text_m684E9CDA2D9E82D1C497B5E03DBE79C00584FF62(__this, L_15, NULL);
}
IL_0089:
{
// if (m_SoftKeyboard != null)
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_16 = __this->___m_SoftKeyboard_20;
V_4 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)L_16) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_17 = V_4;
if (!L_17)
{
goto IL_00ae;
}
}
{
// m_SoftKeyboard.active = false;
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* L_18 = __this->___m_SoftKeyboard_20;
NullCheck(L_18);
TouchScreenKeyboard_set_active_m4382D57F87E4C86B59864E86BE93A8A2A474B7C2(L_18, (bool)0, NULL);
// m_SoftKeyboard = null;
__this->___m_SoftKeyboard_20 = (TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SoftKeyboard_20), (void*)(TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A*)NULL);
}
IL_00ae:
{
// m_SelectionStillActive = true;
__this->___m_SelectionStillActive_103 = (bool)1;
// if (m_ResetOnDeActivation || m_ReleaseSelection)
bool L_19 = __this->___m_ResetOnDeActivation_102;
if (L_19)
{
goto IL_00c5;
}
}
{
bool L_20 = __this->___m_ReleaseSelection_104;
G_B18_0 = ((int32_t)(L_20));
goto IL_00c6;
}
IL_00c5:
{
G_B18_0 = 1;
}
IL_00c6:
{
V_5 = (bool)G_B18_0;
bool L_21 = V_5;
if (!L_21)
{
goto IL_00e7;
}
}
{
// if (m_VerticalScrollbar == null)
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_22 = __this->___m_VerticalScrollbar_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_22, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_6 = L_23;
bool L_24 = V_6;
if (!L_24)
{
goto IL_00e6;
}
}
{
// ReleaseSelection();
TMP_InputField_ReleaseSelection_mC70F802822362452CFDD9FE095F5147E6BB5020F(__this, NULL);
}
IL_00e6:
{
}
IL_00e7:
{
// if (inputSystem != null)
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_25;
L_25 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_25, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_7 = L_26;
bool L_27 = V_7;
if (!L_27)
{
goto IL_0106;
}
}
{
// inputSystem.imeCompositionMode = IMECompositionMode.Auto;
BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* L_28;
L_28 = TMP_InputField_get_inputSystem_mB89A77F46D53CCD05D9F57E03F4586B90265A55A(__this, NULL);
NullCheck(L_28);
VirtualActionInvoker1< int32_t >::Invoke(19 /* System.Void UnityEngine.EventSystems.BaseInput::set_imeCompositionMode(UnityEngine.IMECompositionMode) */, L_28, 0);
}
IL_0106:
{
}
IL_0107:
{
// MarkGeometryAsDirty();
TMP_InputField_MarkGeometryAsDirty_m3FD825DDE67FAA8CFBF12EE92C65463823402138(__this, NULL);
}
IL_010e:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnDeselect(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnDeselect_m19AA85C6A6FAB27850293318B1D92908B82F99AF (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method)
{
{
// DeactivateInputField();
TMP_InputField_DeactivateInputField_m1C829676E9DC0D3E5DAE85D1869D26FBF748184D(__this, (bool)0, NULL);
// base.OnDeselect(eventData);
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* L_0 = ___eventData0;
Selectable_OnDeselect_m43A2F451FC100ACAFA88D67331CD4537994B8262(__this, L_0, NULL);
// SendOnFocusLost();
TMP_InputField_SendOnFocusLost_m0BC85C3C362617A4E81F9E9360207EFC0D2882FF(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::OnSubmit(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_OnSubmit_m52BE7037E939A81A0EF41FCB4DA55D77C5970039 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// if (!IsActive() || !IsInteractable())
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_0)
{
goto IL_0014;
}
}
{
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 1;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001b;
}
}
{
// return;
goto IL_0036;
}
IL_001b:
{
// if (!isFocused)
bool L_3;
L_3 = TMP_InputField_get_isFocused_m7FD1AA3B92404C30596FF6EE5F644757A2F060DE(__this, NULL);
V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002f;
}
}
{
// m_ShouldActivateNextUpdate = true;
__this->___m_ShouldActivateNextUpdate_75 = (bool)1;
}
IL_002f:
{
// SendOnSubmit();
TMP_InputField_SendOnSubmit_m3993BECBCAB4632CD5C564C0BC38486FC2320D14(__this, NULL);
}
IL_0036:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::EnforceContentType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_EnforceContentType_m4D5F42FD6E04B3B3B541E978C9C603B7696E7AB2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// switch (contentType)
int32_t L_0;
L_0 = TMP_InputField_get_contentType_m32EEDFC275E9CB6C759A4F117EBAA40336B9030D(__this, NULL);
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_0039;
}
case 1:
{
goto IL_0054;
}
case 2:
{
goto IL_006f;
}
case 3:
{
goto IL_0091;
}
case 4:
{
goto IL_00b3;
}
case 5:
{
goto IL_00d2;
}
case 6:
{
goto IL_00f1;
}
case 7:
{
goto IL_0110;
}
case 8:
{
goto IL_012f;
}
}
}
{
goto IL_014e;
}
IL_0039:
{
// m_InputType = InputType.Standard;
__this->___m_InputType_38 = 0;
// m_KeyboardType = TouchScreenKeyboardType.Default;
__this->___m_KeyboardType_40 = 0;
// m_CharacterValidation = CharacterValidation.None;
__this->___m_CharacterValidation_44 = 0;
// break;
goto IL_0151;
}
IL_0054:
{
// m_InputType = InputType.AutoCorrect;
__this->___m_InputType_38 = 1;
// m_KeyboardType = TouchScreenKeyboardType.Default;
__this->___m_KeyboardType_40 = 0;
// m_CharacterValidation = CharacterValidation.None;
__this->___m_CharacterValidation_44 = 0;
// break;
goto IL_0151;
}
IL_006f:
{
// m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// m_InputType = InputType.Standard;
__this->___m_InputType_38 = 0;
// m_KeyboardType = TouchScreenKeyboardType.NumberPad;
__this->___m_KeyboardType_40 = 4;
// m_CharacterValidation = CharacterValidation.Integer;
__this->___m_CharacterValidation_44 = 2;
// break;
goto IL_0151;
}
IL_0091:
{
// m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// m_InputType = InputType.Standard;
__this->___m_InputType_38 = 0;
// m_KeyboardType = TouchScreenKeyboardType.NumbersAndPunctuation;
__this->___m_KeyboardType_40 = 2;
// m_CharacterValidation = CharacterValidation.Decimal;
__this->___m_CharacterValidation_44 = 3;
// break;
goto IL_0151;
}
IL_00b3:
{
// m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// m_InputType = InputType.Standard;
__this->___m_InputType_38 = 0;
// m_KeyboardType = TouchScreenKeyboardType.ASCIICapable;
__this->___m_KeyboardType_40 = 1;
// m_CharacterValidation = CharacterValidation.Alphanumeric;
__this->___m_CharacterValidation_44 = 4;
// break;
goto IL_0151;
}
IL_00d2:
{
// m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// m_InputType = InputType.Standard;
__this->___m_InputType_38 = 0;
// m_KeyboardType = TouchScreenKeyboardType.Default;
__this->___m_KeyboardType_40 = 0;
// m_CharacterValidation = CharacterValidation.Name;
__this->___m_CharacterValidation_44 = 5;
// break;
goto IL_0151;
}
IL_00f1:
{
// m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// m_InputType = InputType.Standard;
__this->___m_InputType_38 = 0;
// m_KeyboardType = TouchScreenKeyboardType.EmailAddress;
__this->___m_KeyboardType_40 = 7;
// m_CharacterValidation = CharacterValidation.EmailAddress;
__this->___m_CharacterValidation_44 = 7;
// break;
goto IL_0151;
}
IL_0110:
{
// m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// m_InputType = InputType.Password;
__this->___m_InputType_38 = 2;
// m_KeyboardType = TouchScreenKeyboardType.Default;
__this->___m_KeyboardType_40 = 0;
// m_CharacterValidation = CharacterValidation.None;
__this->___m_CharacterValidation_44 = 0;
// break;
goto IL_0151;
}
IL_012f:
{
// m_LineType = LineType.SingleLine;
__this->___m_LineType_41 = 0;
// m_InputType = InputType.Password;
__this->___m_InputType_38 = 2;
// m_KeyboardType = TouchScreenKeyboardType.NumberPad;
__this->___m_KeyboardType_40 = 4;
// m_CharacterValidation = CharacterValidation.Digit;
__this->___m_CharacterValidation_44 = 1;
// break;
goto IL_0151;
}
IL_014e:
{
// break;
goto IL_0151;
}
IL_0151:
{
// SetTextComponentWrapMode();
TMP_InputField_SetTextComponentWrapMode_m9CF72ADC54A79451A8B35A85FFF2232F1D6A79ED(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetTextComponentWrapMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetTextComponentWrapMode_m9CF72ADC54A79451A8B35A85FFF2232F1D6A79ED (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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_TextComponent == null)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
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_0013;
}
}
{
// return;
goto IL_0039;
}
IL_0013:
{
// if (multiLine)
bool L_3;
L_3 = TMP_InputField_get_multiLine_m3000150A39B90BCFFAFD41E0F49F479323F045B7(__this, NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_002c;
}
}
{
// m_TextComponent.enableWordWrapping = true;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_5 = __this->___m_TextComponent_27;
NullCheck(L_5);
TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F(L_5, (bool)1, NULL);
goto IL_0039;
}
IL_002c:
{
// m_TextComponent.enableWordWrapping = false;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6 = __this->___m_TextComponent_27;
NullCheck(L_6);
TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F(L_6, (bool)0, NULL);
}
IL_0039:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetTextComponentRichTextMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetTextComponentRichTextMode_mAA7F99B2DFD5DD46007BF0247B37A8CA008F1947 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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;
{
// if (m_TextComponent == null)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_27;
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_0013;
}
}
{
// return;
goto IL_0025;
}
IL_0013:
{
// m_TextComponent.richText = m_RichText;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_3 = __this->___m_TextComponent_27;
bool L_4 = __this->___m_RichText_64;
NullCheck(L_3);
TMP_Text_set_richText_mAB3D04F620E13F02117B34BBA2EF7BD30AAE6F0F(L_3, L_4, NULL);
}
IL_0025:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetToCustomIfContentTypeIsNot(TMPro.TMP_InputField/ContentType[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetToCustomIfContentTypeIsNot_mB9AC8BE6A15C7DC926F5064C49A0F2199CC6B14D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39* ___allowedContentTypes0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
// if (contentType == ContentType.Custom)
int32_t L_0;
L_0 = TMP_InputField_get_contentType_m32EEDFC275E9CB6C759A4F117EBAA40336B9030D(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)9)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0011;
}
}
{
// return;
goto IL_003d;
}
IL_0011:
{
// for (int i = 0; i < allowedContentTypes.Length; i++)
V_1 = 0;
goto IL_002a;
}
IL_0015:
{
// if (contentType == allowedContentTypes[i])
int32_t L_2;
L_2 = TMP_InputField_get_contentType_m32EEDFC275E9CB6C759A4F117EBAA40336B9030D(__this, NULL);
ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39* L_3 = ___allowedContentTypes0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
int32_t L_6 = (int32_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = (bool)((((int32_t)L_2) == ((int32_t)L_6))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0026;
}
}
{
// return;
goto IL_003d;
}
IL_0026:
{
// for (int i = 0; i < allowedContentTypes.Length; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_002a:
{
// for (int i = 0; i < allowedContentTypes.Length; i++)
int32_t L_9 = V_1;
ContentTypeU5BU5D_t9CD28BD8595DADB2BF0E1020E0E5701C95E80B39* L_10 = ___allowedContentTypes0;
NullCheck(L_10);
V_3 = (bool)((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))? 1 : 0);
bool L_11 = V_3;
if (L_11)
{
goto IL_0015;
}
}
{
// contentType = ContentType.Custom;
TMP_InputField_set_contentType_mB9BCF78B6868FBB3CDE671DDF008E3716D3ADC91(__this, ((int32_t)9), NULL);
}
IL_003d:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetToCustom()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetToCustom_m798A8846432794AA8687F6020551B512357D2CF0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (contentType == ContentType.Custom)
int32_t L_0;
L_0 = TMP_InputField_get_contentType_m32EEDFC275E9CB6C759A4F117EBAA40336B9030D(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)9)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0011;
}
}
{
// return;
goto IL_001a;
}
IL_0011:
{
// contentType = ContentType.Custom;
TMP_InputField_set_contentType_mB9BCF78B6868FBB3CDE671DDF008E3716D3ADC91(__this, ((int32_t)9), NULL);
}
IL_001a:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetToCustom(TMPro.TMP_InputField/CharacterValidation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetToCustom_mB668A3AB0C1900F2B2618DB9C1288C805DD21D58 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___characterValidation0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (contentType == ContentType.Custom)
int32_t L_0;
L_0 = TMP_InputField_get_contentType_m32EEDFC275E9CB6C759A4F117EBAA40336B9030D(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)9)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// characterValidation = CharacterValidation.CustomValidator;
___characterValidation0 = 8;
// return;
goto IL_0021;
}
IL_0015:
{
// contentType = ContentType.Custom;
TMP_InputField_set_contentType_mB9BCF78B6868FBB3CDE671DDF008E3716D3ADC91(__this, ((int32_t)9), NULL);
// characterValidation = CharacterValidation.CustomValidator;
___characterValidation0 = 8;
}
IL_0021:
{
// }
return;
}
}
// System.Void TMPro.TMP_InputField::DoStateTransition(UnityEngine.UI.Selectable/SelectionState,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_DoStateTransition_mB9F4AAD269179A5EBE7A31DDC64D8832C403F260 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, int32_t ___state0, bool ___instant1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (m_HasDoneFocusTransition)
bool L_0 = __this->___m_HasDoneFocusTransition_86;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// state = SelectionState.Selected;
___state0 = 3;
goto IL_001f;
}
IL_0010:
{
// else if (state == SelectionState.Pressed)
int32_t L_2 = ___state0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)2))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001f;
}
}
{
// m_HasDoneFocusTransition = true;
__this->___m_HasDoneFocusTransition_86 = (bool)1;
}
IL_001f:
{
// base.DoStateTransition(state, instant);
int32_t L_4 = ___state0;
bool L_5 = ___instant1;
Selectable_DoStateTransition_mE74A03CC2A2DBCA9C07559B168FA6A77FFE57942(__this, L_4, L_5, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::CalculateLayoutInputHorizontal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_CalculateLayoutInputHorizontal_m46CEB3041DFCF55FF496A01B186965E0846BDAA0 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Void TMPro.TMP_InputField::CalculateLayoutInputVertical()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_CalculateLayoutInputVertical_m89664390EDA3B835EF3540E85A65978247884577 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Single TMPro.TMP_InputField::get_minWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_minWidth_m2A2D1042C5D78373A2AD8BBF514157D83C3A706A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public virtual float minWidth { get { return 0; } }
V_0 = (0.0f);
goto IL_0009;
}
IL_0009:
{
// public virtual float minWidth { get { return 0; } }
float L_0 = V_0;
return L_0;
}
}
// System.Single TMPro.TMP_InputField::get_preferredWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_preferredWidth_m7B67921BC7BD2A2FDD53C93FC9AB63B04A00C753 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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;
}
float V_0 = 0.0f;
bool V_1 = false;
float V_2 = 0.0f;
bool V_3 = false;
bool V_4 = false;
{
// if (textComponent == null)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0;
L_0 = TMP_InputField_get_textComponent_m85C4BC3F4C18206B3B942F03DB0B953B028EE1CE(__this, NULL);
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0019;
}
}
{
// return 0;
V_2 = (0.0f);
goto IL_0087;
}
IL_0019:
{
// float horizontalPadding = 0;
V_0 = (0.0f);
// if (m_LayoutGroup != null)
LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* L_3 = __this->___m_LayoutGroup_33;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_4;
bool L_5 = V_3;
if (!L_5)
{
goto IL_0041;
}
}
{
// horizontalPadding = m_LayoutGroup.padding.horizontal;
LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* L_6 = __this->___m_LayoutGroup_33;
NullCheck(L_6);
RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5* L_7;
L_7 = LayoutGroup_get_padding_m91ABA3C588704717EDC82E72BA6D1B82711FE83C(L_6, NULL);
NullCheck(L_7);
int32_t L_8;
L_8 = RectOffset_get_horizontal_m5C1795C027E4987A8532DC27D88FB3B9FFEC1352(L_7, NULL);
V_0 = ((float)L_8);
}
IL_0041:
{
// if (m_TextViewport != null)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_9 = __this->___m_TextViewport_23;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_4 = L_10;
bool L_11 = V_4;
if (!L_11)
{
goto IL_0077;
}
}
{
// horizontalPadding += m_TextViewport.offsetMin.x - m_TextViewport.offsetMax.x;
float L_12 = V_0;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_13 = __this->___m_TextViewport_23;
NullCheck(L_13);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
L_14 = RectTransform_get_offsetMin_mD02BE5256DADAF02CEEF99214C4E80478CD5287B(L_13, NULL);
float L_15 = L_14.___x_0;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_16 = __this->___m_TextViewport_23;
NullCheck(L_16);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
L_17 = RectTransform_get_offsetMax_m6A51C62A2C69780EFD879D3CFE4EE2CBF4AD3D73(L_16, NULL);
float L_18 = L_17.___x_0;
V_0 = ((float)il2cpp_codegen_add(L_12, ((float)il2cpp_codegen_subtract(L_15, L_18))));
}
IL_0077:
{
// return m_TextComponent.preferredWidth + horizontalPadding; // Should add some extra padding for caret
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_19 = __this->___m_TextComponent_27;
NullCheck(L_19);
float L_20;
L_20 = VirtualFuncInvoker0< float >::Invoke(84 /* System.Single TMPro.TMP_Text::get_preferredWidth() */, L_19);
float L_21 = V_0;
V_2 = ((float)il2cpp_codegen_add(L_20, L_21));
goto IL_0087;
}
IL_0087:
{
// }
float L_22 = V_2;
return L_22;
}
}
// System.Single TMPro.TMP_InputField::get_flexibleWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_flexibleWidth_m8E903250C848B81530D7A757513C98FD7DB4E3CB (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public virtual float flexibleWidth { get { return -1; } }
V_0 = (-1.0f);
goto IL_0009;
}
IL_0009:
{
// public virtual float flexibleWidth { get { return -1; } }
float L_0 = V_0;
return L_0;
}
}
// System.Single TMPro.TMP_InputField::get_minHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_minHeight_m5B9B113BDB4FA8562DE935A377CA0734F7ADE7B1 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public virtual float minHeight { get { return 0; } }
V_0 = (0.0f);
goto IL_0009;
}
IL_0009:
{
// public virtual float minHeight { get { return 0; } }
float L_0 = V_0;
return L_0;
}
}
// System.Single TMPro.TMP_InputField::get_preferredHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_preferredHeight_mF8468DD1FB5F87870379277710E1D5C3DDCFFC1D (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __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;
}
float V_0 = 0.0f;
bool V_1 = false;
float V_2 = 0.0f;
bool V_3 = false;
bool V_4 = false;
{
// if (textComponent == null)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0;
L_0 = TMP_InputField_get_textComponent_m85C4BC3F4C18206B3B942F03DB0B953B028EE1CE(__this, NULL);
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0019;
}
}
{
// return 0;
V_2 = (0.0f);
goto IL_0087;
}
IL_0019:
{
// float verticalPadding = 0;
V_0 = (0.0f);
// if (m_LayoutGroup != null)
LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* L_3 = __this->___m_LayoutGroup_33;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_4;
bool L_5 = V_3;
if (!L_5)
{
goto IL_0041;
}
}
{
// verticalPadding = m_LayoutGroup.padding.vertical;
LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* L_6 = __this->___m_LayoutGroup_33;
NullCheck(L_6);
RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5* L_7;
L_7 = LayoutGroup_get_padding_m91ABA3C588704717EDC82E72BA6D1B82711FE83C(L_6, NULL);
NullCheck(L_7);
int32_t L_8;
L_8 = RectOffset_get_vertical_m43E46D9F313BB617044184A65350E6498A0709F0(L_7, NULL);
V_0 = ((float)L_8);
}
IL_0041:
{
// if (m_TextViewport != null)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_9 = __this->___m_TextViewport_23;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_4 = L_10;
bool L_11 = V_4;
if (!L_11)
{
goto IL_0077;
}
}
{
// verticalPadding += m_TextViewport.offsetMin.y - m_TextViewport.offsetMax.y;
float L_12 = V_0;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_13 = __this->___m_TextViewport_23;
NullCheck(L_13);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
L_14 = RectTransform_get_offsetMin_mD02BE5256DADAF02CEEF99214C4E80478CD5287B(L_13, NULL);
float L_15 = L_14.___y_1;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_16 = __this->___m_TextViewport_23;
NullCheck(L_16);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
L_17 = RectTransform_get_offsetMax_m6A51C62A2C69780EFD879D3CFE4EE2CBF4AD3D73(L_16, NULL);
float L_18 = L_17.___y_1;
V_0 = ((float)il2cpp_codegen_add(L_12, ((float)il2cpp_codegen_subtract(L_15, L_18))));
}
IL_0077:
{
// return m_TextComponent.preferredHeight + verticalPadding;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_19 = __this->___m_TextComponent_27;
NullCheck(L_19);
float L_20;
L_20 = VirtualFuncInvoker0< float >::Invoke(85 /* System.Single TMPro.TMP_Text::get_preferredHeight() */, L_19);
float L_21 = V_0;
V_2 = ((float)il2cpp_codegen_add(L_20, L_21));
goto IL_0087;
}
IL_0087:
{
// }
float L_22 = V_2;
return L_22;
}
}
// System.Single TMPro.TMP_InputField::get_flexibleHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_InputField_get_flexibleHeight_m3293370FBA374E6FCDBC1E7BF9EF975C1D00DEC3 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public virtual float flexibleHeight { get { return -1; } }
V_0 = (-1.0f);
goto IL_0009;
}
IL_0009:
{
// public virtual float flexibleHeight { get { return -1; } }
float L_0 = V_0;
return L_0;
}
}
// System.Int32 TMPro.TMP_InputField::get_layoutPriority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_InputField_get_layoutPriority_m29F413DB25AC2A615265C1C2820D89AC60816DF2 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public virtual int layoutPriority { get { return 1; } }
V_0 = 1;
goto IL_0005;
}
IL_0005:
{
// public virtual int layoutPriority { get { return 1; } }
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void TMPro.TMP_InputField::SetGlobalPointSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetGlobalPointSize_m3FFB4ADB49E9D601673A53AEA78839B964D32A81 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, float ___pointSize0, 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_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* V_0 = NULL;
bool V_1 = false;
{
// TMP_Text placeholderTextComponent = m_Placeholder as TMP_Text;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = __this->___m_Placeholder_29;
V_0 = ((TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9*)IsInstClass((RuntimeObject*)L_0, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_il2cpp_TypeInfo_var));
// if (placeholderTextComponent != null) placeholderTextComponent.fontSize = pointSize;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0020;
}
}
{
// if (placeholderTextComponent != null) placeholderTextComponent.fontSize = pointSize;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_4 = V_0;
float L_5 = ___pointSize0;
NullCheck(L_4);
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_4, L_5, NULL);
}
IL_0020:
{
// textComponent.fontSize = pointSize;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6;
L_6 = TMP_InputField_get_textComponent_m85C4BC3F4C18206B3B942F03DB0B953B028EE1CE(__this, NULL);
float L_7 = ___pointSize0;
NullCheck(L_6);
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_6, L_7, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::SetGlobalFontAsset(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_SetGlobalFontAsset_m4AD28DDE68A928EA340F360105C99A1EBC789201 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, 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_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* V_0 = NULL;
bool V_1 = false;
{
// TMP_Text placeholderTextComponent = m_Placeholder as TMP_Text;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = __this->___m_Placeholder_29;
V_0 = ((TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9*)IsInstClass((RuntimeObject*)L_0, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_il2cpp_TypeInfo_var));
// if (placeholderTextComponent != null) placeholderTextComponent.font = fontAsset;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0020;
}
}
{
// if (placeholderTextComponent != null) placeholderTextComponent.font = fontAsset;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_4 = V_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_5 = ___fontAsset0;
NullCheck(L_4);
TMP_Text_set_font_mC55E4A8C1C09595031384B35F2C2FB2FC3479E83(L_4, L_5, NULL);
}
IL_0020:
{
// textComponent.font = fontAsset;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_6;
L_6 = TMP_InputField_get_textComponent_m85C4BC3F4C18206B3B942F03DB0B953B028EE1CE(__this, NULL);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_7 = ___fontAsset0;
NullCheck(L_6);
TMP_Text_set_font_mC55E4A8C1C09595031384B35F2C2FB2FC3479E83(L_6, L_7, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_InputField::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField__cctor_mF973E419EDD6DC0C1AAE90C8AB1A3A3886B06456 (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*)&TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t04635BCB4D7C7C21D10547072BD307E80F347DD3____1C3635C112D556F4C11A4FE6BDE6ED3F126C4B2B546811BDB64DE7BDED3A05CB_0_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// static private readonly char[] kSeparators = { ' ', '.', ',', '\t', '\r', '\n' };
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)6);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t04635BCB4D7C7C21D10547072BD307E80F347DD3____1C3635C112D556F4C11A4FE6BDE6ED3F126C4B2B546811BDB64DE7BDED3A05CB_0_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_1, L_2, NULL);
((TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var))->___kSeparators_21 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_il2cpp_TypeInfo_var))->___kSeparators_21), (void*)L_1);
return;
}
}
// UnityEngine.Transform TMPro.TMP_InputField::UnityEngine.UI.ICanvasElement.get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* TMP_InputField_UnityEngine_UI_ICanvasElement_get_transform_m54CD226342494A37D5AF311CC975A634588AE1AF (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
{
{
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
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 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 Il2CppChar OnValidateInput_Invoke_m1CDDA220BF2691F42200A098F57AE10FDE383E49_inline (OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* __this, String_t* ___text0, int32_t ___charIndex1, Il2CppChar ___addedChar2, const RuntimeMethod* method)
{
typedef Il2CppChar (*FunctionPointerType) (OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* __this, String_t* ___text0, int32_t ___charIndex1, Il2CppChar ___addedChar2, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___text0, ___charIndex1, ___addedChar2, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PointerEventData_get_button_mA8CBDAF2E16927E6952BC60040D56630BCC95B0B_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method)
{
{
// public InputButton button { get; set; }
int32_t L_0 = __this->___U3CbuttonU3Ek__BackingField_23;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method)
{
{
// public Vector2 position { get; set; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CpositionU3Ek__BackingField_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___v0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___v0;
float L_3 = L_2.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
}
IL_001a:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_scrollDelta_m38C419C3E84811D17D1A42973AF7B3A457B316EA_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method)
{
{
// public Vector2 scrollDelta { get; set; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CscrollDeltaU3Ek__BackingField_20;
return L_0;
}
}
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 int32_t Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_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 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 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_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 bool Vector3_op_Inequality_m6A7FB1C9E9DE194708997BFA24C6E238D92D908E_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lhs0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___lhs0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___rhs1;
bool L_2;
L_2 = Vector3_op_Equality_m15951D1B53E3BE36C9D265E229090020FBD72EBB_inline(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;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Quaternion_op_Inequality_mC1922F160B14F6F404E46FFCC10B282D913BE354_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___lhs0, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
{
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ___lhs0;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = ___rhs1;
bool L_2;
L_2 = Quaternion_op_Equality_m3DF1D708D3A0AFB11EACF42A9C068EF6DC508FBB_inline(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;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___rhs1;
bool L_2;
L_2 = Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline(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;
}
}
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 void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method)
{
{
float L_0 = ___x0;
__this->___x_2 = L_0;
float L_1 = ___y1;
__this->___y_3 = L_1;
float L_2 = ___z2;
__this->___z_4 = L_2;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method)
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0;
float L_1 = L_0.___r_0;
float L_2;
L_2 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_1, NULL);
float L_3;
L_3 = bankers_roundf(((float)il2cpp_codegen_multiply(L_2, (255.0f))));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___c0;
float L_5 = L_4.___g_1;
float L_6;
L_6 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_5, NULL);
float L_7;
L_7 = bankers_roundf(((float)il2cpp_codegen_multiply(L_6, (255.0f))));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___c0;
float L_9 = L_8.___b_2;
float L_10;
L_10 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_9, NULL);
float L_11;
L_11 = bankers_roundf(((float)il2cpp_codegen_multiply(L_10, (255.0f))));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___c0;
float L_13 = L_12.___a_3;
float L_14;
L_14 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_13, NULL);
float L_15;
L_15 = bankers_roundf(((float)il2cpp_codegen_multiply(L_14, (255.0f))));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_16;
memset((&L_16), 0, sizeof(L_16));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_16), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_3), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_7), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_11), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_15), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0065;
}
IL_0065:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m6162D8136CFE97A5A8BD3B764F9074DB96AA5CD0_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___v0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___v0;
float L_3 = L_2.___y_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_4), L_1, L_3, (0.0f), (0.0f), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001f;
}
IL_001f:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = V_0;
return L_5;
}
}
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 String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___numberDecimalSeparator_6;
return L_0;
}
}
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 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_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 void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __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;
}
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__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_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___item0, const RuntimeMethod* method)
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* 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));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__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;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* 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));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = V_0;
int32_t L_7 = V_1;
int32_t L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (int32_t)L_8);
return;
}
IL_0034:
{
int32_t L_9 = ___item0;
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_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 bool Vector3_op_Equality_m15951D1B53E3BE36C9D265E229090020FBD72EBB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lhs0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rhs1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
bool V_4 = false;
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___lhs0;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___rhs1;
float L_3 = L_2.___x_2;
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___lhs0;
float L_5 = L_4.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___rhs1;
float L_7 = L_6.___y_3;
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___lhs0;
float L_9 = L_8.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___rhs1;
float L_11 = L_10.___z_4;
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
float L_12 = V_0;
float L_13 = V_0;
float L_14 = V_1;
float L_15 = V_1;
float L_16 = V_2;
float L_17 = V_2;
V_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_12, L_13)), ((float)il2cpp_codegen_multiply(L_14, L_15)))), ((float)il2cpp_codegen_multiply(L_16, L_17))));
float L_18 = V_3;
V_4 = (bool)((((float)L_18) < ((float)(9.99999944E-11f)))? 1 : 0);
goto IL_0043;
}
IL_0043:
{
bool L_19 = V_4;
return L_19;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Quaternion_op_Equality_m3DF1D708D3A0AFB11EACF42A9C068EF6DC508FBB_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___lhs0, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
{
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ___lhs0;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = ___rhs1;
float L_2;
L_2 = Quaternion_Dot_m4A80D03D7B7DEC054E2175E53D072675649C6713_inline(L_0, L_1, NULL);
bool L_3;
L_3 = Quaternion_IsEqualUsingDot_m5C6AC5F5C56B27C25DDF612BEEF40F28CA44CA31_inline(L_2, NULL);
V_0 = L_3;
goto IL_0010;
}
IL_0010:
{
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
bool V_2 = false;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___rhs1;
float L_3 = L_2.___x_0;
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___lhs0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___rhs1;
float L_7 = L_6.___y_1;
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
float L_8 = V_0;
float L_9 = V_0;
float L_10 = V_1;
float L_11 = V_1;
V_2 = (bool)((((float)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_8, L_9)), ((float)il2cpp_codegen_multiply(L_10, L_11))))) < ((float)(9.99999944E-11f)))? 1 : 0);
goto IL_002e;
}
IL_002e:
{
bool L_12 = V_2;
return L_12;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 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 float Quaternion_Dot_m4A80D03D7B7DEC054E2175E53D072675649C6713_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___a0, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___b1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ___a0;
float L_1 = L_0.___x_0;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2 = ___b1;
float L_3 = L_2.___x_0;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_4 = ___a0;
float L_5 = L_4.___y_1;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = ___b1;
float L_7 = L_6.___y_1;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = ___a0;
float L_9 = L_8.___z_2;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10 = ___b1;
float L_11 = L_10.___z_2;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12 = ___a0;
float L_13 = L_12.___w_3;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14 = ___b1;
float L_15 = L_14.___w_3;
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11)))), ((float)il2cpp_codegen_multiply(L_13, L_15))));
goto IL_003b;
}
IL_003b:
{
float L_16 = V_0;
return L_16;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Quaternion_IsEqualUsingDot_m5C6AC5F5C56B27C25DDF612BEEF40F28CA44CA31_inline (float ___dot0, const RuntimeMethod* method)
{
bool V_0 = false;
{
float L_0 = ___dot0;
V_0 = (bool)((((float)L_0) > ((float)(0.999998987f)))? 1 : 0);
goto IL_000c;
}
IL_000c:
{
bool L_1 = V_0;
return L_1;
}
}