22375 lines
916 KiB
C++
22375 lines
916 KiB
C++
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
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, typename T2, typename T3, typename T4, typename T5>
|
|
struct VirtualFuncInvoker5
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.TextCore.Text.FontAsset>
|
|
struct Dictionary_2_tC20B3D6AE4370C892734F670EF4D1FB9CE91F371;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.Character>
|
|
struct Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>
|
|
struct Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>
|
|
struct Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32>
|
|
struct Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.SpriteCharacter>
|
|
struct Dictionary_2_tD4154357CA320908C5A7A35ED81FA2A9856C28D9;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.SpriteGlyph>
|
|
struct Dictionary_2_tDC0461D8CBB2E6B52DD2C421114EDE7C1C70DE73;
|
|
// System.Collections.Generic.HashSet`1<System.Int32>
|
|
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32>
|
|
struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
|
|
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.UInt32>
|
|
struct IEqualityComparer_1_t0BB8211419723EB61BF19007AC9D62365E50500E;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>
|
|
struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,UnityEngine.TextCore.Text.Character>
|
|
struct KeyCollection_tC77517EE58666366824AEC6674ED44B430ED2D67;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>
|
|
struct KeyCollection_tF62DA58D084558E31E5A09537D460287D59B1A89;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.Character>
|
|
struct List_1_tFED0F30EE65D995591571D3CD2C10F22439CB317;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset>
|
|
struct List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>
|
|
struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>
|
|
struct List_1_t3CA8EA3609B406A4099002CBD02BB599F3B1D5DB;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>
|
|
struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteAsset>
|
|
struct List_1_t3EE59C28A34FCD5060EF6B6BAFA85F2C9D01D320;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter>
|
|
struct List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteGlyph>
|
|
struct List_1_t063B87D3CFDC3AEE80E33EFBDA1410C697D71AD6;
|
|
// System.Collections.Generic.List`1<UnityEngine.Texture2D>
|
|
struct List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4;
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.TextSettings/FontReferenceMap>
|
|
struct List_1_tA1547550E5FBA50050B20DA74245C38434654EE8;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>
|
|
struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,UnityEngine.TextCore.Text.Character>
|
|
struct ValueCollection_tA5B63968FCBE6FB42208B53C99AD12395688A1E8;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>
|
|
struct ValueCollection_tB99ECE94AB57EE9AB1FAC3276CC7108B468367C9;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>[]
|
|
struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,UnityEngine.TextCore.Text.Character>[]
|
|
struct EntryU5BU5D_t0847BDFA02D0C07032D1677F21C95174F778FC60;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>[]
|
|
struct EntryU5BU5D_t68A3C3C2FF61504922EC13C363BED0E17D474FA8;
|
|
// System.Collections.Generic.HashSet`1/Slot<System.UInt32>[]
|
|
struct SlotU5BU5D_tBF418274114DA8D3D070D784415BF0500C1960C6;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
// UnityEngine.TextCore.Text.FontAsset[]
|
|
struct FontAssetU5BU5D_t5A6A4DD2BD3259A2F45F7F4D7860BAEA3666EA93;
|
|
// UnityEngine.TextCore.Text.FontWeightPair[]
|
|
struct FontWeightPairU5BU5D_t76E8DB55C81EEBEFA2E6D1D3E3B3EA1FB4C4954F;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.Int32Enum[]
|
|
struct Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// UnityEngine.TextCore.Text.LineInfo[]
|
|
struct LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D;
|
|
// UnityEngine.TextCore.Text.LinkInfo[]
|
|
struct LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51;
|
|
// UnityEngine.TextCore.Text.MaterialReference[]
|
|
struct MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E;
|
|
// UnityEngine.TextCore.Text.MeshInfo[]
|
|
struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// UnityEngine.TextCore.Text.PageInfo[]
|
|
struct PageInfoU5BU5D_tFEA2CF88695491CFC2F2A2EF6BDCC56E52B0A6D4;
|
|
// UnityEngine.TextCore.Text.RichTextTagAttribute[]
|
|
struct RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14;
|
|
// System.Single[]
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
// UnityEngine.TextCore.Text.SpriteCharacter[]
|
|
struct SpriteCharacterU5BU5D_tF4060931C4A985100FE1C44BF53084E1630E96CA;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// UnityEngine.TextCore.Text.TextAlignment[]
|
|
struct TextAlignmentU5BU5D_t756DC2D672145699CB9718DDBA5982ED51A95F49;
|
|
// UnityEngine.TextCore.Text.TextColorGradient[]
|
|
struct TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A;
|
|
// UnityEngine.TextCore.Text.TextElementInfo[]
|
|
struct TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E;
|
|
// UnityEngine.TextCore.Text.TextFontWeight[]
|
|
struct TextFontWeightU5BU5D_t3DE32809AEE657255C8333897D61F2EA5279D43F;
|
|
// UnityEngine.Texture2D[]
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
// UnityEngine.TextCore.Text.WordInfo[]
|
|
struct WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B;
|
|
// UnityEngine.TextCore.Text.XmlTagAttribute[]
|
|
struct XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// UnityEngine.TextCore.Text.Character
|
|
struct Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC;
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
|
|
// UnityEngine.TextCore.Text.FontAsset
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958;
|
|
// UnityEngine.TextCore.Text.FontFeatureTable
|
|
struct FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7;
|
|
// UnityEngine.TextCore.Glyph
|
|
struct Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
// UnityEngine.TextCore.Text.SpriteAsset
|
|
struct SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313;
|
|
// UnityEngine.TextCore.Text.SpriteCharacter
|
|
struct SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5;
|
|
// System.String
|
|
struct String_t;
|
|
// UnityEngine.TextAsset
|
|
struct TextAsset_t2C64E93DA366D9DE5A8209E1802FA4884AC1BD69;
|
|
// UnityEngine.TextCore.Text.TextAsset
|
|
struct TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8;
|
|
// UnityEngine.TextCore.Text.TextColorGradient
|
|
struct TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70;
|
|
// UnityEngine.TextCore.Text.TextElement
|
|
struct TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA;
|
|
// UnityEngine.TextCore.Text.TextGenerationSettings
|
|
struct TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2;
|
|
// UnityEngine.TextCore.Text.TextGenerator
|
|
struct TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366;
|
|
// UnityEngine.TextCore.Text.TextInfo
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09;
|
|
// UnityEngine.TextCore.Text.TextSettings
|
|
struct TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64;
|
|
// UnityEngine.TextCore.Text.TextStyleSheet
|
|
struct TextStyleSheet_t86A0FA5523897465F371A2ABC17DFA3558C8D15E;
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
// UnityEngine.TextCore.Text.UnicodeLineBreakingRules
|
|
struct UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_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* Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MaterialManager_t104D2897F78BE83C3377323E18BEB5B8F0704D9B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral17FB4873E9C091E846784A2EF6E9314570483BC9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2721F1FB5FC4A504275A0C43F1EBCAE2F87F2F45;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral31D159E683556C06B3B3963D92483B6867EB3233;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A16983F3F5E2FE996FFAE625831CCA22C609206;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3CF41D991C7F2555D83F628B4B3B26444D917083;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75CDF58C9AFA1ECF6D29D4045BD510C2651DD6E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76035771ED8F77CE10848FFF51357CF514EC7F02;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77A4D95C5A66881369906720C24690D7097D85DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral804E3B76CDCD07E13EAE2E489D1D76D145E0DED6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral911C45CCDD6261BCC0DB106704C632E834EF8E49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDC04DCE144956C85753B1D40627C3620348D36C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCAAD2794A22F622E48C3D6803C2630A786F758B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD145B4F79D40262E79305A5090EE637B2012419A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD63480B2565F0995D6C57D129F34A9962BC874C4;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mD88F18E0B2065189516BF168F521E531BE54384A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mFD42C320FC3C4884CD9A746FB26476D6662DFF58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Profiler_ValidateArguments_m631DF788CA8A7DF599A5871AF4D7FA8B9C3B52CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisFontAsset_t61A6446D934E582651044E33D250EA8D306AB958_m01463D8A27B3AC5957F1EFD218945A9621F00E2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisSpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_m0E11E95B9C634C101DD3F7C55A741CE2A33C7540_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70_mD9EFA66F643E1BFBE2BAFFA578B4E9BF23F3A279_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextInfo_Resize_TisLinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_m69E901740AA5A1BA1DB56BF6E903819E8360A6F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextInfo_Resize_TisMeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_m12C1214F381EE3DE1ABDDCD67922D47344C093CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Add_m022CA737B4340C51370BE07A79E71C63F553AD3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Add_m15B10B664846D4F52E8FE84908D9B4196C697CF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Add_mFB2400CB8E620060FDD41E7FB5E57A238F67E666_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Clear_m857C80F9AFD9507FE4784DB5DE79109E16C8EAA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Peek_mE06D9422EAE774A3926E6956483EB39E6425D2E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Remove_m22098B317E1049C5DFD900721F2F489220C44212_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Remove_m3C7936195E04FE5C7BD27A56E88A06DEDA9EA5BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Remove_mABFF8426A0D669AEEE6FB5017100904E559EEBF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_Remove_mFC7EB20F1D31BC8E84C07AAABD63626EAB1424BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_SetDefault_m2DBB41C08A4CB7F71156ED5965850C2A0570F230_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1_SetDefault_mDF71503A7E4F1891305CDCC7AE245CA66A713E79_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_m21F67B4043E233F8CA9797CEAEBF75AA44923E95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_m51ECDDF2DCADEB66EED067F383D94ADCCFE61782_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_m8D925AB632D621F377352A263B090EF1689AB7D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_mA4B25FA7163EB1A1804D7F9C4BB50D078CC1F9EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TextProcessingStack_1__ctor_mE29F1CB516B3C52016997ECCBF3769B1FE98336A_RuntimeMethod_var;
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7;
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2;
|
|
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D;
|
|
struct LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51;
|
|
struct MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E;
|
|
struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6;
|
|
struct RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14;
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
struct TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A;
|
|
struct TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E;
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
struct XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2;
|
|
|
|
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.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : 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_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____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_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.Character>
|
|
struct Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB : 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_t0847BDFA02D0C07032D1677F21C95174F778FC60* ____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_tC77517EE58666366824AEC6674ED44B430ED2D67* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tA5B63968FCBE6FB42208B53C99AD12395688A1E8* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>
|
|
struct Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0 : 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_t68A3C3C2FF61504922EC13C363BED0E17D474FA8* ____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_tF62DA58D084558E31E5A09537D460287D59B1A89* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tB99ECE94AB57EE9AB1FAC3276CC7108B468367C9* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<System.UInt32>
|
|
struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_tBF418274114DA8D3D070D784415BF0500C1960C6* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset>
|
|
struct List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
FontAssetU5BU5D_t5A6A4DD2BD3259A2F45F7F4D7860BAEA3666EA93* ____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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter>
|
|
struct List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
SpriteCharacterU5BU5D_tF4060931C4A985100FE1C44BF53084E1630E96CA* ____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;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.FontFeatureTable
|
|
struct FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord> UnityEngine.TextCore.Text.FontFeatureTable::m_GlyphPairAdjustmentRecords
|
|
List_1_t3CA8EA3609B406A4099002CBD02BB599F3B1D5DB* ___m_GlyphPairAdjustmentRecords_0;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord> UnityEngine.TextCore.Text.FontFeatureTable::m_GlyphPairAdjustmentRecordLookup
|
|
Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0* ___m_GlyphPairAdjustmentRecordLookup_1;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextElement
|
|
struct TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA : public RuntimeObject
|
|
{
|
|
// UnityEngine.TextCore.Text.TextElementType UnityEngine.TextCore.Text.TextElement::m_ElementType
|
|
uint8_t ___m_ElementType_0;
|
|
// System.UInt32 UnityEngine.TextCore.Text.TextElement::m_Unicode
|
|
uint32_t ___m_Unicode_1;
|
|
// UnityEngine.TextCore.Text.TextAsset UnityEngine.TextCore.Text.TextElement::m_TextAsset
|
|
TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* ___m_TextAsset_2;
|
|
// UnityEngine.TextCore.Glyph UnityEngine.TextCore.Text.TextElement::m_Glyph
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___m_Glyph_3;
|
|
// System.UInt32 UnityEngine.TextCore.Text.TextElement::m_GlyphIndex
|
|
uint32_t ___m_GlyphIndex_4;
|
|
// System.Single UnityEngine.TextCore.Text.TextElement::m_Scale
|
|
float ___m_Scale_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextShaderUtilities
|
|
struct TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.UnicodeLineBreakingRules
|
|
struct UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E : public RuntimeObject
|
|
{
|
|
// UnityEngine.TextAsset UnityEngine.TextCore.Text.UnicodeLineBreakingRules::m_UnicodeLineBreakingRules
|
|
TextAsset_t2C64E93DA366D9DE5A8209E1802FA4884AC1BD69* ___m_UnicodeLineBreakingRules_1;
|
|
// UnityEngine.TextAsset UnityEngine.TextCore.Text.UnicodeLineBreakingRules::m_LeadingCharacters
|
|
TextAsset_t2C64E93DA366D9DE5A8209E1802FA4884AC1BD69* ___m_LeadingCharacters_2;
|
|
// UnityEngine.TextAsset UnityEngine.TextCore.Text.UnicodeLineBreakingRules::m_FollowingCharacters
|
|
TextAsset_t2C64E93DA366D9DE5A8209E1802FA4884AC1BD69* ___m_FollowingCharacters_3;
|
|
// System.Boolean UnityEngine.TextCore.Text.UnicodeLineBreakingRules::m_UseModernHangulLineBreakingRules
|
|
bool ___m_UseModernHangulLineBreakingRules_4;
|
|
};
|
|
|
|
// 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.TextCore.Text.TextProcessingStack`1<System.Int32>
|
|
struct TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>
|
|
struct TextProcessingStack_1_t9C24840D494C4878BD8680855123926D6243C90D
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Object>
|
|
struct TextProcessingStack_1_t5EA97AAC21CEE068194F77E59929440F85AD3991
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
RuntimeObject* ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>
|
|
struct TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
float ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment>
|
|
struct TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
TextAlignmentU5BU5D_t756DC2D672145699CB9718DDBA5982ED51A95F49* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient>
|
|
struct TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>
|
|
struct TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
TextFontWeightU5BU5D_t3DE32809AEE657255C8333897D61F2EA5279D43F* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.Character
|
|
struct Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC : public TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA
|
|
{
|
|
};
|
|
|
|
// 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.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.Int32 UnityEngine.TextCore.FaceInfo::m_UnitsPerEM
|
|
int32_t ___m_UnitsPerEM_5;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_LineHeight
|
|
float ___m_LineHeight_6;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_AscentLine
|
|
float ___m_AscentLine_7;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_CapLine
|
|
float ___m_CapLine_8;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_MeanLine
|
|
float ___m_MeanLine_9;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_Baseline
|
|
float ___m_Baseline_10;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_DescentLine
|
|
float ___m_DescentLine_11;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptOffset
|
|
float ___m_SuperscriptOffset_12;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptSize
|
|
float ___m_SuperscriptSize_13;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptOffset
|
|
float ___m_SubscriptOffset_14;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptSize
|
|
float ___m_SubscriptSize_15;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineOffset
|
|
float ___m_UnderlineOffset_16;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineThickness
|
|
float ___m_UnderlineThickness_17;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughOffset
|
|
float ___m_StrikethroughOffset_18;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughThickness
|
|
float ___m_StrikethroughThickness_19;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_TabWidth
|
|
float ___m_TabWidth_20;
|
|
};
|
|
// 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;
|
|
int32_t ___m_UnitsPerEM_5;
|
|
float ___m_LineHeight_6;
|
|
float ___m_AscentLine_7;
|
|
float ___m_CapLine_8;
|
|
float ___m_MeanLine_9;
|
|
float ___m_Baseline_10;
|
|
float ___m_DescentLine_11;
|
|
float ___m_SuperscriptOffset_12;
|
|
float ___m_SuperscriptSize_13;
|
|
float ___m_SubscriptOffset_14;
|
|
float ___m_SubscriptSize_15;
|
|
float ___m_UnderlineOffset_16;
|
|
float ___m_UnderlineThickness_17;
|
|
float ___m_StrikethroughOffset_18;
|
|
float ___m_StrikethroughThickness_19;
|
|
float ___m_TabWidth_20;
|
|
};
|
|
// 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;
|
|
int32_t ___m_UnitsPerEM_5;
|
|
float ___m_LineHeight_6;
|
|
float ___m_AscentLine_7;
|
|
float ___m_CapLine_8;
|
|
float ___m_MeanLine_9;
|
|
float ___m_Baseline_10;
|
|
float ___m_DescentLine_11;
|
|
float ___m_SuperscriptOffset_12;
|
|
float ___m_SuperscriptSize_13;
|
|
float ___m_SubscriptOffset_14;
|
|
float ___m_SubscriptSize_15;
|
|
float ___m_UnderlineOffset_16;
|
|
float ___m_UnderlineThickness_17;
|
|
float ___m_StrikethroughOffset_18;
|
|
float ___m_StrikethroughThickness_19;
|
|
float ___m_TabWidth_20;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.FontAssetCreationEditorSettings
|
|
struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52
|
|
{
|
|
// System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::sourceFontFileGUID
|
|
String_t* ___sourceFontFileGUID_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::faceIndex
|
|
int32_t ___faceIndex_1;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::pointSizeSamplingMode
|
|
int32_t ___pointSizeSamplingMode_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::pointSize
|
|
int32_t ___pointSize_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::padding
|
|
int32_t ___padding_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::packingMode
|
|
int32_t ___packingMode_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::atlasWidth
|
|
int32_t ___atlasWidth_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::atlasHeight
|
|
int32_t ___atlasHeight_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::characterSetSelectionMode
|
|
int32_t ___characterSetSelectionMode_8;
|
|
// System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::characterSequence
|
|
String_t* ___characterSequence_9;
|
|
// System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::referencedFontAssetGUID
|
|
String_t* ___referencedFontAssetGUID_10;
|
|
// System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::referencedTextAssetGUID
|
|
String_t* ___referencedTextAssetGUID_11;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::fontStyle
|
|
int32_t ___fontStyle_12;
|
|
// System.Single UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::fontStyleModifier
|
|
float ___fontStyleModifier_13;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::renderMode
|
|
int32_t ___renderMode_14;
|
|
// System.Boolean UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::includeFontFeatures
|
|
bool ___includeFontFeatures_15;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.FontAssetCreationEditorSettings
|
|
struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52_marshaled_pinvoke
|
|
{
|
|
char* ___sourceFontFileGUID_0;
|
|
int32_t ___faceIndex_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 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings
|
|
struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52_marshaled_com
|
|
{
|
|
Il2CppChar* ___sourceFontFileGUID_0;
|
|
int32_t ___faceIndex_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.Text.FontStyleStack
|
|
struct FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7
|
|
{
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::bold
|
|
uint8_t ___bold_0;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::italic
|
|
uint8_t ___italic_1;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::underline
|
|
uint8_t ___underline_2;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::strikethrough
|
|
uint8_t ___strikethrough_3;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::highlight
|
|
uint8_t ___highlight_4;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::superscript
|
|
uint8_t ___superscript_5;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::subscript
|
|
uint8_t ___subscript_6;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::uppercase
|
|
uint8_t ___uppercase_7;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::lowercase
|
|
uint8_t ___lowercase_8;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::smallcaps
|
|
uint8_t ___smallcaps_9;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.LinkInfo
|
|
struct LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.LinkInfo::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkIdFirstCharacterIndex
|
|
int32_t ___linkIdFirstCharacterIndex_1;
|
|
// System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkIdLength
|
|
int32_t ___linkIdLength_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkTextfirstCharacterIndex
|
|
int32_t ___linkTextfirstCharacterIndex_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkTextLength
|
|
int32_t ___linkTextLength_4;
|
|
// System.Char[] UnityEngine.TextCore.Text.LinkInfo::linkId
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___linkId_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.LinkInfo
|
|
struct LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_marshaled_pinvoke
|
|
{
|
|
int32_t ___hashCode_0;
|
|
int32_t ___linkIdFirstCharacterIndex_1;
|
|
int32_t ___linkIdLength_2;
|
|
int32_t ___linkTextfirstCharacterIndex_3;
|
|
int32_t ___linkTextLength_4;
|
|
uint8_t* ___linkId_5;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TextCore.Text.LinkInfo
|
|
struct LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_marshaled_com
|
|
{
|
|
int32_t ___hashCode_0;
|
|
int32_t ___linkIdFirstCharacterIndex_1;
|
|
int32_t ___linkIdLength_2;
|
|
int32_t ___linkTextfirstCharacterIndex_3;
|
|
int32_t ___linkTextLength_4;
|
|
uint8_t* ___linkId_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.MaterialReference
|
|
struct MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.MaterialReference::index
|
|
int32_t ___index_0;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.MaterialReference::fontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_1;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.MaterialReference::spriteAsset
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___spriteAsset_2;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.MaterialReference::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
// System.Boolean UnityEngine.TextCore.Text.MaterialReference::isDefaultMaterial
|
|
bool ___isDefaultMaterial_4;
|
|
// System.Boolean UnityEngine.TextCore.Text.MaterialReference::isFallbackMaterial
|
|
bool ___isFallbackMaterial_5;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.MaterialReference::fallbackMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
|
|
// System.Single UnityEngine.TextCore.Text.MaterialReference::padding
|
|
float ___padding_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.MaterialReference::referenceCount
|
|
int32_t ___referenceCount_8;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.MaterialReference
|
|
struct MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26_marshaled_pinvoke
|
|
{
|
|
int32_t ___index_0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_1;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___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 UnityEngine.TextCore.Text.MaterialReference
|
|
struct MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26_marshaled_com
|
|
{
|
|
int32_t ___index_0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_1;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.RichTextTagAttribute
|
|
struct RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.RichTextTagAttribute::nameHashCode
|
|
int32_t ___nameHashCode_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.RichTextTagAttribute::valueHashCode
|
|
int32_t ___valueHashCode_1;
|
|
// UnityEngine.TextCore.Text.TagValueType UnityEngine.TextCore.Text.RichTextTagAttribute::valueType
|
|
int32_t ___valueType_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.RichTextTagAttribute::valueStartIndex
|
|
int32_t ___valueStartIndex_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.RichTextTagAttribute::valueLength
|
|
int32_t ___valueLength_4;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.SpriteCharacter
|
|
struct SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5 : public TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA
|
|
{
|
|
// System.String UnityEngine.TextCore.Text.SpriteCharacter::m_Name
|
|
String_t* ___m_Name_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.SpriteCharacter::m_HashCode
|
|
int32_t ___m_HashCode_7;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.XmlTagAttribute
|
|
struct XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.XmlTagAttribute::nameHashCode
|
|
int32_t ___nameHashCode_0;
|
|
// UnityEngine.TextCore.Text.TagValueType UnityEngine.TextCore.Text.XmlTagAttribute::valueType
|
|
int32_t ___valueType_1;
|
|
// System.Int32 UnityEngine.TextCore.Text.XmlTagAttribute::valueStartIndex
|
|
int32_t ___valueStartIndex_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.XmlTagAttribute::valueLength
|
|
int32_t ___valueLength_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.XmlTagAttribute::valueHashCode
|
|
int32_t ___valueHashCode_4;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter
|
|
struct SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD
|
|
{
|
|
// UnityEngine.TextCore.Text.Character UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter::character
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* ___character_0;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter::fontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_1;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter::materialIndex
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter
|
|
struct SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD_marshaled_pinvoke
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* ___character_0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter
|
|
struct SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD_marshaled_com
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* ___character_0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>
|
|
struct TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>
|
|
struct TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA
|
|
{
|
|
// T[] UnityEngine.TextCore.Text.TextProcessingStack`1::itemStack
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* ___itemStack_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1::m_DefaultItem
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 ___m_DefaultItem_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t* ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject* ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject* ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.Extents
|
|
struct Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.Extents::min
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min_0;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.Extents::max
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max_1;
|
|
};
|
|
|
|
// 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;
|
|
// UnityEngine.TextCore.GlyphClassDefinitionType UnityEngine.TextCore.Glyph::m_ClassDefinitionType
|
|
int32_t ___m_ClassDefinitionType_5;
|
|
};
|
|
// 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;
|
|
int32_t ___m_ClassDefinitionType_5;
|
|
};
|
|
// 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;
|
|
int32_t ___m_ClassDefinitionType_5;
|
|
};
|
|
|
|
// 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.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.MeshInfo::vertexCount
|
|
int32_t ___vertexCount_1;
|
|
// UnityEngine.Vector3[] UnityEngine.TextCore.Text.MeshInfo::vertices
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___vertices_2;
|
|
// UnityEngine.Vector2[] UnityEngine.TextCore.Text.MeshInfo::uvs0
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___uvs0_3;
|
|
// UnityEngine.Vector2[] UnityEngine.TextCore.Text.MeshInfo::uvs2
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___uvs2_4;
|
|
// UnityEngine.Color32[] UnityEngine.TextCore.Text.MeshInfo::colors32
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___colors32_5;
|
|
// System.Int32[] UnityEngine.TextCore.Text.MeshInfo::triangles
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___triangles_6;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.MeshInfo::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_marshaled_pinvoke
|
|
{
|
|
int32_t ___vertexCount_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___vertices_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs0_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs2_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___colors32_5;
|
|
Il2CppSafeArray/*NONE*/* ___triangles_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TextCore.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_marshaled_com
|
|
{
|
|
int32_t ___vertexCount_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___vertices_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs0_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs2_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___colors32_5;
|
|
Il2CppSafeArray/*NONE*/* ___triangles_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// Unity.Profiling.ProfilerMarker
|
|
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
|
|
{
|
|
// System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerationSettings
|
|
struct TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2 : public RuntimeObject
|
|
{
|
|
// System.String UnityEngine.TextCore.Text.TextGenerationSettings::text
|
|
String_t* ___text_0;
|
|
// UnityEngine.Rect UnityEngine.TextCore.Text.TextGenerationSettings::screenRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect_1;
|
|
// UnityEngine.Vector4 UnityEngine.TextCore.Text.TextGenerationSettings::margins
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___margins_2;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::scale
|
|
float ___scale_3;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.TextGenerationSettings::fontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_4;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.TextGenerationSettings::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_5;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.TextGenerationSettings::spriteAsset
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___spriteAsset_6;
|
|
// UnityEngine.TextCore.Text.TextStyleSheet UnityEngine.TextCore.Text.TextGenerationSettings::styleSheet
|
|
TextStyleSheet_t86A0FA5523897465F371A2ABC17DFA3558C8D15E* ___styleSheet_7;
|
|
// UnityEngine.TextCore.Text.FontStyles UnityEngine.TextCore.Text.TextGenerationSettings::fontStyle
|
|
int32_t ___fontStyle_8;
|
|
// UnityEngine.TextCore.Text.TextSettings UnityEngine.TextCore.Text.TextGenerationSettings::textSettings
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* ___textSettings_9;
|
|
// UnityEngine.TextCore.Text.TextAlignment UnityEngine.TextCore.Text.TextGenerationSettings::textAlignment
|
|
int32_t ___textAlignment_10;
|
|
// UnityEngine.TextCore.Text.TextOverflowMode UnityEngine.TextCore.Text.TextGenerationSettings::overflowMode
|
|
int32_t ___overflowMode_11;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::wordWrap
|
|
bool ___wordWrap_12;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::wordWrappingRatio
|
|
float ___wordWrappingRatio_13;
|
|
// UnityEngine.Color UnityEngine.TextCore.Text.TextGenerationSettings::color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_14;
|
|
// UnityEngine.TextCore.Text.TextColorGradient UnityEngine.TextCore.Text.TextGenerationSettings::fontColorGradient
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* ___fontColorGradient_15;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::tintSprites
|
|
bool ___tintSprites_16;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::overrideRichTextColors
|
|
bool ___overrideRichTextColors_17;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::fontSize
|
|
float ___fontSize_18;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::autoSize
|
|
bool ___autoSize_19;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::fontSizeMin
|
|
float ___fontSizeMin_20;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::fontSizeMax
|
|
float ___fontSizeMax_21;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::enableKerning
|
|
bool ___enableKerning_22;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::richText
|
|
bool ___richText_23;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::isRightToLeft
|
|
bool ___isRightToLeft_24;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::extraPadding
|
|
bool ___extraPadding_25;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::parseControlCharacters
|
|
bool ___parseControlCharacters_26;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::characterSpacing
|
|
float ___characterSpacing_27;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::wordSpacing
|
|
float ___wordSpacing_28;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::lineSpacing
|
|
float ___lineSpacing_29;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::paragraphSpacing
|
|
float ___paragraphSpacing_30;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::lineSpacingMax
|
|
float ___lineSpacingMax_31;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerationSettings::maxVisibleCharacters
|
|
int32_t ___maxVisibleCharacters_32;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerationSettings::maxVisibleWords
|
|
int32_t ___maxVisibleWords_33;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerationSettings::maxVisibleLines
|
|
int32_t ___maxVisibleLines_34;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerationSettings::firstVisibleCharacter
|
|
int32_t ___firstVisibleCharacter_35;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::useMaxVisibleDescender
|
|
bool ___useMaxVisibleDescender_36;
|
|
// UnityEngine.TextCore.Text.TextFontWeight UnityEngine.TextCore.Text.TextGenerationSettings::fontWeight
|
|
int32_t ___fontWeight_37;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerationSettings::pageToDisplay
|
|
int32_t ___pageToDisplay_38;
|
|
// UnityEngine.TextCore.Text.TextureMapping UnityEngine.TextCore.Text.TextGenerationSettings::horizontalMapping
|
|
int32_t ___horizontalMapping_39;
|
|
// UnityEngine.TextCore.Text.TextureMapping UnityEngine.TextCore.Text.TextGenerationSettings::verticalMapping
|
|
int32_t ___verticalMapping_40;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::uvLineOffset
|
|
float ___uvLineOffset_41;
|
|
// UnityEngine.TextCore.Text.VertexSortingOrder UnityEngine.TextCore.Text.TextGenerationSettings::geometrySortingOrder
|
|
int32_t ___geometrySortingOrder_42;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerationSettings::inverseYAxis
|
|
bool ___inverseYAxis_43;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerationSettings::charWidthMaxAdj
|
|
float ___charWidthMaxAdj_44;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextInfo
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::characterCount
|
|
int32_t ___characterCount_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::spriteCount
|
|
int32_t ___spriteCount_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::spaceCount
|
|
int32_t ___spaceCount_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::wordCount
|
|
int32_t ___wordCount_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::linkCount
|
|
int32_t ___linkCount_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::lineCount
|
|
int32_t ___lineCount_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::pageCount
|
|
int32_t ___pageCount_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::materialCount
|
|
int32_t ___materialCount_9;
|
|
// UnityEngine.TextCore.Text.TextElementInfo[] UnityEngine.TextCore.Text.TextInfo::textElementInfo
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* ___textElementInfo_10;
|
|
// UnityEngine.TextCore.Text.WordInfo[] UnityEngine.TextCore.Text.TextInfo::wordInfo
|
|
WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B* ___wordInfo_11;
|
|
// UnityEngine.TextCore.Text.LinkInfo[] UnityEngine.TextCore.Text.TextInfo::linkInfo
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* ___linkInfo_12;
|
|
// UnityEngine.TextCore.Text.LineInfo[] UnityEngine.TextCore.Text.TextInfo::lineInfo
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* ___lineInfo_13;
|
|
// UnityEngine.TextCore.Text.PageInfo[] UnityEngine.TextCore.Text.TextInfo::pageInfo
|
|
PageInfoU5BU5D_tFEA2CF88695491CFC2F2A2EF6BDCC56E52B0A6D4* ___pageInfo_14;
|
|
// UnityEngine.TextCore.Text.MeshInfo[] UnityEngine.TextCore.Text.TextInfo::meshInfo
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* ___meshInfo_15;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextInfo::isDirty
|
|
bool ___isDirty_16;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextVertex
|
|
struct TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.TextCore.Text.TextVertex::position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_0;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextVertex::uv
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv_1;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextVertex::uv2
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv2_2;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextVertex::uv4
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv4_3;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextVertex::color
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_4;
|
|
};
|
|
|
|
// 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.TextCore.Text.LineInfo
|
|
struct LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::controlCharacterCount
|
|
int32_t ___controlCharacterCount_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::characterCount
|
|
int32_t ___characterCount_1;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::visibleCharacterCount
|
|
int32_t ___visibleCharacterCount_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::spaceCount
|
|
int32_t ___spaceCount_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::visibleSpaceCount
|
|
int32_t ___visibleSpaceCount_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::wordCount
|
|
int32_t ___wordCount_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::firstCharacterIndex
|
|
int32_t ___firstCharacterIndex_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::firstVisibleCharacterIndex
|
|
int32_t ___firstVisibleCharacterIndex_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::lastCharacterIndex
|
|
int32_t ___lastCharacterIndex_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.LineInfo::lastVisibleCharacterIndex
|
|
int32_t ___lastVisibleCharacterIndex_9;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::length
|
|
float ___length_10;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::lineHeight
|
|
float ___lineHeight_11;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::ascender
|
|
float ___ascender_12;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::baseline
|
|
float ___baseline_13;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::descender
|
|
float ___descender_14;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::maxAdvance
|
|
float ___maxAdvance_15;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::width
|
|
float ___width_16;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::marginLeft
|
|
float ___marginLeft_17;
|
|
// System.Single UnityEngine.TextCore.Text.LineInfo::marginRight
|
|
float ___marginRight_18;
|
|
// UnityEngine.TextCore.Text.TextAlignment UnityEngine.TextCore.Text.LineInfo::alignment
|
|
int32_t ___alignment_19;
|
|
// UnityEngine.TextCore.Text.Extents UnityEngine.TextCore.Text.LineInfo::lineExtents
|
|
Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6 ___lineExtents_20;
|
|
};
|
|
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextElementInfo
|
|
struct TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976
|
|
{
|
|
// System.Char UnityEngine.TextCore.Text.TextElementInfo::character
|
|
Il2CppChar ___character_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextElementInfo::index
|
|
int32_t ___index_1;
|
|
// UnityEngine.TextCore.Text.TextElementType UnityEngine.TextCore.Text.TextElementInfo::elementType
|
|
uint8_t ___elementType_2;
|
|
// UnityEngine.TextCore.Text.TextElement UnityEngine.TextCore.Text.TextElementInfo::textElement
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* ___textElement_3;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.TextElementInfo::fontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_4;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.TextElementInfo::spriteAsset
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___spriteAsset_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextElementInfo::spriteIndex
|
|
int32_t ___spriteIndex_6;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.TextElementInfo::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextElementInfo::materialReferenceIndex
|
|
int32_t ___materialReferenceIndex_8;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextElementInfo::isUsingAlternateTypeface
|
|
bool ___isUsingAlternateTypeface_9;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::pointSize
|
|
float ___pointSize_10;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextElementInfo::lineNumber
|
|
int32_t ___lineNumber_11;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextElementInfo::pageNumber
|
|
int32_t ___pageNumber_12;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextElementInfo::vertexIndex
|
|
int32_t ___vertexIndex_13;
|
|
// UnityEngine.TextCore.Text.TextVertex UnityEngine.TextCore.Text.TextElementInfo::vertexTopLeft
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexTopLeft_14;
|
|
// UnityEngine.TextCore.Text.TextVertex UnityEngine.TextCore.Text.TextElementInfo::vertexBottomLeft
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexBottomLeft_15;
|
|
// UnityEngine.TextCore.Text.TextVertex UnityEngine.TextCore.Text.TextElementInfo::vertexTopRight
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexTopRight_16;
|
|
// UnityEngine.TextCore.Text.TextVertex UnityEngine.TextCore.Text.TextElementInfo::vertexBottomRight
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexBottomRight_17;
|
|
// UnityEngine.Vector3 UnityEngine.TextCore.Text.TextElementInfo::topLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_18;
|
|
// UnityEngine.Vector3 UnityEngine.TextCore.Text.TextElementInfo::bottomLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_19;
|
|
// UnityEngine.Vector3 UnityEngine.TextCore.Text.TextElementInfo::topRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_20;
|
|
// UnityEngine.Vector3 UnityEngine.TextCore.Text.TextElementInfo::bottomRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_21;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::origin
|
|
float ___origin_22;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::ascender
|
|
float ___ascender_23;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::baseLine
|
|
float ___baseLine_24;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::descender
|
|
float ___descender_25;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::xAdvance
|
|
float ___xAdvance_26;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::aspectRatio
|
|
float ___aspectRatio_27;
|
|
// System.Single UnityEngine.TextCore.Text.TextElementInfo::scale
|
|
float ___scale_28;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextElementInfo::color
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_29;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextElementInfo::underlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_30;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextElementInfo::strikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_31;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextElementInfo::highlightColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_32;
|
|
// UnityEngine.TextCore.Text.FontStyles UnityEngine.TextCore.Text.TextElementInfo::style
|
|
int32_t ___style_33;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextElementInfo::isVisible
|
|
bool ___isVisible_34;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.TextElementInfo
|
|
struct TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_marshaled_pinvoke
|
|
{
|
|
uint8_t ___character_0;
|
|
int32_t ___index_1;
|
|
uint8_t ___elementType_2;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* ___textElement_3;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_4;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___spriteAsset_5;
|
|
int32_t ___spriteIndex_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
int32_t ___materialReferenceIndex_8;
|
|
int32_t ___isUsingAlternateTypeface_9;
|
|
float ___pointSize_10;
|
|
int32_t ___lineNumber_11;
|
|
int32_t ___pageNumber_12;
|
|
int32_t ___vertexIndex_13;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexTopLeft_14;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexBottomLeft_15;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexTopRight_16;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexBottomRight_17;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_20;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_21;
|
|
float ___origin_22;
|
|
float ___ascender_23;
|
|
float ___baseLine_24;
|
|
float ___descender_25;
|
|
float ___xAdvance_26;
|
|
float ___aspectRatio_27;
|
|
float ___scale_28;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_29;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_30;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_32;
|
|
int32_t ___style_33;
|
|
int32_t ___isVisible_34;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TextCore.Text.TextElementInfo
|
|
struct TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_marshaled_com
|
|
{
|
|
uint8_t ___character_0;
|
|
int32_t ___index_1;
|
|
uint8_t ___elementType_2;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* ___textElement_3;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset_4;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___spriteAsset_5;
|
|
int32_t ___spriteIndex_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
int32_t ___materialReferenceIndex_8;
|
|
int32_t ___isUsingAlternateTypeface_9;
|
|
float ___pointSize_10;
|
|
int32_t ___lineNumber_11;
|
|
int32_t ___pageNumber_12;
|
|
int32_t ___vertexIndex_13;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexTopLeft_14;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexBottomLeft_15;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexTopRight_16;
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9 ___vertexBottomRight_17;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_20;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_21;
|
|
float ___origin_22;
|
|
float ___ascender_23;
|
|
float ___baseLine_24;
|
|
float ___descender_25;
|
|
float ___xAdvance_26;
|
|
float ___aspectRatio_27;
|
|
float ___scale_28;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_29;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_30;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_32;
|
|
int32_t ___style_33;
|
|
int32_t ___isVisible_34;
|
|
};
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextAsset
|
|
struct TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.String UnityEngine.TextCore.Text.TextAsset::m_Version
|
|
String_t* ___m_Version_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextAsset::m_InstanceID
|
|
int32_t ___m_InstanceID_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextAsset::m_HashCode
|
|
int32_t ___m_HashCode_6;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.TextAsset::m_Material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextAsset::m_MaterialHashCode
|
|
int32_t ___m_MaterialHashCode_8;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextColorGradient
|
|
struct TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// UnityEngine.TextCore.Text.ColorGradientMode UnityEngine.TextCore.Text.TextColorGradient::colorMode
|
|
int32_t ___colorMode_4;
|
|
// UnityEngine.Color UnityEngine.TextCore.Text.TextColorGradient::topLeft
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topLeft_5;
|
|
// UnityEngine.Color UnityEngine.TextCore.Text.TextColorGradient::topRight
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topRight_6;
|
|
// UnityEngine.Color UnityEngine.TextCore.Text.TextColorGradient::bottomLeft
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomLeft_7;
|
|
// UnityEngine.Color UnityEngine.TextCore.Text.TextColorGradient::bottomRight
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomRight_8;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextSettings
|
|
struct TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::m_Version
|
|
String_t* ___m_Version_4;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.TextSettings::m_DefaultFontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_DefaultFontAsset_5;
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::m_DefaultFontAssetPath
|
|
String_t* ___m_DefaultFontAssetPath_6;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset> UnityEngine.TextCore.Text.TextSettings::m_FallbackFontAssets
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* ___m_FallbackFontAssets_7;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextSettings::m_MatchMaterialPreset
|
|
bool ___m_MatchMaterialPreset_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextSettings::m_MissingCharacterUnicode
|
|
int32_t ___m_MissingCharacterUnicode_9;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextSettings::m_ClearDynamicDataOnBuild
|
|
bool ___m_ClearDynamicDataOnBuild_10;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.TextSettings::m_DefaultSpriteAsset
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___m_DefaultSpriteAsset_11;
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::m_DefaultSpriteAssetPath
|
|
String_t* ___m_DefaultSpriteAssetPath_12;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteAsset> UnityEngine.TextCore.Text.TextSettings::m_FallbackSpriteAssets
|
|
List_1_t3EE59C28A34FCD5060EF6B6BAFA85F2C9D01D320* ___m_FallbackSpriteAssets_13;
|
|
// System.UInt32 UnityEngine.TextCore.Text.TextSettings::m_MissingSpriteCharacterUnicode
|
|
uint32_t ___m_MissingSpriteCharacterUnicode_14;
|
|
// UnityEngine.TextCore.Text.TextStyleSheet UnityEngine.TextCore.Text.TextSettings::m_DefaultStyleSheet
|
|
TextStyleSheet_t86A0FA5523897465F371A2ABC17DFA3558C8D15E* ___m_DefaultStyleSheet_15;
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::m_StyleSheetsResourcePath
|
|
String_t* ___m_StyleSheetsResourcePath_16;
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::m_DefaultColorGradientPresetsPath
|
|
String_t* ___m_DefaultColorGradientPresetsPath_17;
|
|
// UnityEngine.TextCore.Text.UnicodeLineBreakingRules UnityEngine.TextCore.Text.TextSettings::m_UnicodeLineBreakingRules
|
|
UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E* ___m_UnicodeLineBreakingRules_18;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextSettings::m_DisplayWarnings
|
|
bool ___m_DisplayWarnings_19;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.TextCore.Text.FontAsset> UnityEngine.TextCore.Text.TextSettings::m_FontLookup
|
|
Dictionary_2_tC20B3D6AE4370C892734F670EF4D1FB9CE91F371* ___m_FontLookup_20;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.TextSettings/FontReferenceMap> UnityEngine.TextCore.Text.TextSettings::m_FontReferences
|
|
List_1_tA1547550E5FBA50050B20DA74245C38434654EE8* ___m_FontReferences_21;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.WordWrapState
|
|
struct WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::previousWordBreak
|
|
int32_t ___previousWordBreak_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::totalCharacterCount
|
|
int32_t ___totalCharacterCount_1;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::visibleCharacterCount
|
|
int32_t ___visibleCharacterCount_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::visibleSpriteCount
|
|
int32_t ___visibleSpriteCount_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::visibleLinkCount
|
|
int32_t ___visibleLinkCount_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::firstCharacterIndex
|
|
int32_t ___firstCharacterIndex_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::firstVisibleCharacterIndex
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::lastCharacterIndex
|
|
int32_t ___lastCharacterIndex_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::lastVisibleCharIndex
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::lineNumber
|
|
int32_t ___lineNumber_9;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::maxCapHeight
|
|
float ___maxCapHeight_10;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::maxAscender
|
|
float ___maxAscender_11;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::maxDescender
|
|
float ___maxDescender_12;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::maxLineAscender
|
|
float ___maxLineAscender_13;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::maxLineDescender
|
|
float ___maxLineDescender_14;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::previousLineAscender
|
|
float ___previousLineAscender_15;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::xAdvance
|
|
float ___xAdvance_16;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::preferredWidth
|
|
float ___preferredWidth_17;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::preferredHeight
|
|
float ___preferredHeight_18;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::previousLineScale
|
|
float ___previousLineScale_19;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::wordCount
|
|
int32_t ___wordCount_20;
|
|
// UnityEngine.TextCore.Text.FontStyles UnityEngine.TextCore.Text.WordWrapState::fontStyle
|
|
int32_t ___fontStyle_21;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::fontScale
|
|
float ___fontScale_22;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::fontScaleMultiplier
|
|
float ___fontScaleMultiplier_23;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::currentFontSize
|
|
float ___currentFontSize_24;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::baselineOffset
|
|
float ___baselineOffset_25;
|
|
// System.Single UnityEngine.TextCore.Text.WordWrapState::lineOffset
|
|
float ___lineOffset_26;
|
|
// UnityEngine.TextCore.Text.TextInfo UnityEngine.TextCore.Text.WordWrapState::textInfo
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___textInfo_27;
|
|
// UnityEngine.TextCore.Text.LineInfo UnityEngine.TextCore.Text.WordWrapState::lineInfo
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 ___lineInfo_28;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.WordWrapState::vertexColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_29;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.WordWrapState::underlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_30;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.WordWrapState::strikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_31;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.WordWrapState::highlightColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_32;
|
|
// UnityEngine.TextCore.Text.FontStyleStack UnityEngine.TextCore.Text.WordWrapState::basicStyleStack
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7 ___basicStyleStack_33;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.WordWrapState::colorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___colorStack_34;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.WordWrapState::underlineColorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___underlineColorStack_35;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.WordWrapState::strikethroughColorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___strikethroughColorStack_36;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.WordWrapState::highlightColorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___highlightColorStack_37;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient> UnityEngine.TextCore.Text.WordWrapState::colorGradientStack
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E ___colorGradientStack_38;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single> UnityEngine.TextCore.Text.WordWrapState::sizeStack
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___sizeStack_39;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single> UnityEngine.TextCore.Text.WordWrapState::indentStack
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___indentStack_40;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight> UnityEngine.TextCore.Text.WordWrapState::fontWeightStack
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790 ___fontWeightStack_41;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32> UnityEngine.TextCore.Text.WordWrapState::styleStack
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___styleStack_42;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single> UnityEngine.TextCore.Text.WordWrapState::baselineStack
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___baselineStack_43;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32> UnityEngine.TextCore.Text.WordWrapState::actionStack
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___actionStack_44;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference> UnityEngine.TextCore.Text.WordWrapState::materialReferenceStack
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA ___materialReferenceStack_45;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment> UnityEngine.TextCore.Text.WordWrapState::lineJustificationStack
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F ___lineJustificationStack_46;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::spriteAnimationId
|
|
int32_t ___spriteAnimationId_47;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.WordWrapState::currentFontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___currentFontAsset_48;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.WordWrapState::currentSpriteAsset
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___currentSpriteAsset_49;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.WordWrapState::currentMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_50;
|
|
// System.Int32 UnityEngine.TextCore.Text.WordWrapState::currentMaterialIndex
|
|
int32_t ___currentMaterialIndex_51;
|
|
// UnityEngine.TextCore.Text.Extents UnityEngine.TextCore.Text.WordWrapState::meshExtents
|
|
Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6 ___meshExtents_52;
|
|
// System.Boolean UnityEngine.TextCore.Text.WordWrapState::tagNoParsing
|
|
bool ___tagNoParsing_53;
|
|
// System.Boolean UnityEngine.TextCore.Text.WordWrapState::isNonBreakingSpace
|
|
bool ___isNonBreakingSpace_54;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.WordWrapState
|
|
struct WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123_marshaled_pinvoke
|
|
{
|
|
int32_t ___previousWordBreak_0;
|
|
int32_t ___totalCharacterCount_1;
|
|
int32_t ___visibleCharacterCount_2;
|
|
int32_t ___visibleSpriteCount_3;
|
|
int32_t ___visibleLinkCount_4;
|
|
int32_t ___firstCharacterIndex_5;
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
int32_t ___lastCharacterIndex_7;
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
int32_t ___lineNumber_9;
|
|
float ___maxCapHeight_10;
|
|
float ___maxAscender_11;
|
|
float ___maxDescender_12;
|
|
float ___maxLineAscender_13;
|
|
float ___maxLineDescender_14;
|
|
float ___previousLineAscender_15;
|
|
float ___xAdvance_16;
|
|
float ___preferredWidth_17;
|
|
float ___preferredHeight_18;
|
|
float ___previousLineScale_19;
|
|
int32_t ___wordCount_20;
|
|
int32_t ___fontStyle_21;
|
|
float ___fontScale_22;
|
|
float ___fontScaleMultiplier_23;
|
|
float ___currentFontSize_24;
|
|
float ___baselineOffset_25;
|
|
float ___lineOffset_26;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___textInfo_27;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 ___lineInfo_28;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_29;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_30;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_32;
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7 ___basicStyleStack_33;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___colorStack_34;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___underlineColorStack_35;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___strikethroughColorStack_36;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___highlightColorStack_37;
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E ___colorGradientStack_38;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___sizeStack_39;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___indentStack_40;
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790 ___fontWeightStack_41;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___styleStack_42;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___baselineStack_43;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___actionStack_44;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA ___materialReferenceStack_45;
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F ___lineJustificationStack_46;
|
|
int32_t ___spriteAnimationId_47;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___currentFontAsset_48;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___currentSpriteAsset_49;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_50;
|
|
int32_t ___currentMaterialIndex_51;
|
|
Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6 ___meshExtents_52;
|
|
int32_t ___tagNoParsing_53;
|
|
int32_t ___isNonBreakingSpace_54;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TextCore.Text.WordWrapState
|
|
struct WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123_marshaled_com
|
|
{
|
|
int32_t ___previousWordBreak_0;
|
|
int32_t ___totalCharacterCount_1;
|
|
int32_t ___visibleCharacterCount_2;
|
|
int32_t ___visibleSpriteCount_3;
|
|
int32_t ___visibleLinkCount_4;
|
|
int32_t ___firstCharacterIndex_5;
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
int32_t ___lastCharacterIndex_7;
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
int32_t ___lineNumber_9;
|
|
float ___maxCapHeight_10;
|
|
float ___maxAscender_11;
|
|
float ___maxDescender_12;
|
|
float ___maxLineAscender_13;
|
|
float ___maxLineDescender_14;
|
|
float ___previousLineAscender_15;
|
|
float ___xAdvance_16;
|
|
float ___preferredWidth_17;
|
|
float ___preferredHeight_18;
|
|
float ___previousLineScale_19;
|
|
int32_t ___wordCount_20;
|
|
int32_t ___fontStyle_21;
|
|
float ___fontScale_22;
|
|
float ___fontScaleMultiplier_23;
|
|
float ___currentFontSize_24;
|
|
float ___baselineOffset_25;
|
|
float ___lineOffset_26;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___textInfo_27;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 ___lineInfo_28;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_29;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_30;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_32;
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7 ___basicStyleStack_33;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___colorStack_34;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___underlineColorStack_35;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___strikethroughColorStack_36;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___highlightColorStack_37;
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E ___colorGradientStack_38;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___sizeStack_39;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___indentStack_40;
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790 ___fontWeightStack_41;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___styleStack_42;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___baselineStack_43;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___actionStack_44;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA ___materialReferenceStack_45;
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F ___lineJustificationStack_46;
|
|
int32_t ___spriteAnimationId_47;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___currentFontAsset_48;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___currentSpriteAsset_49;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_50;
|
|
int32_t ___currentMaterialIndex_51;
|
|
Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6 ___meshExtents_52;
|
|
int32_t ___tagNoParsing_53;
|
|
int32_t ___isNonBreakingSpace_54;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.FontAsset
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958 : public TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8
|
|
{
|
|
// System.String UnityEngine.TextCore.Text.FontAsset::m_SourceFontFileGUID
|
|
String_t* ___m_SourceFontFileGUID_9;
|
|
// UnityEngine.Font UnityEngine.TextCore.Text.FontAsset::m_SourceFontFile
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_SourceFontFile_10;
|
|
// UnityEngine.TextCore.Text.AtlasPopulationMode UnityEngine.TextCore.Text.FontAsset::m_AtlasPopulationMode
|
|
int32_t ___m_AtlasPopulationMode_11;
|
|
// System.Boolean UnityEngine.TextCore.Text.FontAsset::InternalDynamicOS
|
|
bool ___InternalDynamicOS_12;
|
|
// UnityEngine.TextCore.FaceInfo UnityEngine.TextCore.Text.FontAsset::m_FaceInfo
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___m_FaceInfo_13;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::m_FamilyNameHashCode
|
|
int32_t ___m_FamilyNameHashCode_14;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::m_StyleNameHashCode
|
|
int32_t ___m_StyleNameHashCode_15;
|
|
// UnityEngine.TextCore.Text.FontWeightPair[] UnityEngine.TextCore.Text.FontAsset::m_FontWeightTable
|
|
FontWeightPairU5BU5D_t76E8DB55C81EEBEFA2E6D1D3E3B3EA1FB4C4954F* ___m_FontWeightTable_16;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> UnityEngine.TextCore.Text.FontAsset::m_GlyphTable
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphTable_17;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph> UnityEngine.TextCore.Text.FontAsset::m_GlyphLookupDictionary
|
|
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* ___m_GlyphLookupDictionary_18;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.Character> UnityEngine.TextCore.Text.FontAsset::m_CharacterTable
|
|
List_1_tFED0F30EE65D995591571D3CD2C10F22439CB317* ___m_CharacterTable_19;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.Character> UnityEngine.TextCore.Text.FontAsset::m_CharacterLookupDictionary
|
|
Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB* ___m_CharacterLookupDictionary_20;
|
|
// UnityEngine.Texture2D UnityEngine.TextCore.Text.FontAsset::m_AtlasTexture
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_AtlasTexture_21;
|
|
// UnityEngine.Texture2D[] UnityEngine.TextCore.Text.FontAsset::m_AtlasTextures
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___m_AtlasTextures_22;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::m_AtlasTextureIndex
|
|
int32_t ___m_AtlasTextureIndex_23;
|
|
// System.Boolean UnityEngine.TextCore.Text.FontAsset::m_IsMultiAtlasTexturesEnabled
|
|
bool ___m_IsMultiAtlasTexturesEnabled_24;
|
|
// System.Boolean UnityEngine.TextCore.Text.FontAsset::m_ClearDynamicDataOnBuild
|
|
bool ___m_ClearDynamicDataOnBuild_25;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::m_AtlasWidth
|
|
int32_t ___m_AtlasWidth_26;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::m_AtlasHeight
|
|
int32_t ___m_AtlasHeight_27;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::m_AtlasPadding
|
|
int32_t ___m_AtlasPadding_28;
|
|
// UnityEngine.TextCore.LowLevel.GlyphRenderMode UnityEngine.TextCore.Text.FontAsset::m_AtlasRenderMode
|
|
int32_t ___m_AtlasRenderMode_29;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> UnityEngine.TextCore.Text.FontAsset::m_UsedGlyphRects
|
|
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_UsedGlyphRects_30;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> UnityEngine.TextCore.Text.FontAsset::m_FreeGlyphRects
|
|
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_FreeGlyphRects_31;
|
|
// UnityEngine.TextCore.Text.FontFeatureTable UnityEngine.TextCore.Text.FontAsset::m_FontFeatureTable
|
|
FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7* ___m_FontFeatureTable_32;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset> UnityEngine.TextCore.Text.FontAsset::m_FallbackFontAssetTable
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* ___m_FallbackFontAssetTable_33;
|
|
// UnityEngine.TextCore.Text.FontAssetCreationEditorSettings UnityEngine.TextCore.Text.FontAsset::m_fontAssetCreationEditorSettings
|
|
FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52 ___m_fontAssetCreationEditorSettings_34;
|
|
// System.Single UnityEngine.TextCore.Text.FontAsset::m_RegularStyleWeight
|
|
float ___m_RegularStyleWeight_35;
|
|
// System.Single UnityEngine.TextCore.Text.FontAsset::m_RegularStyleSpacing
|
|
float ___m_RegularStyleSpacing_36;
|
|
// System.Single UnityEngine.TextCore.Text.FontAsset::m_BoldStyleWeight
|
|
float ___m_BoldStyleWeight_37;
|
|
// System.Single UnityEngine.TextCore.Text.FontAsset::m_BoldStyleSpacing
|
|
float ___m_BoldStyleSpacing_38;
|
|
// System.Byte UnityEngine.TextCore.Text.FontAsset::m_ItalicStyleSlant
|
|
uint8_t ___m_ItalicStyleSlant_39;
|
|
// System.Byte UnityEngine.TextCore.Text.FontAsset::m_TabMultiple
|
|
uint8_t ___m_TabMultiple_40;
|
|
// System.Boolean UnityEngine.TextCore.Text.FontAsset::IsFontAssetLookupTablesDirty
|
|
bool ___IsFontAssetLookupTablesDirty_41;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> UnityEngine.TextCore.Text.FontAsset::m_GlyphsToRender
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsToRender_55;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> UnityEngine.TextCore.Text.FontAsset::m_GlyphsRendered
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsRendered_56;
|
|
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.TextCore.Text.FontAsset::m_GlyphIndexList
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexList_57;
|
|
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.TextCore.Text.FontAsset::m_GlyphIndexListNewlyAdded
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexListNewlyAdded_58;
|
|
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.TextCore.Text.FontAsset::m_GlyphsToAdd
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphsToAdd_59;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> UnityEngine.TextCore.Text.FontAsset::m_GlyphsToAddLookup
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_GlyphsToAddLookup_60;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.Character> UnityEngine.TextCore.Text.FontAsset::m_CharactersToAdd
|
|
List_1_tFED0F30EE65D995591571D3CD2C10F22439CB317* ___m_CharactersToAdd_61;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> UnityEngine.TextCore.Text.FontAsset::m_CharactersToAddLookup
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_CharactersToAddLookup_62;
|
|
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.TextCore.Text.FontAsset::s_MissingCharacterList
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___s_MissingCharacterList_63;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> UnityEngine.TextCore.Text.FontAsset::m_MissingUnicodesFromFontFile
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_MissingUnicodesFromFontFile_64;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.SpriteAsset
|
|
struct SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313 : public TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> UnityEngine.TextCore.Text.SpriteAsset::m_NameLookup
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_NameLookup_9;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32> UnityEngine.TextCore.Text.SpriteAsset::m_GlyphIndexLookup
|
|
Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4* ___m_GlyphIndexLookup_10;
|
|
// UnityEngine.TextCore.FaceInfo UnityEngine.TextCore.Text.SpriteAsset::m_FaceInfo
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___m_FaceInfo_11;
|
|
// UnityEngine.Texture UnityEngine.TextCore.Text.SpriteAsset::m_SpriteAtlasTexture
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_SpriteAtlasTexture_12;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter> UnityEngine.TextCore.Text.SpriteAsset::m_SpriteCharacterTable
|
|
List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* ___m_SpriteCharacterTable_13;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.SpriteCharacter> UnityEngine.TextCore.Text.SpriteAsset::m_SpriteCharacterLookup
|
|
Dictionary_2_tD4154357CA320908C5A7A35ED81FA2A9856C28D9* ___m_SpriteCharacterLookup_14;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteGlyph> UnityEngine.TextCore.Text.SpriteAsset::m_SpriteGlyphTable
|
|
List_1_t063B87D3CFDC3AEE80E33EFBDA1410C697D71AD6* ___m_SpriteGlyphTable_15;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.SpriteGlyph> UnityEngine.TextCore.Text.SpriteAsset::m_SpriteGlyphLookup
|
|
Dictionary_2_tDC0461D8CBB2E6B52DD2C421114EDE7C1C70DE73* ___m_SpriteGlyphLookup_16;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteAsset> UnityEngine.TextCore.Text.SpriteAsset::fallbackSpriteAssets
|
|
List_1_t3EE59C28A34FCD5060EF6B6BAFA85F2C9D01D320* ___fallbackSpriteAssets_17;
|
|
// System.Boolean UnityEngine.TextCore.Text.SpriteAsset::m_IsSpriteAssetLookupTablesDirty
|
|
bool ___m_IsSpriteAssetLookupTablesDirty_18;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerator
|
|
struct TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Vector3[] UnityEngine.TextCore.Text.TextGenerator::m_RectTransformCorners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_RectTransformCorners_1;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MarginWidth
|
|
float ___m_MarginWidth_2;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MarginHeight
|
|
float ___m_MarginHeight_3;
|
|
// System.Int32[] UnityEngine.TextCore.Text.TextGenerator::m_CharBuffer
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_CharBuffer_4;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_PreferredWidth
|
|
float ___m_PreferredWidth_5;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_PreferredHeight
|
|
float ___m_PreferredHeight_6;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.TextGenerator::m_CurrentFontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_CurrentFontAsset_7;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.TextGenerator::m_CurrentMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CurrentMaterial_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_CurrentMaterialIndex
|
|
int32_t ___m_CurrentMaterialIndex_9;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference> UnityEngine.TextCore.Text.TextGenerator::m_MaterialReferenceStack
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA ___m_MaterialReferenceStack_10;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_Padding
|
|
float ___m_Padding_11;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.TextGenerator::m_CurrentSpriteAsset
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___m_CurrentSpriteAsset_12;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_TotalCharacterCount
|
|
int32_t ___m_TotalCharacterCount_13;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_FontScale
|
|
float ___m_FontScale_14;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_FontSize
|
|
float ___m_FontSize_15;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_FontScaleMultiplier
|
|
float ___m_FontScaleMultiplier_16;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_CurrentFontSize
|
|
float ___m_CurrentFontSize_17;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single> UnityEngine.TextCore.Text.TextGenerator::m_SizeStack
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___m_SizeStack_18;
|
|
// UnityEngine.TextCore.Text.FontStyles UnityEngine.TextCore.Text.TextGenerator::m_FontStyleInternal
|
|
int32_t ___m_FontStyleInternal_19;
|
|
// UnityEngine.TextCore.Text.FontStyleStack UnityEngine.TextCore.Text.TextGenerator::m_FontStyleStack
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7 ___m_FontStyleStack_20;
|
|
// UnityEngine.TextCore.Text.TextFontWeight UnityEngine.TextCore.Text.TextGenerator::m_FontWeightInternal
|
|
int32_t ___m_FontWeightInternal_21;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight> UnityEngine.TextCore.Text.TextGenerator::m_FontWeightStack
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790 ___m_FontWeightStack_22;
|
|
// UnityEngine.TextCore.Text.TextAlignment UnityEngine.TextCore.Text.TextGenerator::m_LineJustification
|
|
int32_t ___m_LineJustification_23;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment> UnityEngine.TextCore.Text.TextGenerator::m_LineJustificationStack
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F ___m_LineJustificationStack_24;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_BaselineOffset
|
|
float ___m_BaselineOffset_25;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single> UnityEngine.TextCore.Text.TextGenerator::m_BaselineOffsetStack
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___m_BaselineOffsetStack_26;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGenerator::m_FontColor32
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_FontColor32_27;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGenerator::m_HtmlColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_HtmlColor_28;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGenerator::m_UnderlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_UnderlineColor_29;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGenerator::m_StrikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_StrikethroughColor_30;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.TextGenerator::m_ColorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___m_ColorStack_31;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.TextGenerator::m_UnderlineColorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___m_UnderlineColorStack_32;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.TextGenerator::m_StrikethroughColorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___m_StrikethroughColorStack_33;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32> UnityEngine.TextCore.Text.TextGenerator::m_HighlightColorStack
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 ___m_HighlightColorStack_34;
|
|
// UnityEngine.TextCore.Text.TextColorGradient UnityEngine.TextCore.Text.TextGenerator::m_ColorGradientPreset
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* ___m_ColorGradientPreset_35;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient> UnityEngine.TextCore.Text.TextGenerator::m_ColorGradientStack
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E ___m_ColorGradientStack_36;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32> UnityEngine.TextCore.Text.TextGenerator::m_ActionStack
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___m_ActionStack_37;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsFxMatrixSet
|
|
bool ___m_IsFxMatrixSet_38;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_LineOffset
|
|
float ___m_LineOffset_39;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_LineHeight
|
|
float ___m_LineHeight_40;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_CSpacing
|
|
float ___m_CSpacing_41;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MonoSpacing
|
|
float ___m_MonoSpacing_42;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_XAdvance
|
|
float ___m_XAdvance_43;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_TagLineIndent
|
|
float ___m_TagLineIndent_44;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_TagIndent
|
|
float ___m_TagIndent_45;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single> UnityEngine.TextCore.Text.TextGenerator::m_IndentStack
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 ___m_IndentStack_46;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_TagNoParsing
|
|
bool ___m_TagNoParsing_47;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_CharacterCount
|
|
int32_t ___m_CharacterCount_48;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_FirstCharacterOfLine
|
|
int32_t ___m_FirstCharacterOfLine_49;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_LastCharacterOfLine
|
|
int32_t ___m_LastCharacterOfLine_50;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_FirstVisibleCharacterOfLine
|
|
int32_t ___m_FirstVisibleCharacterOfLine_51;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_LastVisibleCharacterOfLine
|
|
int32_t ___m_LastVisibleCharacterOfLine_52;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MaxLineAscender
|
|
float ___m_MaxLineAscender_53;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MaxLineDescender
|
|
float ___m_MaxLineDescender_54;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_LineNumber
|
|
int32_t ___m_LineNumber_55;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_LineVisibleCharacterCount
|
|
int32_t ___m_LineVisibleCharacterCount_56;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_FirstOverflowCharacterIndex
|
|
int32_t ___m_FirstOverflowCharacterIndex_57;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_PageNumber
|
|
int32_t ___m_PageNumber_58;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MarginLeft
|
|
float ___m_MarginLeft_59;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MarginRight
|
|
float ___m_MarginRight_60;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_Width
|
|
float ___m_Width_61;
|
|
// UnityEngine.TextCore.Text.Extents UnityEngine.TextCore.Text.TextGenerator::m_MeshExtents
|
|
Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6 ___m_MeshExtents_62;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MaxCapHeight
|
|
float ___m_MaxCapHeight_63;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MaxAscender
|
|
float ___m_MaxAscender_64;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MaxDescender
|
|
float ___m_MaxDescender_65;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsNewPage
|
|
bool ___m_IsNewPage_66;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsNonBreakingSpace
|
|
bool ___m_IsNonBreakingSpace_67;
|
|
// UnityEngine.TextCore.Text.WordWrapState UnityEngine.TextCore.Text.TextGenerator::m_SavedWordWrapState
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123 ___m_SavedWordWrapState_68;
|
|
// UnityEngine.TextCore.Text.WordWrapState UnityEngine.TextCore.Text.TextGenerator::m_SavedLineState
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123 ___m_SavedLineState_69;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_LoopCountA
|
|
int32_t ___m_LoopCountA_70;
|
|
// UnityEngine.TextCore.Text.TextElementType UnityEngine.TextCore.Text.TextGenerator::m_TextElementType
|
|
uint8_t ___m_TextElementType_71;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsParsingText
|
|
bool ___m_IsParsingText_72;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_SpriteIndex
|
|
int32_t ___m_SpriteIndex_73;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGenerator::m_SpriteColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_SpriteColor_74;
|
|
// UnityEngine.TextCore.Text.TextElement UnityEngine.TextCore.Text.TextGenerator::m_CachedTextElement
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* ___m_CachedTextElement_75;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGenerator::m_HighlightColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_HighlightColor_76;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_CharWidthAdjDelta
|
|
float ___m_CharWidthAdjDelta_77;
|
|
// UnityEngine.Matrix4x4 UnityEngine.TextCore.Text.TextGenerator::m_FxMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_FxMatrix_78;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MaxFontSize
|
|
float ___m_MaxFontSize_79;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_MinFontSize
|
|
float ___m_MinFontSize_80;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsCharacterWrappingEnabled
|
|
bool ___m_IsCharacterWrappingEnabled_81;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_StartOfLineAscender
|
|
float ___m_StartOfLineAscender_82;
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::m_LineSpacingDelta
|
|
float ___m_LineSpacingDelta_83;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsMaskingEnabled
|
|
bool ___m_IsMaskingEnabled_84;
|
|
// UnityEngine.TextCore.Text.MaterialReference[] UnityEngine.TextCore.Text.TextGenerator::m_MaterialReferences
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* ___m_MaterialReferences_85;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_SpriteCount
|
|
int32_t ___m_SpriteCount_86;
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32> UnityEngine.TextCore.Text.TextGenerator::m_StyleStack
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 ___m_StyleStack_87;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_SpriteAnimationId
|
|
int32_t ___m_SpriteAnimationId_88;
|
|
// System.UInt32[] UnityEngine.TextCore.Text.TextGenerator::m_InternalTextParsingBuffer
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_InternalTextParsingBuffer_89;
|
|
// UnityEngine.TextCore.Text.RichTextTagAttribute[] UnityEngine.TextCore.Text.TextGenerator::m_Attributes
|
|
RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14* ___m_Attributes_90;
|
|
// UnityEngine.TextCore.Text.XmlTagAttribute[] UnityEngine.TextCore.Text.TextGenerator::m_XmlAttribute
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* ___m_XmlAttribute_91;
|
|
// System.Char[] UnityEngine.TextCore.Text.TextGenerator::m_RichTextTag
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_RichTextTag_92;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> UnityEngine.TextCore.Text.TextGenerator::m_MaterialReferenceIndexLookup
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_MaterialReferenceIndexLookup_93;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsCalculatingPreferredValues
|
|
bool ___m_IsCalculatingPreferredValues_94;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.TextGenerator::m_DefaultSpriteAsset
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___m_DefaultSpriteAsset_95;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_TintSprite
|
|
bool ___m_TintSprite_96;
|
|
// UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter UnityEngine.TextCore.Text.TextGenerator::m_Ellipsis
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD ___m_Ellipsis_97;
|
|
// UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter UnityEngine.TextCore.Text.TextGenerator::m_Underline
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD ___m_Underline_98;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsUsingBold
|
|
bool ___m_IsUsingBold_99;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::m_IsSdfShader
|
|
bool ___m_IsSdfShader_100;
|
|
// UnityEngine.TextCore.Text.TextElementInfo[] UnityEngine.TextCore.Text.TextGenerator::m_InternalTextElementInfo
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* ___m_InternalTextElementInfo_101;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::m_RecursiveCount
|
|
int32_t ___m_RecursiveCount_102;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.Character>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.Character>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>
|
|
|
|
// System.Collections.Generic.HashSet`1<System.UInt32>
|
|
|
|
// System.Collections.Generic.HashSet`1<System.UInt32>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset>
|
|
struct List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
FontAssetU5BU5D_t5A6A4DD2BD3259A2F45F7F4D7860BAEA3666EA93* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset>
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter>
|
|
struct List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
SpriteCharacterU5BU5D_tF4060931C4A985100FE1C44BF53084E1630E96CA* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter>
|
|
|
|
// UnityEngine.TextCore.Text.FontFeatureTable
|
|
|
|
// UnityEngine.TextCore.Text.FontFeatureTable
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// UnityEngine.TextCore.Text.TextElement
|
|
|
|
// UnityEngine.TextCore.Text.TextElement
|
|
|
|
// UnityEngine.TextCore.Text.TextShaderUtilities
|
|
struct TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MainTex
|
|
int32_t ___ID_MainTex_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_FaceTex
|
|
int32_t ___ID_FaceTex_1;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_FaceColor
|
|
int32_t ___ID_FaceColor_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_FaceDilate
|
|
int32_t ___ID_FaceDilate_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Shininess
|
|
int32_t ___ID_Shininess_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayColor
|
|
int32_t ___ID_UnderlayColor_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayOffsetX
|
|
int32_t ___ID_UnderlayOffsetX_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayOffsetY
|
|
int32_t ___ID_UnderlayOffsetY_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayDilate
|
|
int32_t ___ID_UnderlayDilate_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlaySoftness
|
|
int32_t ___ID_UnderlaySoftness_9;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_WeightNormal
|
|
int32_t ___ID_WeightNormal_10;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_WeightBold
|
|
int32_t ___ID_WeightBold_11;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineTex
|
|
int32_t ___ID_OutlineTex_12;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineWidth
|
|
int32_t ___ID_OutlineWidth_13;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineSoftness
|
|
int32_t ___ID_OutlineSoftness_14;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineColor
|
|
int32_t ___ID_OutlineColor_15;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Outline2Color
|
|
int32_t ___ID_Outline2Color_16;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Outline2Width
|
|
int32_t ___ID_Outline2Width_17;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Padding
|
|
int32_t ___ID_Padding_18;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GradientScale
|
|
int32_t ___ID_GradientScale_19;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleX
|
|
int32_t ___ID_ScaleX_20;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleY
|
|
int32_t ___ID_ScaleY_21;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_PerspectiveFilter
|
|
int32_t ___ID_PerspectiveFilter_22;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Sharpness
|
|
int32_t ___ID_Sharpness_23;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_TextureWidth
|
|
int32_t ___ID_TextureWidth_24;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_TextureHeight
|
|
int32_t ___ID_TextureHeight_25;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_BevelAmount
|
|
int32_t ___ID_BevelAmount_26;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowColor
|
|
int32_t ___ID_GlowColor_27;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowOffset
|
|
int32_t ___ID_GlowOffset_28;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowPower
|
|
int32_t ___ID_GlowPower_29;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowOuter
|
|
int32_t ___ID_GlowOuter_30;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowInner
|
|
int32_t ___ID_GlowInner_31;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_LightAngle
|
|
int32_t ___ID_LightAngle_32;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_EnvMap
|
|
int32_t ___ID_EnvMap_33;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_EnvMatrix
|
|
int32_t ___ID_EnvMatrix_34;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_EnvMatrixRotation
|
|
int32_t ___ID_EnvMatrixRotation_35;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MaskCoord
|
|
int32_t ___ID_MaskCoord_36;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ClipRect
|
|
int32_t ___ID_ClipRect_37;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MaskSoftnessX
|
|
int32_t ___ID_MaskSoftnessX_38;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MaskSoftnessY
|
|
int32_t ___ID_MaskSoftnessY_39;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_VertexOffsetX
|
|
int32_t ___ID_VertexOffsetX_40;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_VertexOffsetY
|
|
int32_t ___ID_VertexOffsetY_41;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UseClipRect
|
|
int32_t ___ID_UseClipRect_42;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilID
|
|
int32_t ___ID_StencilID_43;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilOp
|
|
int32_t ___ID_StencilOp_44;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilComp
|
|
int32_t ___ID_StencilComp_45;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilReadMask
|
|
int32_t ___ID_StencilReadMask_46;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilWriteMask
|
|
int32_t ___ID_StencilWriteMask_47;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ShaderFlags
|
|
int32_t ___ID_ShaderFlags_48;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleRatio_A
|
|
int32_t ___ID_ScaleRatio_A_49;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleRatio_B
|
|
int32_t ___ID_ScaleRatio_B_50;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleRatio_C
|
|
int32_t ___ID_ScaleRatio_C_51;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Bevel
|
|
String_t* ___Keyword_Bevel_52;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Glow
|
|
String_t* ___Keyword_Glow_53;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Underlay
|
|
String_t* ___Keyword_Underlay_54;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Ratios
|
|
String_t* ___Keyword_Ratios_55;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_MASK_SOFT
|
|
String_t* ___Keyword_MASK_SOFT_56;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_MASK_HARD
|
|
String_t* ___Keyword_MASK_HARD_57;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_MASK_TEX
|
|
String_t* ___Keyword_MASK_TEX_58;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Outline
|
|
String_t* ___Keyword_Outline_59;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::ShaderTag_ZTestMode
|
|
String_t* ___ShaderTag_ZTestMode_60;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::ShaderTag_CullMode
|
|
String_t* ___ShaderTag_CullMode_61;
|
|
// System.Single UnityEngine.TextCore.Text.TextShaderUtilities::m_clamp
|
|
float ___m_clamp_62;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextShaderUtilities::isInitialized
|
|
bool ___isInitialized_63;
|
|
// UnityEngine.Shader UnityEngine.TextCore.Text.TextShaderUtilities::k_ShaderRef_MobileSDF
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileSDF_64;
|
|
// UnityEngine.Shader UnityEngine.TextCore.Text.TextShaderUtilities::k_ShaderRef_MobileBitmap
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileBitmap_65;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextShaderUtilities
|
|
|
|
// UnityEngine.TextCore.Text.UnicodeLineBreakingRules
|
|
struct UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E_StaticFields
|
|
{
|
|
// UnityEngine.TextCore.Text.UnicodeLineBreakingRules UnityEngine.TextCore.Text.UnicodeLineBreakingRules::s_Instance
|
|
UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E* ___s_Instance_0;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> UnityEngine.TextCore.Text.UnicodeLineBreakingRules::s_LeadingCharactersLookup
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___s_LeadingCharactersLookup_5;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> UnityEngine.TextCore.Text.UnicodeLineBreakingRules::s_FollowingCharactersLookup
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___s_FollowingCharactersLookup_6;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.UnicodeLineBreakingRules
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Object>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Object>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// UnityEngine.TextCore.Text.Character
|
|
|
|
// UnityEngine.TextCore.Text.Character
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// UnityEngine.TextCore.FaceInfo
|
|
|
|
// UnityEngine.TextCore.FaceInfo
|
|
|
|
// UnityEngine.TextCore.Text.FontStyleStack
|
|
|
|
// UnityEngine.TextCore.Text.FontStyleStack
|
|
|
|
// UnityEngine.TextCore.GlyphMetrics
|
|
|
|
// UnityEngine.TextCore.GlyphMetrics
|
|
|
|
// UnityEngine.TextCore.GlyphRect
|
|
struct GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_StaticFields
|
|
{
|
|
// UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___s_ZeroGlyphRect_4;
|
|
};
|
|
|
|
// UnityEngine.TextCore.GlyphRect
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphValueRecord
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphValueRecord
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// UnityEngine.TextCore.Text.LinkInfo
|
|
|
|
// UnityEngine.TextCore.Text.LinkInfo
|
|
|
|
// UnityEngine.TextCore.Text.MaterialReference
|
|
|
|
// UnityEngine.TextCore.Text.MaterialReference
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
|
{
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// UnityEngine.TextCore.Text.RichTextTagAttribute
|
|
|
|
// UnityEngine.TextCore.Text.RichTextTagAttribute
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// UnityEngine.TextCore.Text.SpriteCharacter
|
|
|
|
// UnityEngine.TextCore.Text.SpriteCharacter
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// UnityEngine.Vector2
|
|
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.Vector2
|
|
|
|
// UnityEngine.Vector3
|
|
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.Vector3
|
|
|
|
// UnityEngine.Vector4
|
|
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;
|
|
};
|
|
|
|
// UnityEngine.Vector4
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// UnityEngine.TextCore.Text.XmlTagAttribute
|
|
|
|
// UnityEngine.TextCore.Text.XmlTagAttribute
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>
|
|
|
|
// UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>
|
|
|
|
// UnityEngine.TextCore.Text.Extents
|
|
|
|
// UnityEngine.TextCore.Text.Extents
|
|
|
|
// UnityEngine.TextCore.Glyph
|
|
|
|
// UnityEngine.TextCore.Glyph
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord
|
|
|
|
// UnityEngine.TextCore.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_StaticFields
|
|
{
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.MeshInfo::k_DefaultColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___k_DefaultColor_0;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.MeshInfo
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerationSettings
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerationSettings
|
|
|
|
// UnityEngine.TextCore.Text.TextInfo
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextInfo::s_InfinityVectorPositive
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_InfinityVectorPositive_0;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextInfo::s_InfinityVectorNegative
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_InfinityVectorNegative_1;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextInfo
|
|
|
|
// UnityEngine.TextCore.Text.TextVertex
|
|
|
|
// UnityEngine.TextCore.Text.TextVertex
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord
|
|
|
|
// UnityEngine.TextCore.Text.LineInfo
|
|
|
|
// UnityEngine.TextCore.Text.LineInfo
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.TextCore.Text.TextElementInfo
|
|
|
|
// UnityEngine.TextCore.Text.TextElementInfo
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Texture::GenerateAllMips
|
|
int32_t ___GenerateAllMips_4;
|
|
};
|
|
|
|
// UnityEngine.Texture
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// UnityEngine.TextCore.Text.TextAsset
|
|
|
|
// UnityEngine.TextCore.Text.TextAsset
|
|
|
|
// UnityEngine.TextCore.Text.TextColorGradient
|
|
struct TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70_StaticFields
|
|
{
|
|
// UnityEngine.Color UnityEngine.TextCore.Text.TextColorGradient::k_DefaultColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___k_DefaultColor_10;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextColorGradient
|
|
|
|
// UnityEngine.TextCore.Text.TextSettings
|
|
|
|
// UnityEngine.TextCore.Text.TextSettings
|
|
|
|
// UnityEngine.TextCore.Text.WordWrapState
|
|
|
|
// UnityEngine.TextCore.Text.WordWrapState
|
|
|
|
// UnityEngine.TextCore.Text.FontAsset
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.TextCore.Text.FontAsset::k_ReadFontAssetDefinitionMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ReadFontAssetDefinitionMarker_42;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.TextCore.Text.FontAsset::k_AddSynthesizedCharactersMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_AddSynthesizedCharactersMarker_43;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.TextCore.Text.FontAsset::k_TryAddCharacterMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharacterMarker_44;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.TextCore.Text.FontAsset::k_TryAddCharactersMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharactersMarker_45;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.TextCore.Text.FontAsset::k_UpdateGlyphAdjustmentRecordsMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateGlyphAdjustmentRecordsMarker_46;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.TextCore.Text.FontAsset::k_ClearFontAssetDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ClearFontAssetDataMarker_47;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.TextCore.Text.FontAsset::k_UpdateFontAssetDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateFontAssetDataMarker_48;
|
|
// System.String UnityEngine.TextCore.Text.FontAsset::s_DefaultMaterialSuffix
|
|
String_t* ___s_DefaultMaterialSuffix_49;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> UnityEngine.TextCore.Text.FontAsset::k_SearchedFontAssetLookup
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_SearchedFontAssetLookup_50;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset> UnityEngine.TextCore.Text.FontAsset::k_FontAssets_FontFeaturesUpdateQueue
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* ___k_FontAssets_FontFeaturesUpdateQueue_51;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> UnityEngine.TextCore.Text.FontAsset::k_FontAssets_FontFeaturesUpdateQueueLookup
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_FontFeaturesUpdateQueueLookup_52;
|
|
// System.Collections.Generic.List`1<UnityEngine.Texture2D> UnityEngine.TextCore.Text.FontAsset::k_FontAssets_AtlasTexturesUpdateQueue
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* ___k_FontAssets_AtlasTexturesUpdateQueue_53;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> UnityEngine.TextCore.Text.FontAsset::k_FontAssets_AtlasTexturesUpdateQueueLookup
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_AtlasTexturesUpdateQueueLookup_54;
|
|
// System.UInt32[] UnityEngine.TextCore.Text.FontAsset::k_GlyphIndexArray
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___k_GlyphIndexArray_65;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.FontAsset
|
|
|
|
// UnityEngine.TextCore.Text.SpriteAsset
|
|
struct SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_StaticFields
|
|
{
|
|
// System.Collections.Generic.HashSet`1<System.Int32> UnityEngine.TextCore.Text.SpriteAsset::k_searchedSpriteAssets
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_searchedSpriteAssets_19;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.SpriteAsset
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerator
|
|
struct TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_StaticFields
|
|
{
|
|
// UnityEngine.TextCore.Text.TextGenerator UnityEngine.TextCore.Text.TextGenerator::s_TextGenerator
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* ___s_TextGenerator_0;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextGenerator
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// UnityEngine.TextCore.Text.TextElementInfo[]
|
|
struct TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 m_Items[1];
|
|
|
|
inline TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976* 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, TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_3), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_3), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// UnityEngine.TextCore.Text.LineInfo[]
|
|
struct LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 m_Items[1];
|
|
|
|
inline LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5* 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, LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.TextCore.Text.XmlTagAttribute[]
|
|
struct XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59 m_Items[1];
|
|
|
|
inline XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59* 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, XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlTagAttribute_t2F0EE4823C3BB8B9ED6844183CA998A44EA1AB59 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.TextCore.Text.MaterialReference[]
|
|
struct MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 m_Items[1];
|
|
|
|
inline MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_1), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fallbackMaterial_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_1), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fallbackMaterial_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// UnityEngine.TextCore.Text.LinkInfo[]
|
|
struct LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8 m_Items[1];
|
|
|
|
inline LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8* 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, LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___linkId_5), (void*)NULL);
|
|
}
|
|
inline LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___linkId_5), (void*)NULL);
|
|
}
|
|
};
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 m_Items[1];
|
|
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 m_Items[1];
|
|
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B m_Items[1];
|
|
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.TextCore.Text.MeshInfo[]
|
|
struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F m_Items[1];
|
|
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* 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, MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vertices_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs0_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs2_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___colors32_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___triangles_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vertices_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs0_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs2_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___colors32_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___triangles_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// System.Single[]
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) float m_Items[1];
|
|
|
|
inline float GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, float value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline float GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.TextCore.Text.TextColorGradient[]
|
|
struct TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* m_Items[1];
|
|
|
|
inline TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70** 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, TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint32_t m_Items[1];
|
|
|
|
inline uint32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.TextCore.Text.RichTextTagAttribute[]
|
|
struct RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA m_Items[1];
|
|
|
|
inline RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA* 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, RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RichTextTagAttribute_t0600951F833208392F1D8EE3E6A58AD5C797F9DA value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_gshared (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>::Peek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextProcessingStack_1_Peek_m9F2653A2C071071ADF1D4FE711539387E5791ED2_gshared (TextProcessingStack_1_t9C24840D494C4878BD8680855123926D6243C90D* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>::Remove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE_gshared (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Push(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, float ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Pop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Add_m74AEF5C32C1C97A4ADF76FC1AD6AE123983DF994_gshared (TextProcessingStack_1_t9C24840D494C4878BD8680855123926D6243C90D* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>::Remove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextProcessingStack_1_Remove_m67FE97DD53992CE7C697EA7D34F13BE6ED589D8A_gshared (TextProcessingStack_1_t9C24840D494C4878BD8680855123926D6243C90D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, float ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Remove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_gshared (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Resources::Load<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared (String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::Remove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0_gshared (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::Resize<UnityEngine.TextCore.Text.LinkInfo>(T[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_Resize_TisLinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_m69E901740AA5A1BA1DB56BF6E903819E8360A6F9_gshared (LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51** ___0_array, int32_t ___1_size, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Object>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Add_m19E4C200DD3B7CF5D168373699A38E77BE5F90B4_gshared (TextProcessingStack_1_t5EA97AAC21CEE068194F77E59929440F85AD3991* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Object>::Remove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TextProcessingStack_1_Remove_m980CC97EA7B1B4954B4A5BA27809C0B27656FFF2_gshared (TextProcessingStack_1_t5EA97AAC21CEE068194F77E59929440F85AD3991* __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 UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Add_m022CA737B4340C51370BE07A79E71C63F553AD3C_gshared (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>::Remove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextProcessingStack_1_Remove_m22098B317E1049C5DFD900721F2F489220C44212_gshared (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>::SetDefault(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_SetDefault_m8D8C14A7EA75EBF60C7DDD5F4C8A81209E37751D_gshared (TextProcessingStack_1_t9C24840D494C4878BD8680855123926D6243C90D* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::SetDefault(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C_gshared (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::Resize<UnityEngine.TextCore.Text.TextElementInfo>(T[]&,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD_gshared (TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E** ___0_array, int32_t ___1_size, bool ___2_isBlockAllocated, 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 ___0_index, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_mD88F18E0B2065189516BF168F521E531BE54384A_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::Resize<UnityEngine.TextCore.Text.MeshInfo>(T[]&,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_Resize_TisMeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_m12C1214F381EE3DE1ABDDCD67922D47344C093CA_gshared (MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6** ___0_array, int32_t ___1_size, bool ___2_isBlockAllocated, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::SetDefault(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, float ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1_Clear_m857C80F9AFD9507FE4784DB5DE79109E16C8EAA3_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA_gshared (Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0* __this, uint32_t ___0_key, GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt32>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_gshared (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, uint32_t ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::.ctor(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1__ctor_m8D925AB632D621F377352A263B090EF1689AB7D6_gshared (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* ___0_stack, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1__ctor_m51ECDDF2DCADEB66EED067F383D94ADCCFE61782_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32Enum>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1__ctor_m19C47AD021D8A8D97C02081B352A112F5EC23CAB_gshared (TextProcessingStack_1_t9C24840D494C4878BD8680855123926D6243C90D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::.ctor(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF_gshared (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_stack, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>::.ctor(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_gshared (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_stack, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Object>::.ctor(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1__ctor_m8266BC8A892B0914C85742C5ACBCEDC2C072A84A_gshared (TextProcessingStack_1_t5EA97AAC21CEE068194F77E59929440F85AD3991* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_stack, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>::.ctor(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC_gshared (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_stack, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ;
|
|
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator__ctor_m52E4D01DC28BDF753BF52F6501E7FD2FB2B30D90 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Text.Character> UnityEngine.TextCore.Text.FontAsset::get_characterLookupTable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB* FontAsset_get_characterLookupTable_m7E76D6C706C5CEB04A9541C68AE6D9E5C75F0FFC (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.TextGenerator UnityEngine.TextCore.Text.TextGenerator::GetTextGenerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* TextGenerator_GetTextGenerator_m5BDD6657637032A944115A1D6D52A6D511D43D46 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Profiling.Profiler::BeginSample(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_BeginSample_m640E26B682D803CC5DB4EDFDF2F6E83771BF0BE4_inline (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::Prepare(UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_Prepare_mD0A24977334138340CA73FB9787627373C6AA255 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.FontAsset::UpdateFontAssetInUpdateQueue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontAsset_UpdateFontAssetInUpdateQueue_mCF68DCD3B3F71341198DD8F528CC9E0E27071471 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::GenerateTextMesh(UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GenerateTextMesh_mAB70FC29A49A6C4F8211EA977E37C66BE67D1831 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Profiling.Profiler::EndSample()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Profiler_EndSample_m3FCA26738A87C0B8E352533AD48E2A16B047A757 (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Rect::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __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 ___0_x, float ___1_y, 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.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::GetPreferredValuesInternal(UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 TextGenerator_GetPreferredValuesInternal_m125B070164DFEA503C67525D1F418DAF41300ABD (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::GetSpecialCharacters(UnityEngine.TextCore.Text.TextGenerationSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GetSpecialCharacters_mA82879FA537C58223BB660E797AC135A8E07B492 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::ComputeMarginSize(UnityEngine.Rect,UnityEngine.Vector4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_ComputeMarginSize_m485F8B01196058B15F597DE99D6F6A47FA539D3F (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_margins, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGeneratorUtilities::StringToCharArray(System.String,System.Int32[]&,UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>&,UnityEngine.TextCore.Text.TextGenerationSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGeneratorUtilities_StringToCharArray_m54D1AB72DAC31ADF5CF5EFD69E8B3BA5E2DCD1F5 (String_t* ___0_sourceText, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** ___1_charBuffer, TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* ___2_styleStack, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___3_generationSettings, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::SetArraySizes(System.Int32[],UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_SetArraySizes_mF0041F3D79936C05EB87DEE399F1DC389CCD1BD5 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_chars, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___1_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___2_textInfo, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.TextCore.Text.TextUtilities::ToUpperASCIIFast(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TextUtilities_ToUpperASCIIFast_m48A8B61739F9D5E8CB46B108746277DAF38AB58C (uint32_t ___0_c, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGeneratorUtilities::HexCharsToColor(System.Char[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_hexChars, int32_t ___1_tagCount, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>::Add(T)
|
|
inline void TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976 (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63*, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B, const RuntimeMethod*))TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::Add(UnityEngine.TextCore.Text.FontStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB (FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* __this, int32_t ___0_style, const RuntimeMethod* method) ;
|
|
// System.Byte UnityEngine.TextCore.Text.FontStyleStack::Remove(UnityEngine.TextCore.Text.FontStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB (FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* __this, int32_t ___0_style, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>::Peek()
|
|
inline int32_t TextProcessingStack_1_Peek_mE06D9422EAE774A3926E6956483EB39E6425D2E0 (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790*, const RuntimeMethod*))TextProcessingStack_1_Peek_m9F2653A2C071071ADF1D4FE711539387E5791ED2_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.TextGeneratorUtilities::HexCharsToColor(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B TextGeneratorUtilities_HexCharsToColor_m4D7AB2E490DA31C514A42A880AB35CE9CBAF77B4 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_hexChars, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>::Remove()
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B (*) (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63*, const RuntimeMethod*))TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.TextCore.FaceInfo UnityEngine.TextCore.Text.FontAsset::get_faceInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_subscriptSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_subscriptSize_mF6264BFB215FDE6C94A45D2F8FC946ADFCDD2E31 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Push(T)
|
|
inline void TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93 (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, float ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, float, const RuntimeMethod*))TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_subscriptOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_subscriptOffset_mF1D3E68AC3D449CBC73AA0CBF5B8A187C6C5285A (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Pop()
|
|
inline float TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, const RuntimeMethod*))TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A_gshared)(__this, method);
|
|
}
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_superscriptSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_superscriptSize_mC3ABE7C70559A8214294CDA598B17FD62BDC2EE0 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_superscriptOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_superscriptOffset_m8D462DB86414D8507C7D1CC6881DA9EC896FB80A (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.Text.TextGeneratorUtilities::ConvertToFloat(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>::Add(T)
|
|
inline void TextProcessingStack_1_Add_m15B10B664846D4F52E8FE84908D9B4196C697CF2 (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790*, int32_t, const RuntimeMethod*))TextProcessingStack_1_Add_m74AEF5C32C1C97A4ADF76FC1AD6AE123983DF994_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>::Remove()
|
|
inline int32_t TextProcessingStack_1_Remove_mFC7EB20F1D31BC8E84C07AAABD63626EAB1424BE (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790*, const RuntimeMethod*))TextProcessingStack_1_Remove_m67FE97DD53992CE7C697EA7D34F13BE6ED589D8A_gshared)(__this, method);
|
|
}
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_tabWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Byte UnityEngine.TextCore.Text.FontAsset::get_tabMultiple()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_ascentLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_ascentLine_m193755D649428EC24A7E433A1728F11DA7547ABD (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Add(T)
|
|
inline void TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042 (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, float ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, float, const RuntimeMethod*))TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 UnityEngine.TextCore.FaceInfo::get_pointSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_scale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Remove()
|
|
inline float TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, const RuntimeMethod*))TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::Add(T)
|
|
inline void TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731 (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA*, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26, const RuntimeMethod*))TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Boolean UnityEngine.TextCore.Text.MaterialReferenceManager::TryGetFontAsset(System.Int32,UnityEngine.TextCore.Text.FontAsset&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetFontAsset_m499C7538909343667E9B837489662862CFF9FB56 (int32_t ___0_hashCode, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958** ___1_fontAsset, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::get_defaultFontAssetPath()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextSettings_get_defaultFontAssetPath_mF7B1713753CFAE048C745C3572332CE18CD51D3B_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Resources::Load<UnityEngine.TextCore.Text.FontAsset>(System.String)
|
|
inline FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* Resources_Load_TisFontAsset_t61A6446D934E582651044E33D250EA8D306AB958_m01463D8A27B3AC5957F1EFD218945A9621F00E2C (String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared)(___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.MaterialReferenceManager::AddFontAsset(UnityEngine.TextCore.Text.FontAsset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddFontAsset_mF950087FC7EAA324CC15D3E19D62138A96F6FDF7 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_fontAsset, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.TextAsset::get_material()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* TextAsset_get_material_m4B9C02D34426436FDB01F1963A9FDC11D75604EF_inline (TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Text.MaterialReference::AddMaterialReference(UnityEngine.Material,UnityEngine.TextCore.Text.FontAsset,UnityEngine.TextCore.Text.MaterialReference[]&,System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___1_fontAsset, MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** ___2_materialReferences, Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___3_materialReferenceIndexLookup, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.TextCore.Text.MaterialReferenceManager::TryGetMaterial(System.Int32,UnityEngine.Material&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetMaterial_mDC2610737935CD2DE6B1F6302F63C2F3BF7E09CF (int32_t ___0_hashCode, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___1_material, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Resources::Load<UnityEngine.Material>(System.String)
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E (String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared)(___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.MaterialReferenceManager::AddFontMaterial(System.Int32,UnityEngine.Material)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddFontMaterial_m76DC9390D0599D1AC898AE981C8756EA0E536AA6 (int32_t ___0_hashCode, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method) ;
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::Remove()
|
|
inline MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0 (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 (*) (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA*, const RuntimeMethod*))TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0_gshared)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGeneratorUtilities::HexToInt(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextGeneratorUtilities_HexToInt_m3017B82A336E3DB4B577D95AF6ADD393000AEB63 (Il2CppChar ___0_hex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::Resize<UnityEngine.TextCore.Text.LinkInfo>(T[]&,System.Int32)
|
|
inline void TextInfo_Resize_TisLinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_m69E901740AA5A1BA1DB56BF6E903819E8360A6F9 (LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51** ___0_array, int32_t ___1_size, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51**, int32_t, const RuntimeMethod*))TextInfo_Resize_TisLinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_m69E901740AA5A1BA1DB56BF6E903819E8360A6F9_gshared)(___0_array, ___1_size, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.LinkInfo::SetLinkId(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkInfo_SetLinkId_mB4145264190D5C857705261CB27F87C6E10C3F3F (LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_text, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment>::Add(T)
|
|
inline void TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125 (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F*, int32_t, const RuntimeMethod*))TextProcessingStack_1_Add_m74AEF5C32C1C97A4ADF76FC1AD6AE123983DF994_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment>::Remove()
|
|
inline int32_t TextProcessingStack_1_Remove_m3C7936195E04FE5C7BD27A56E88A06DEDA9EA5BF (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F*, const RuntimeMethod*))TextProcessingStack_1_Remove_m67FE97DD53992CE7C697EA7D34F13BE6ED589D8A_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Color UnityEngine.Color::get_red()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_red_mA2E53E7173FDC97E68E335049AB0FAAEE43A844D_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_blue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_blue_mF04A26CE61D6DA3C0D8B1C4720901B1028C7AB87_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_black()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_green()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_white()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (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 ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_yellow()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline (const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.TextCore.Text.MaterialReferenceManager::TryGetColorGradientPreset(System.Int32,UnityEngine.TextCore.Text.TextColorGradient&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetColorGradientPreset_m7442603626A04928C6C042BDAC3D3957B8C0AA99 (int32_t ___0_hashCode, TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70** ___1_gradientPreset, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::get_defaultColorGradientPresetsPath()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextSettings_get_defaultColorGradientPresetsPath_m1571454580E1F0DC859D3F201BB1F6355A5DBB8E_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Resources::Load<UnityEngine.TextCore.Text.TextColorGradient>(System.String)
|
|
inline TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* Resources_Load_TisTextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70_mD9EFA66F643E1BFBE2BAFFA578B4E9BF23F3A279 (String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared)(___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.MaterialReferenceManager::AddColorGradientPreset(System.Int32,UnityEngine.TextCore.Text.TextColorGradient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddColorGradientPreset_m1496DD123DB526F2B3F49DD3BCAED78A6B1B83EB (int32_t ___0_hashCode, TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* ___1_spriteAsset, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient>::Add(T)
|
|
inline void TextProcessingStack_1_Add_mFB2400CB8E620060FDD41E7FB5E57A238F67E666 (TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E* __this, TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E*, TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70*, const RuntimeMethod*))TextProcessingStack_1_Add_m19E4C200DD3B7CF5D168373699A38E77BE5F90B4_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient>::Remove()
|
|
inline TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* TextProcessingStack_1_Remove_mABFF8426A0D669AEEE6FB5017100904E559EEBF6 (TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* (*) (TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E*, const RuntimeMethod*))TextProcessingStack_1_Remove_m980CC97EA7B1B4954B4A5BA27809C0B27656FFF2_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.TextSettings::get_defaultSpriteAsset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* TextSettings_get_defaultSpriteAsset_m8FA900F9747B7ADBCD2A2F612E7D977DB58D6445_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Resources::Load<UnityEngine.TextCore.Text.SpriteAsset>(System.String)
|
|
inline SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* Resources_Load_TisSpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_m0E11E95B9C634C101DD3F7C55A741CE2A33C7540 (String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared)(___0_path, method);
|
|
}
|
|
// System.Boolean UnityEngine.TextCore.Text.MaterialReferenceManager::TryGetSpriteAsset(System.Int32,UnityEngine.TextCore.Text.SpriteAsset&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetSpriteAsset_m1909F75399C0A23DDE7DEDCA60476E1F1ED567EF (int32_t ___0_hashCode, SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313** ___1_spriteAsset, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.TextCore.Text.TextSettings::get_defaultSpriteAssetPath()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextSettings_get_defaultSpriteAssetPath_mF57875222B7FACC9B69369305EEEB53FFE7986E0_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.MaterialReferenceManager::AddSpriteAsset(System.Int32,UnityEngine.TextCore.Text.SpriteAsset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddSpriteAsset_m7FBAAC41386CFA769FDDFF1630D041C4D008A322 (int32_t ___0_hashCode, SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___1_spriteAsset, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter> UnityEngine.TextCore.Text.SpriteAsset::get_spriteCharacterTable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* SpriteAsset_get_spriteCharacterTable_m8D0D65C430AD8BC8C2BC8151DC4672CC0F690E0A (SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter>::get_Count()
|
|
inline int32_t List_1_get_Count_mFD42C320FC3C4884CD9A746FB26476D6662DFF58_inline (List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.TextCore.Text.SpriteAsset UnityEngine.TextCore.Text.SpriteAsset::SearchForSpriteByHashCode(UnityEngine.TextCore.Text.SpriteAsset,System.Int32,System.Boolean,System.Int32&,UnityEngine.TextCore.Text.TextSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* SpriteAsset_SearchForSpriteByHashCode_m8B9CAB0028CC297570785693F2973918B31C9028 (SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___0_spriteAsset, int32_t ___1_hashCode, bool ___2_includeFallbacks, int32_t* ___3_spriteIndex, TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* ___4_textSettings, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Text.MaterialReference::AddMaterialReference(UnityEngine.Material,UnityEngine.TextCore.Text.SpriteAsset,UnityEngine.TextCore.Text.MaterialReference[]&,System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaterialReference_AddMaterialReference_mEE57C2284E5BE17BDD80C69165FAECB3B4CC1BCD (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___1_spriteAsset, MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** ___2_materialReferences, Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___3_materialReferenceIndexLookup, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_lineHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_lineHeight_m528B4A822181FCECF3D4FF1045DF288E5872AB9D (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>::Add(T)
|
|
inline void TextProcessingStack_1_Add_m022CA737B4340C51370BE07A79E71C63F553AD3C (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8*, int32_t, const RuntimeMethod*))TextProcessingStack_1_Add_m022CA737B4340C51370BE07A79E71C63F553AD3C_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>::Remove()
|
|
inline int32_t TextProcessingStack_1_Remove_m22098B317E1049C5DFD900721F2F489220C44212 (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8*, const RuntimeMethod*))TextProcessingStack_1_Remove_m22098B317E1049C5DFD900721F2F489220C44212_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::get_identity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (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 ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_pos, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_q, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_s, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::op_Multiply(UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Glyph UnityEngine.TextCore.Text.TextElement::get_glyph()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2 (TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.Glyph::get_glyphRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5 (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.GlyphRect::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898 (GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::get_atlasWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FontAsset_get_atlasWidth_mE711550FDD4B5F988B77AB5D332A80A34B5CF364 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.GlyphRect::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA (GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Text.FontAsset::get_atlasHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FontAsset_get_atlasHeight_m306FBF7D35C39123A4770E147FAF95B1B8DE8086 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.GlyphRect::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GlyphRect_get_height_m7F4D04452994E0D18762BB44352608E484DAAC1A (GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.GlyphRect::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GlyphRect_get_width_mD291C7644BBF18D6A213427F6C9C28840F233F12 (GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.ColorUtilities::MultiplyColors(UnityEngine.Color32,UnityEngine.Color32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4 (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c1, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___1_c2, const RuntimeMethod* method) ;
|
|
// UnityEngine.Texture UnityEngine.TextCore.Text.SpriteAsset::get_spriteSheet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* SpriteAsset_get_spriteSheet_mC53205114A12A79F7495FA5F5EFC9948F151256B (SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::GetUnderlineSpecialCharacter(UnityEngine.TextCore.Text.TextGenerationSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GetUnderlineSpecialCharacter_mE5E9D5DEB9A7758333CDDCAD05EF25F076EC1AD5 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextSettings::get_displayWarnings()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextSettings_get_displayWarnings_m3CA9FCB44B30CC06F54CD3716D68285FF844DF83_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.MeshInfo::ResizeMeshInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshInfo_ResizeMeshInfo_mE411FE40935FB9CFB7C334B3A1F216A98B96F5FC (MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* __this, int32_t ___0_size, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.GlyphMetrics UnityEngine.TextCore.Glyph::get_metrics()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.GlyphMetrics::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_width_m0F9F391E3A98984167E8001D4101BE1CE9354D13 (GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_underlineThickness()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_underlineThickness_mC032F8C026994AF3FD49E6AB12E113F61EFA98E2 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, 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) ;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGeneratorUtilities::PackUV(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5 (float ___0_x, float ___1_y, float ___2_scale, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::ClearMeshInfo(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_ClearMeshInfo_mCA598F01C7F302CFCD0F508E2DBF072E66CA74F3 (TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* __this, bool ___0_updateMesh, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>::SetDefault(T)
|
|
inline void TextProcessingStack_1_SetDefault_mDF71503A7E4F1891305CDCC7AE245CA66A713E79 (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790*, int32_t, const RuntimeMethod*))TextProcessingStack_1_SetDefault_m8D8C14A7EA75EBF60C7DDD5F4C8A81209E37751D_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.MaterialReference::.ctor(System.Int32,UnityEngine.TextCore.Text.FontAsset,UnityEngine.TextCore.Text.SpriteAsset,UnityEngine.Material,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialReference__ctor_m044AAA2C1079EB25A5534A6E0FA2314F033DB15A (MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26* __this, int32_t ___0_index, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___1_fontAsset, SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___2_spriteAsset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, float ___4_padding, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::SetDefault(T)
|
|
inline void TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA*, MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26, const RuntimeMethod*))TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Clear()
|
|
inline void Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo__ctor_m241E24715CC5F6293DC90A4D25884548BAD0D602 (TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::Resize<UnityEngine.TextCore.Text.TextElementInfo>(T[]&,System.Int32,System.Boolean)
|
|
inline void TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD (TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E** ___0_array, int32_t ___1_size, bool ___2_isBlockAllocated, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E**, int32_t, bool, const RuntimeMethod*))TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD_gshared)(___0_array, ___1_size, ___2_isBlockAllocated, method);
|
|
}
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::ValidateHtmlTag(System.Int32[],System.Int32,System.Int32&,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextGenerator_ValidateHtmlTag_m9C85462F15A6165B10E4C4EE93620AC1021BE5CD (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_chars, int32_t ___1_startIndex, int32_t* ___2_endIndex, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___3_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___4_textInfo, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.TextCore.Text.SpriteCharacter>::get_Item(System.Int32)
|
|
inline SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8 (List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* (*) (List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean System.Char::IsLower(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLower_m9DDB41367F97CFFE6C46A3B5EDE7D11180B5F1AE (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Char System.Char::ToUpper(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m7DB51DD07EE52F4CA897807281880930F5CBD2D2 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsUpper(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Char System.Char::ToLower(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m238489988C62CB10C7C7CAAEF8F3B2D1C5B5E056 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.TextElement UnityEngine.TextCore.Text.TextGenerator::GetTextElement(UnityEngine.TextCore.Text.TextGenerationSettings,System.UInt32,UnityEngine.TextCore.Text.FontAsset,UnityEngine.TextCore.Text.FontStyles,UnityEngine.TextCore.Text.TextFontWeight,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* TextGenerator_GetTextElement_mC46F0E788A0F6EB5A62601BCE4F383C3143C78CB (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, uint32_t ___1_unicode, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___2_fontAsset, int32_t ___3_fontStyle, int32_t ___4_fontWeight, bool* ___5_isUsingAlternativeTypeface, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextSettings::get_missingCharacterUnicode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextSettings_get_missingCharacterUnicode_mA707E5E6633633BBB3BAFB96B97A5A995100F3F3_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.Character UnityEngine.TextCore.Text.FontAssetUtilities::GetCharacterFromFontAsset(System.UInt32,UnityEngine.TextCore.Text.FontAsset,System.Boolean,UnityEngine.TextCore.Text.FontStyles,UnityEngine.TextCore.Text.TextFontWeight,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332 (uint32_t ___0_unicode, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___1_sourceFontAsset, bool ___2_includeFallbacks, int32_t ___3_fontStyle, int32_t ___4_fontWeight, bool* ___5_isAlternativeTypeface, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset> UnityEngine.TextCore.Text.TextSettings::get_fallbackFontAssets()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset>::get_Count()
|
|
inline int32_t List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_inline (List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.TextCore.Text.Character UnityEngine.TextCore.Text.FontAssetUtilities::GetCharacterFromFontAssets(System.UInt32,UnityEngine.TextCore.Text.FontAsset,System.Collections.Generic.List`1<UnityEngine.TextCore.Text.FontAsset>,System.Boolean,UnityEngine.TextCore.Text.FontStyles,UnityEngine.TextCore.Text.TextFontWeight,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* FontAssetUtilities_GetCharacterFromFontAssets_mB26999A2C8D9AD3D35857403DD59BEED6D008BA0 (uint32_t ___0_unicode, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___1_sourceFontAsset, List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* ___2_fontAssets, bool ___3_includeFallbacks, int32_t ___4_fontStyle, int32_t ___5_fontWeight, bool* ___6_isAlternativeTypeface, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.TextCore.Text.TextSettings::get_defaultFontAsset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.Object::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.TextElementType UnityEngine.TextCore.Text.TextElement::get_elementType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TextElement_get_elementType_m7BF97842479112227C1C3C83E0E94A176CD7D31A (TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.TextAsset UnityEngine.TextCore.Text.TextElement::get_textAsset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* TextElement_get_textAsset_m52383A3758AABF5BEA013155765BD1141479685A (TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextAsset::get_instanceID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAsset_get_instanceID_m843A6CAA7FE9322CD19546671D3F0E90A0E27AFB (TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.TextCore.Text.TextElement::get_glyphIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TextElement_get_glyphIndex_m43F82F2F998D640DEDBE6860EBE7B171DDF4FE56 (TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextSettings::get_matchMaterialPreset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextSettings_get_matchMaterialPreset_m4675979547AE4C83E680260EAE5ACBC4FAC53B87_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.MaterialManager::GetFallbackMaterial(UnityEngine.Material,UnityEngine.Material)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* MaterialManager_GetFallbackMaterial_m10F67CE1AE1E0B9D8BA8AFC06110FADA2404B5A1 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_sourceMaterial, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_targetMaterial, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Glyph::get_atlasIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Glyph_get_atlasIndex_m575332307F2C182655EE9AD352E92F1B5F4D26DF (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.MaterialManager::GetFallbackMaterial(UnityEngine.TextCore.Text.FontAsset,UnityEngine.Material,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* MaterialManager_GetFallbackMaterial_mB65C8D7625B0D0A0D623FC6AC545469AF6B7724D (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___0_fontAsset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_sourceMaterial, int32_t ___2_atlasIndex, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsWhiteSpace(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::.ctor(UnityEngine.Material)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_mFCC42FB90257F1E8F7516A8640A79C465A39961C (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Count()
|
|
inline int32_t Dictionary_2_get_Count_mD88F18E0B2065189516BF168F521E531BE54384A (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2_get_Count_mD88F18E0B2065189516BF168F521E531BE54384A_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextInfo::Resize<UnityEngine.TextCore.Text.MeshInfo>(T[]&,System.Int32,System.Boolean)
|
|
inline void TextInfo_Resize_TisMeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_m12C1214F381EE3DE1ABDDCD67922D47344C093CA (MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6** ___0_array, int32_t ___1_size, bool ___2_isBlockAllocated, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6**, int32_t, bool, const RuntimeMethod*))TextInfo_Resize_TisMeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_m12C1214F381EE3DE1ABDDCD67922D47344C093CA_gshared)(___0_array, ___1_size, ___2_isBlockAllocated, method);
|
|
}
|
|
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.MeshInfo::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshInfo__ctor_mCC2410C5590BEA974468F4CECFA874BE966CDE61 (MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* __this, int32_t ___0_size, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::NextPowerOfTwo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.FontAsset::AddCharacterToLookupCache(System.UInt32,UnityEngine.TextCore.Text.Character)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontAsset_AddCharacterToLookupCache_mB90E06CE313CC0BB6F81415BF8FB4E043108EED8 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __this, uint32_t ___0_unicode, Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* ___1_character, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextCore.Text.SpriteCharacter UnityEngine.TextCore.Text.FontAssetUtilities::GetSpriteCharacterFromSpriteAsset(System.UInt32,UnityEngine.TextCore.Text.SpriteAsset,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_mB9147480CA9223089D54748F37F227BC180D78E1 (uint32_t ___0_unicode, SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* ___1_spriteAsset, bool ___2_includeFallbacks, 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.TextCore.Text.TextGenerator::GetEllipsisSpecialCharacter(UnityEngine.TextCore.Text.TextGenerationSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GetEllipsisSpecialCharacter_m5139CAE03CD2E25C9A528A6A6FC984A8515C2460 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator/SpecialCharacter::.ctor(UnityEngine.TextCore.Text.Character,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpecialCharacter__ctor_m6697A8BF272F0144733EE12368C038F45E99F969 (SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* __this, Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* ___0_character, int32_t ___1_materialIndex, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextShaderUtilities::GetShaderPropertyIDs()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextShaderUtilities_GetShaderPropertyIDs_mBA841B8CACE147593703FF6E7E2804FF2017DE52 (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.Text.TextShaderUtilities::GetPadding(UnityEngine.Material,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextShaderUtilities_GetPadding_mB8AB51D48DC021C3446D30408B4515B16E3BFA5F (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, bool ___1_enableExtraPadding, bool ___2_isBold, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextShaderUtilities::IsMaskingEnabled(UnityEngine.Material)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextShaderUtilities_IsMaskingEnabled_m5613AC55B82463CB01B7983743EF5A4518490331 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Material::HasProperty(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::SetDefault(T)
|
|
inline void TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9 (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, float ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, float, const RuntimeMethod*))TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment>::SetDefault(T)
|
|
inline void TextProcessingStack_1_SetDefault_m2DBB41C08A4CB7F71156ED5965850C2A0570F230 (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F*, int32_t, const RuntimeMethod*))TextProcessingStack_1_SetDefault_m8D8C14A7EA75EBF60C7DDD5F4C8A81209E37751D_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::Clear()
|
|
inline void TextProcessingStack_1_Clear_m857C80F9AFD9507FE4784DB5DE79109E16C8EAA3 (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, const RuntimeMethod*))TextProcessingStack_1_Clear_m857C80F9AFD9507FE4784DB5DE79109E16C8EAA3_gshared)(__this, method);
|
|
}
|
|
// System.Single UnityEngine.TextCore.FaceInfo::get_descentLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_descentLine_m811A243C9B328B0C546BF9927A010A05DF172BD3 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::SaveWordWrappingState(UnityEngine.TextCore.Text.WordWrapState&,System.Int32,System.Int32,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* ___0_state, int32_t ___1_index, int32_t ___2_count, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___3_textInfo, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.GlyphMetrics::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_height_mE0872B23CE1A20BF78DEACDBD53BAF789D84AD5C (GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.Text.TextElement::get_scale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextElement_get_scale_mD16946900449FEE9E2F86B2C4C71E26F4491A0E6 (TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA (Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0* __this, uint32_t ___0_key, GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0*, uint32_t, GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E*, const RuntimeMethod*))Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA_gshared)(__this, ___0_key, ___1_value, 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.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) ;
|
|
// 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) ;
|
|
// UnityEngine.TextCore.LowLevel.GlyphValueRecord UnityEngine.TextCore.LowLevel.GlyphValueRecord::op_Addition(UnityEngine.TextCore.LowLevel.GlyphValueRecord,UnityEngine.TextCore.LowLevel.GlyphValueRecord)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E GlyphValueRecord_op_Addition_mF26165B4CE61A5409AEFF24B0D1727804E13602B (GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___0_a, GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___1_b, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.GlyphMetrics::get_horizontalBearingX()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_horizontalBearingX_m9C39B5E6D27FF34B706649AE47EE9390B5D76D6F (GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.Text.FontAsset::get_boldStyleSpacing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FontAsset_get_boldStyleSpacing_mB8CF4F4880B110E41D566648FF1D995010CF1FF0 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.GlyphMetrics::get_horizontalAdvance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_horizontalAdvance_m110E66C340A19E672FB1C26DFB875AB6900AFFF1 (GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::RestoreWordWrappingState(UnityEngine.TextCore.Text.WordWrapState&,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextGenerator_RestoreWordWrappingState_mA63B3DD2C02E61CD8670A32A53163AF6BF765F61 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* ___0_state, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGeneratorUtilities::Approximately(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextGeneratorUtilities_Approximately_m696ABB909732F536F1FF83EA8CE34CF53266794D (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TextCore.Text.FontAsset::get_regularStyleSpacing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FontAsset_get_regularStyleSpacing_mB7EEEA236312F5AC31FD3B787808279206F521B1 (FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* __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) ;
|
|
// UnityEngine.TextCore.Text.UnicodeLineBreakingRules UnityEngine.TextCore.Text.TextSettings::get_lineBreakingRules()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E* TextSettings_get_lineBreakingRules_m96E2C32D4F08309D904B0BCD83CEBE8CD6716A04 (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> UnityEngine.TextCore.Text.UnicodeLineBreakingRules::get_leadingCharactersLookup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* UnicodeLineBreakingRules_get_leadingCharactersLookup_m1DAC015D7E37112EAE0437E6472AEA0719DFF3DC (UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt32>::Contains(T)
|
|
inline bool HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9 (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, uint32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*, uint32_t, const RuntimeMethod*))HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> UnityEngine.TextCore.Text.UnicodeLineBreakingRules::get_followingCharactersLookup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* UnicodeLineBreakingRules_get_followingCharactersLookup_m5510A21873DC5DA66F4A2DFA4C26A5EFAD494D8B (UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.MaterialReference>::.ctor(T[])
|
|
inline void TextProcessingStack_1__ctor_m8D925AB632D621F377352A263B090EF1689AB7D6 (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* __this, MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* ___0_stack, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA*, MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E*, const RuntimeMethod*))TextProcessingStack_1__ctor_m8D925AB632D621F377352A263B090EF1689AB7D6_gshared)(__this, ___0_stack, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::.ctor(System.Int32)
|
|
inline void TextProcessingStack_1__ctor_m51ECDDF2DCADEB66EED067F383D94ADCCFE61782 (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, int32_t, const RuntimeMethod*))TextProcessingStack_1__ctor_m51ECDDF2DCADEB66EED067F383D94ADCCFE61782_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextFontWeight>::.ctor(System.Int32)
|
|
inline void TextProcessingStack_1__ctor_mE29F1CB516B3C52016997ECCBF3769B1FE98336A (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790*, int32_t, const RuntimeMethod*))TextProcessingStack_1__ctor_m19C47AD021D8A8D97C02081B352A112F5EC23CAB_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextAlignment>::.ctor(System.Int32)
|
|
inline void TextProcessingStack_1__ctor_m21F67B4043E233F8CA9797CEAEBF75AA44923E95 (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F*, int32_t, const RuntimeMethod*))TextProcessingStack_1__ctor_m19C47AD021D8A8D97C02081B352A112F5EC23CAB_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Single>::.ctor(T[])
|
|
inline void TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_stack, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555*, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*, const RuntimeMethod*))TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF_gshared)(__this, ___0_stack, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.Color32>::.ctor(T[])
|
|
inline void TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3 (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_stack, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63*, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*, const RuntimeMethod*))TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_gshared)(__this, ___0_stack, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<UnityEngine.TextCore.Text.TextColorGradient>::.ctor(T[])
|
|
inline void TextProcessingStack_1__ctor_mA4B25FA7163EB1A1804D7F9C4BB50D078CC1F9EE (TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E* __this, TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A* ___0_stack, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E*, TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A*, const RuntimeMethod*))TextProcessingStack_1__ctor_m8266BC8A892B0914C85742C5ACBCEDC2C072A84A_gshared)(__this, ___0_stack, method);
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextProcessingStack`1<System.Int32>::.ctor(T[])
|
|
inline void TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_stack, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8*, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*, const RuntimeMethod*))TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC_gshared)(__this, ___0_stack, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
|
|
inline void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Profiling.Profiler::ValidateArguments(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_ValidateArguments_m631DF788CA8A7DF599A5871AF4D7FA8B9C3B52CC_inline (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Profiling.Profiler::BeginSampleImpl(System.String,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Profiler_BeginSampleImpl_m7CA0C092A61229CA7BF617E521F2DE0E2B155CEA (String_t* ___0_name, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_targetObject, 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 ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Internal_FromEulerRad(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.TextCore.Text.TextGenerator UnityEngine.TextCore.Text.TextGenerator::GetTextGenerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* TextGenerator_GetTextGenerator_m5BDD6657637032A944115A1D6D52A6D511D43D46 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* V_1 = NULL;
|
|
{
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_0 = ((TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_StaticFields*)il2cpp_codegen_static_fields_for(TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_il2cpp_TypeInfo_var))->___s_TextGenerator_0;
|
|
V_0 = (bool)((((RuntimeObject*)(TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_2 = (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366*)il2cpp_codegen_object_new(TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
TextGenerator__ctor_m52E4D01DC28BDF753BF52F6501E7FD2FB2B30D90(L_2, NULL);
|
|
((TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_StaticFields*)il2cpp_codegen_static_fields_for(TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_il2cpp_TypeInfo_var))->___s_TextGenerator_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_StaticFields*)il2cpp_codegen_static_fields_for(TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_il2cpp_TypeInfo_var))->___s_TextGenerator_0), (void*)L_2);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_3 = ((TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_StaticFields*)il2cpp_codegen_static_fields_for(TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366_il2cpp_TypeInfo_var))->___s_TextGenerator_0;
|
|
V_1 = L_3;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::GenerateText(UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GenerateText_m28C6EED85E5BB42AA40812F475D533AAF6694757 (TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_settings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76035771ED8F77CE10848FFF51357CF514EC7F02);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral911C45CCDD6261BCC0DB106704C632E834EF8E49);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD63480B2565F0995D6C57D129F34A9962BC874C4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_settings;
|
|
NullCheck(L_0);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1 = L_0->___fontAsset_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_3 = ___0_settings;
|
|
NullCheck(L_3);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_4 = L_3->___fontAsset_4;
|
|
NullCheck(L_4);
|
|
Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB* L_5;
|
|
L_5 = FontAsset_get_characterLookupTable_m7E76D6C706C5CEB04A9541C68AE6D9E5C75F0FFC(L_4, NULL);
|
|
G_B3_0 = ((((RuntimeObject*)(Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral911C45CCDD6261BCC0DB106704C632E834EF8E49, NULL);
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_7 = ___1_textInfo;
|
|
V_2 = (bool)((((RuntimeObject*)(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral76035771ED8F77CE10848FFF51357CF514EC7F02, NULL);
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_9;
|
|
L_9 = TextGenerator_GetTextGenerator_m5BDD6657637032A944115A1D6D52A6D511D43D46(NULL);
|
|
V_0 = L_9;
|
|
Profiler_BeginSample_m640E26B682D803CC5DB4EDFDF2F6E83771BF0BE4_inline(_stringLiteralD63480B2565F0995D6C57D129F34A9962BC874C4, NULL);
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_10 = V_0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_11 = ___0_settings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_12 = ___1_textInfo;
|
|
NullCheck(L_10);
|
|
TextGenerator_Prepare_mD0A24977334138340CA73FB9787627373C6AA255(L_10, L_11, L_12, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_il2cpp_TypeInfo_var);
|
|
FontAsset_UpdateFontAssetInUpdateQueue_mCF68DCD3B3F71341198DD8F528CC9E0E27071471(NULL);
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_13 = V_0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_14 = ___0_settings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_15 = ___1_textInfo;
|
|
NullCheck(L_13);
|
|
TextGenerator_GenerateTextMesh_mAB70FC29A49A6C4F8211EA977E37C66BE67D1831(L_13, L_14, L_15, NULL);
|
|
Profiler_EndSample_m3FCA26738A87C0B8E352533AD48E2A16B047A757(NULL);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::GetCursorPosition(UnityEngine.TextCore.Text.TextInfo,UnityEngine.Rect,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 TextGenerator_GetCursorPosition_m9F767EE74114971780EF08619DEE0F5223FC5095 (TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___0_textInfo, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_screenRect, int32_t ___2_index, bool ___3_inverseYAxis, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float V_3 = 0.0f;
|
|
bool V_4 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B5_0;
|
|
memset((&G_B5_0), 0, sizeof(G_B5_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B4_0;
|
|
memset((&G_B4_0), 0, sizeof(G_B4_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B6_0;
|
|
memset((&G_B6_0), 0, sizeof(G_B6_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B6_1;
|
|
memset((&G_B6_1), 0, sizeof(G_B6_1));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B9_0;
|
|
memset((&G_B9_0), 0, sizeof(G_B9_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B8_0;
|
|
memset((&G_B8_0), 0, sizeof(G_B8_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B10_0;
|
|
memset((&G_B10_0), 0, sizeof(G_B10_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B10_1;
|
|
memset((&G_B10_1), 0, sizeof(G_B10_1));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
|
|
L_0 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&___1_screenRect), NULL);
|
|
V_0 = L_0;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_1 = ___0_textInfo;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___characterCount_2;
|
|
V_4 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_4;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = V_0;
|
|
V_5 = L_4;
|
|
goto IL_011c;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_5 = ___0_textInfo;
|
|
NullCheck(L_5);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_6 = L_5->___textElementInfo_10;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_7 = ___0_textInfo;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___characterCount_2;
|
|
NullCheck(L_6);
|
|
int32_t L_9 = ((int32_t)il2cpp_codegen_subtract(L_8, 1));
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_1 = L_10;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_11 = ___0_textInfo;
|
|
NullCheck(L_11);
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* L_12 = L_11->___lineInfo_13;
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_13 = V_1;
|
|
int32_t L_14 = L_13.___lineNumber_11;
|
|
NullCheck(L_12);
|
|
int32_t L_15 = L_14;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
V_2 = L_16;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_17 = V_2;
|
|
float L_18 = L_17.___lineHeight_11;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_19 = V_2;
|
|
float L_20 = L_19.___ascender_12;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_21 = V_2;
|
|
float L_22 = L_21.___descender_14;
|
|
V_3 = ((float)il2cpp_codegen_subtract(L_18, ((float)il2cpp_codegen_subtract(L_20, L_22))));
|
|
int32_t L_23 = ___2_index;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_24 = ___0_textInfo;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = L_24->___characterCount_2;
|
|
V_6 = (bool)((((int32_t)((((int32_t)L_23) < ((int32_t)L_25))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_26 = V_6;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_0;
|
|
bool L_28 = ___3_inverseYAxis;
|
|
G_B4_0 = L_27;
|
|
if (L_28)
|
|
{
|
|
G_B5_0 = L_27;
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_29 = V_1;
|
|
float L_30 = L_29.___xAdvance_26;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_31 = V_2;
|
|
float L_32 = L_31.___descender_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_33), L_30, L_32, /*hidden argument*/NULL);
|
|
G_B6_0 = L_33;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_34 = V_1;
|
|
float L_35 = L_34.___xAdvance_26;
|
|
float L_36;
|
|
L_36 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___1_screenRect), NULL);
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_37 = V_2;
|
|
float L_38 = L_37.___ascender_12;
|
|
float L_39 = V_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
|
|
memset((&L_40), 0, sizeof(L_40));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_40), L_35, ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(L_36, L_38)), L_39)), /*hidden argument*/NULL);
|
|
G_B6_0 = L_40;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
|
|
L_41 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(G_B6_1, G_B6_0, NULL);
|
|
V_0 = L_41;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42 = V_0;
|
|
V_5 = L_42;
|
|
goto IL_011c;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_43 = ___0_textInfo;
|
|
NullCheck(L_43);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_44 = L_43->___textElementInfo_10;
|
|
int32_t L_45 = ___2_index;
|
|
NullCheck(L_44);
|
|
int32_t L_46 = L_45;
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
V_1 = L_47;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_48 = ___0_textInfo;
|
|
NullCheck(L_48);
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* L_49 = L_48->___lineInfo_13;
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_50 = V_1;
|
|
int32_t L_51 = L_50.___lineNumber_11;
|
|
NullCheck(L_49);
|
|
int32_t L_52 = L_51;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_53 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
|
|
V_2 = L_53;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_54 = V_2;
|
|
float L_55 = L_54.___lineHeight_11;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_56 = V_2;
|
|
float L_57 = L_56.___ascender_12;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_58 = V_2;
|
|
float L_59 = L_58.___descender_14;
|
|
V_3 = ((float)il2cpp_codegen_subtract(L_55, ((float)il2cpp_codegen_subtract(L_57, L_59))));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60 = V_0;
|
|
bool L_61 = ___3_inverseYAxis;
|
|
G_B8_0 = L_60;
|
|
if (L_61)
|
|
{
|
|
G_B9_0 = L_60;
|
|
goto IL_00f6;
|
|
}
|
|
}
|
|
{
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_62 = V_1;
|
|
float L_63 = L_62.___origin_22;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_64 = V_2;
|
|
float L_65 = L_64.___descender_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66;
|
|
memset((&L_66), 0, sizeof(L_66));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_66), L_63, L_65, /*hidden argument*/NULL);
|
|
G_B10_0 = L_66;
|
|
G_B10_1 = G_B8_0;
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
TextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976 L_67 = V_1;
|
|
float L_68 = L_67.___origin_22;
|
|
float L_69;
|
|
L_69 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___1_screenRect), NULL);
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_70 = V_2;
|
|
float L_71 = L_70.___ascender_12;
|
|
float L_72 = V_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_73;
|
|
memset((&L_73), 0, sizeof(L_73));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_73), L_68, ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(L_69, L_71)), L_72)), /*hidden argument*/NULL);
|
|
G_B10_0 = L_73;
|
|
G_B10_1 = G_B9_0;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_74;
|
|
L_74 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(G_B10_1, G_B10_0, NULL);
|
|
V_0 = L_74;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_75 = V_0;
|
|
V_5 = L_75;
|
|
goto IL_011c;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_76 = V_5;
|
|
return L_76;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::GetPreferredValues(UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 TextGenerator_GetPreferredValues_m17A1C8F1AA7D260AB9167985429D6819D0E8D9CA (TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_settings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral911C45CCDD6261BCC0DB106704C632E834EF8E49);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* V_0 = NULL;
|
|
bool V_1 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_settings;
|
|
NullCheck(L_0);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1 = L_0->___fontAsset_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_3 = ___0_settings;
|
|
NullCheck(L_3);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_4 = L_3->___fontAsset_4;
|
|
NullCheck(L_4);
|
|
Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB* L_5;
|
|
L_5 = FontAsset_get_characterLookupTable_m7E76D6C706C5CEB04A9541C68AE6D9E5C75F0FFC(L_4, NULL);
|
|
G_B3_0 = ((((RuntimeObject*)(Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral911C45CCDD6261BCC0DB106704C632E834EF8E49, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
V_2 = L_7;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_8;
|
|
L_8 = TextGenerator_GetTextGenerator_m5BDD6657637032A944115A1D6D52A6D511D43D46(NULL);
|
|
V_0 = L_8;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_9 = V_0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_10 = ___0_settings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_11 = ___1_textInfo;
|
|
NullCheck(L_9);
|
|
TextGenerator_Prepare_mD0A24977334138340CA73FB9787627373C6AA255(L_9, L_10, L_11, NULL);
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* L_12 = V_0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_13 = ___0_settings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_14 = ___1_textInfo;
|
|
NullCheck(L_12);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = TextGenerator_GetPreferredValuesInternal_m125B070164DFEA503C67525D1F418DAF41300ABD(L_12, L_13, L_14, NULL);
|
|
V_2 = L_15;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::Prepare(UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_Prepare_mD0A24977334138340CA73FB9787627373C6AA255 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17FB4873E9C091E846784A2EF6E9314570483BC9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Profiler_BeginSample_m640E26B682D803CC5DB4EDFDF2F6E83771BF0BE4_inline(_stringLiteral17FB4873E9C091E846784A2EF6E9314570483BC9, NULL);
|
|
__this->___m_Padding_11 = (6.0f);
|
|
__this->___m_IsMaskingEnabled_84 = (bool)0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_generationSettings;
|
|
TextGenerator_GetSpecialCharacters_mA82879FA537C58223BB660E797AC135A8E07B492(__this, L_0, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1 = ___0_generationSettings;
|
|
NullCheck(L_1);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2 = L_1->___screenRect_1;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_3 = ___0_generationSettings;
|
|
NullCheck(L_3);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = L_3->___margins_2;
|
|
TextGenerator_ComputeMarginSize_m485F8B01196058B15F597DE99D6F6A47FA539D3F(__this, L_2, L_4, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_5 = ___0_generationSettings;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->___text_0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** L_7 = (&__this->___m_CharBuffer_4);
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* L_8 = (&__this->___m_StyleStack_87);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_9 = ___0_generationSettings;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
TextGeneratorUtilities_StringToCharArray_m54D1AB72DAC31ADF5CF5EFD69E8B3BA5E2DCD1F5(L_6, L_7, L_8, L_9, NULL);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = __this->___m_CharBuffer_4;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_11 = ___0_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_12 = ___1_textInfo;
|
|
TextGenerator_SetArraySizes_mF0041F3D79936C05EB87DEE399F1DC389CCD1BD5(__this, L_10, L_11, L_12, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_13 = ___0_generationSettings;
|
|
NullCheck(L_13);
|
|
bool L_14 = L_13->___autoSize_19;
|
|
V_0 = L_14;
|
|
bool L_15 = V_0;
|
|
if (!L_15)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_16 = ___0_generationSettings;
|
|
NullCheck(L_16);
|
|
float L_17 = L_16->___fontSize_18;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_18 = ___0_generationSettings;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___fontSizeMin_20;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_20 = ___0_generationSettings;
|
|
NullCheck(L_20);
|
|
float L_21 = L_20->___fontSizeMax_21;
|
|
float L_22;
|
|
L_22 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_17, L_19, L_21, NULL);
|
|
__this->___m_FontSize_15 = L_22;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_23 = ___0_generationSettings;
|
|
NullCheck(L_23);
|
|
float L_24 = L_23->___fontSize_18;
|
|
__this->___m_FontSize_15 = L_24;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_25 = ___0_generationSettings;
|
|
NullCheck(L_25);
|
|
float L_26 = L_25->___fontSizeMax_21;
|
|
__this->___m_MaxFontSize_79 = L_26;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_27 = ___0_generationSettings;
|
|
NullCheck(L_27);
|
|
float L_28 = L_27->___fontSizeMin_20;
|
|
__this->___m_MinFontSize_80 = L_28;
|
|
__this->___m_LineSpacingDelta_83 = (0.0f);
|
|
__this->___m_CharWidthAdjDelta_77 = (0.0f);
|
|
__this->___m_IsCharacterWrappingEnabled_81 = (bool)0;
|
|
Profiler_EndSample_m3FCA26738A87C0B8E352533AD48E2A16B047A757(NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::SaveWordWrappingState(UnityEngine.TextCore.Text.WordWrapState&,System.Int32,System.Int32,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* ___0_state, int32_t ___1_index, int32_t ___2_count, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___3_textInfo, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_0 = ___0_state;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1 = __this->___m_CurrentFontAsset_7;
|
|
L_0->___currentFontAsset_48 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___currentFontAsset_48), (void*)L_1);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_2 = ___0_state;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_3 = __this->___m_CurrentSpriteAsset_12;
|
|
L_2->___currentSpriteAsset_49 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___currentSpriteAsset_49), (void*)L_3);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_4 = ___0_state;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = __this->___m_CurrentMaterial_8;
|
|
L_4->___currentMaterial_50 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___currentMaterial_50), (void*)L_5);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_6 = ___0_state;
|
|
int32_t L_7 = __this->___m_CurrentMaterialIndex_9;
|
|
L_6->___currentMaterialIndex_51 = L_7;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_8 = ___0_state;
|
|
int32_t L_9 = ___1_index;
|
|
L_8->___previousWordBreak_0 = L_9;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_10 = ___0_state;
|
|
int32_t L_11 = ___2_count;
|
|
L_10->___totalCharacterCount_1 = L_11;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_12 = ___0_state;
|
|
int32_t L_13 = __this->___m_LineVisibleCharacterCount_56;
|
|
L_12->___visibleCharacterCount_2 = L_13;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_14 = ___0_state;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_15 = ___3_textInfo;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = L_15->___linkCount_6;
|
|
L_14->___visibleLinkCount_4 = L_16;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_17 = ___0_state;
|
|
int32_t L_18 = __this->___m_FirstCharacterOfLine_49;
|
|
L_17->___firstCharacterIndex_5 = L_18;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_19 = ___0_state;
|
|
int32_t L_20 = __this->___m_FirstVisibleCharacterOfLine_51;
|
|
L_19->___firstVisibleCharacterIndex_6 = L_20;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_21 = ___0_state;
|
|
int32_t L_22 = __this->___m_LastVisibleCharacterOfLine_52;
|
|
L_21->___lastVisibleCharIndex_8 = L_22;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_23 = ___0_state;
|
|
int32_t L_24 = __this->___m_FontStyleInternal_19;
|
|
L_23->___fontStyle_21 = L_24;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_25 = ___0_state;
|
|
float L_26 = __this->___m_FontScale_14;
|
|
L_25->___fontScale_22 = L_26;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_27 = ___0_state;
|
|
float L_28 = __this->___m_FontScaleMultiplier_16;
|
|
L_27->___fontScaleMultiplier_23 = L_28;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_29 = ___0_state;
|
|
float L_30 = __this->___m_CurrentFontSize_17;
|
|
L_29->___currentFontSize_24 = L_30;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_31 = ___0_state;
|
|
float L_32 = __this->___m_XAdvance_43;
|
|
L_31->___xAdvance_16 = L_32;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_33 = ___0_state;
|
|
float L_34 = __this->___m_MaxCapHeight_63;
|
|
L_33->___maxCapHeight_10 = L_34;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_35 = ___0_state;
|
|
float L_36 = __this->___m_MaxAscender_64;
|
|
L_35->___maxAscender_11 = L_36;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_37 = ___0_state;
|
|
float L_38 = __this->___m_MaxDescender_65;
|
|
L_37->___maxDescender_12 = L_38;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_39 = ___0_state;
|
|
float L_40 = __this->___m_MaxLineAscender_53;
|
|
L_39->___maxLineAscender_13 = L_40;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_41 = ___0_state;
|
|
float L_42 = __this->___m_MaxLineDescender_54;
|
|
L_41->___maxLineDescender_14 = L_42;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_43 = ___0_state;
|
|
float L_44 = __this->___m_StartOfLineAscender_82;
|
|
L_43->___previousLineAscender_15 = L_44;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_45 = ___0_state;
|
|
float L_46 = __this->___m_PreferredWidth_5;
|
|
L_45->___preferredWidth_17 = L_46;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_47 = ___0_state;
|
|
float L_48 = __this->___m_PreferredHeight_6;
|
|
L_47->___preferredHeight_18 = L_48;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_49 = ___0_state;
|
|
Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6 L_50 = __this->___m_MeshExtents_62;
|
|
L_49->___meshExtents_52 = L_50;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_51 = ___0_state;
|
|
int32_t L_52 = __this->___m_LineNumber_55;
|
|
L_51->___lineNumber_9 = L_52;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_53 = ___0_state;
|
|
float L_54 = __this->___m_LineOffset_39;
|
|
L_53->___lineOffset_26 = L_54;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_55 = ___0_state;
|
|
float L_56 = __this->___m_BaselineOffset_25;
|
|
L_55->___baselineOffset_25 = L_56;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_57 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_58 = __this->___m_HtmlColor_28;
|
|
L_57->___vertexColor_29 = L_58;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_59 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_60 = __this->___m_UnderlineColor_29;
|
|
L_59->___underlineColor_30 = L_60;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_61 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_62 = __this->___m_StrikethroughColor_30;
|
|
L_61->___strikethroughColor_31 = L_62;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_63 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_64 = __this->___m_HighlightColor_76;
|
|
L_63->___highlightColor_32 = L_64;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_65 = ___0_state;
|
|
bool L_66 = __this->___m_IsNonBreakingSpace_67;
|
|
L_65->___isNonBreakingSpace_54 = L_66;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_67 = ___0_state;
|
|
bool L_68 = __this->___m_TagNoParsing_47;
|
|
L_67->___tagNoParsing_53 = L_68;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_69 = ___0_state;
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7 L_70 = __this->___m_FontStyleStack_20;
|
|
L_69->___basicStyleStack_33 = L_70;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_71 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_72 = __this->___m_ColorStack_31;
|
|
L_71->___colorStack_34 = L_72;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_71->___colorStack_34))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_73 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_74 = __this->___m_UnderlineColorStack_32;
|
|
L_73->___underlineColorStack_35 = L_74;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_73->___underlineColorStack_35))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_75 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_76 = __this->___m_StrikethroughColorStack_33;
|
|
L_75->___strikethroughColorStack_36 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_75->___strikethroughColorStack_36))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_77 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_78 = __this->___m_HighlightColorStack_34;
|
|
L_77->___highlightColorStack_37 = L_78;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_77->___highlightColorStack_37))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_79 = ___0_state;
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E L_80 = __this->___m_ColorGradientStack_36;
|
|
L_79->___colorGradientStack_38 = L_80;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_79->___colorGradientStack_38))->___itemStack_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_79->___colorGradientStack_38))->___m_DefaultItem_2), (void*)NULL);
|
|
#endif
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_81 = ___0_state;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_82 = __this->___m_SizeStack_18;
|
|
L_81->___sizeStack_39 = L_82;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_81->___sizeStack_39))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_83 = ___0_state;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_84 = __this->___m_IndentStack_46;
|
|
L_83->___indentStack_40 = L_84;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_83->___indentStack_40))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_85 = ___0_state;
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790 L_86 = __this->___m_FontWeightStack_22;
|
|
L_85->___fontWeightStack_41 = L_86;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_85->___fontWeightStack_41))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_87 = ___0_state;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 L_88 = __this->___m_StyleStack_87;
|
|
L_87->___styleStack_42 = L_88;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_87->___styleStack_42))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_89 = ___0_state;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_90 = __this->___m_BaselineOffsetStack_26;
|
|
L_89->___baselineStack_43 = L_90;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_89->___baselineStack_43))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_91 = ___0_state;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 L_92 = __this->___m_ActionStack_37;
|
|
L_91->___actionStack_44 = L_92;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_91->___actionStack_44))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_93 = ___0_state;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA L_94 = __this->___m_MaterialReferenceStack_10;
|
|
L_93->___materialReferenceStack_45 = L_94;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_93->___materialReferenceStack_45))->___itemStack_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&L_93->___materialReferenceStack_45))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&L_93->___materialReferenceStack_45))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&L_93->___materialReferenceStack_45))->___m_DefaultItem_2))->___material_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&L_93->___materialReferenceStack_45))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL);
|
|
#endif
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_95 = ___0_state;
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F L_96 = __this->___m_LineJustificationStack_24;
|
|
L_95->___lineJustificationStack_46 = L_96;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_95->___lineJustificationStack_46))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_97 = ___0_state;
|
|
int32_t L_98 = __this->___m_SpriteAnimationId_88;
|
|
L_97->___spriteAnimationId_47 = L_98;
|
|
int32_t L_99 = __this->___m_LineNumber_55;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_100 = ___3_textInfo;
|
|
NullCheck(L_100);
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* L_101 = L_100->___lineInfo_13;
|
|
NullCheck(L_101);
|
|
V_0 = (bool)((((int32_t)L_99) < ((int32_t)((int32_t)(((RuntimeArray*)L_101)->max_length))))? 1 : 0);
|
|
bool L_102 = V_0;
|
|
if (!L_102)
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
{
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_103 = ___0_state;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_104 = ___3_textInfo;
|
|
NullCheck(L_104);
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* L_105 = L_104->___lineInfo_13;
|
|
int32_t L_106 = __this->___m_LineNumber_55;
|
|
NullCheck(L_105);
|
|
int32_t L_107 = L_106;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_108 = (L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_107));
|
|
L_103->___lineInfo_28 = L_108;
|
|
}
|
|
|
|
IL_0271:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextCore.Text.TextGenerator::RestoreWordWrappingState(UnityEngine.TextCore.Text.WordWrapState&,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextGenerator_RestoreWordWrappingState_mA63B3DD2C02E61CD8670A32A53163AF6BF765F61 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* ___0_state, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
{
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_0 = ___0_state;
|
|
int32_t L_1 = L_0->___previousWordBreak_0;
|
|
V_0 = L_1;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_2 = ___0_state;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_3 = L_2->___currentFontAsset_48;
|
|
__this->___m_CurrentFontAsset_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_3);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_4 = ___0_state;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_5 = L_4->___currentSpriteAsset_49;
|
|
__this->___m_CurrentSpriteAsset_12 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_5);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_6 = ___0_state;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6->___currentMaterial_50;
|
|
__this->___m_CurrentMaterial_8 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_7);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_8 = ___0_state;
|
|
int32_t L_9 = L_8->___currentMaterialIndex_51;
|
|
__this->___m_CurrentMaterialIndex_9 = L_9;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_10 = ___0_state;
|
|
int32_t L_11 = L_10->___totalCharacterCount_1;
|
|
__this->___m_CharacterCount_48 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_12 = ___0_state;
|
|
int32_t L_13 = L_12->___visibleCharacterCount_2;
|
|
__this->___m_LineVisibleCharacterCount_56 = L_13;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_14 = ___1_textInfo;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_15 = ___0_state;
|
|
int32_t L_16 = L_15->___visibleLinkCount_4;
|
|
NullCheck(L_14);
|
|
L_14->___linkCount_6 = L_16;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_17 = ___0_state;
|
|
int32_t L_18 = L_17->___firstCharacterIndex_5;
|
|
__this->___m_FirstCharacterOfLine_49 = L_18;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_19 = ___0_state;
|
|
int32_t L_20 = L_19->___firstVisibleCharacterIndex_6;
|
|
__this->___m_FirstVisibleCharacterOfLine_51 = L_20;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_21 = ___0_state;
|
|
int32_t L_22 = L_21->___lastVisibleCharIndex_8;
|
|
__this->___m_LastVisibleCharacterOfLine_52 = L_22;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_23 = ___0_state;
|
|
int32_t L_24 = L_23->___fontStyle_21;
|
|
__this->___m_FontStyleInternal_19 = L_24;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_25 = ___0_state;
|
|
float L_26 = L_25->___fontScale_22;
|
|
__this->___m_FontScale_14 = L_26;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_27 = ___0_state;
|
|
float L_28 = L_27->___fontScaleMultiplier_23;
|
|
__this->___m_FontScaleMultiplier_16 = L_28;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_29 = ___0_state;
|
|
float L_30 = L_29->___currentFontSize_24;
|
|
__this->___m_CurrentFontSize_17 = L_30;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_31 = ___0_state;
|
|
float L_32 = L_31->___xAdvance_16;
|
|
__this->___m_XAdvance_43 = L_32;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_33 = ___0_state;
|
|
float L_34 = L_33->___maxCapHeight_10;
|
|
__this->___m_MaxCapHeight_63 = L_34;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_35 = ___0_state;
|
|
float L_36 = L_35->___maxAscender_11;
|
|
__this->___m_MaxAscender_64 = L_36;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_37 = ___0_state;
|
|
float L_38 = L_37->___maxDescender_12;
|
|
__this->___m_MaxDescender_65 = L_38;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_39 = ___0_state;
|
|
float L_40 = L_39->___maxLineAscender_13;
|
|
__this->___m_MaxLineAscender_53 = L_40;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_41 = ___0_state;
|
|
float L_42 = L_41->___maxLineDescender_14;
|
|
__this->___m_MaxLineDescender_54 = L_42;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_43 = ___0_state;
|
|
float L_44 = L_43->___previousLineAscender_15;
|
|
__this->___m_StartOfLineAscender_82 = L_44;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_45 = ___0_state;
|
|
float L_46 = L_45->___preferredWidth_17;
|
|
__this->___m_PreferredWidth_5 = L_46;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_47 = ___0_state;
|
|
float L_48 = L_47->___preferredHeight_18;
|
|
__this->___m_PreferredHeight_6 = L_48;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_49 = ___0_state;
|
|
Extents_t369FB2B84521A0229C2FA3D4C8592B14E07CEFE6 L_50 = L_49->___meshExtents_52;
|
|
__this->___m_MeshExtents_62 = L_50;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_51 = ___0_state;
|
|
int32_t L_52 = L_51->___lineNumber_9;
|
|
__this->___m_LineNumber_55 = L_52;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_53 = ___0_state;
|
|
float L_54 = L_53->___lineOffset_26;
|
|
__this->___m_LineOffset_39 = L_54;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_55 = ___0_state;
|
|
float L_56 = L_55->___baselineOffset_25;
|
|
__this->___m_BaselineOffset_25 = L_56;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_57 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_58 = L_57->___vertexColor_29;
|
|
__this->___m_HtmlColor_28 = L_58;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_59 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_60 = L_59->___underlineColor_30;
|
|
__this->___m_UnderlineColor_29 = L_60;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_61 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_62 = L_61->___strikethroughColor_31;
|
|
__this->___m_StrikethroughColor_30 = L_62;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_63 = ___0_state;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_64 = L_63->___highlightColor_32;
|
|
__this->___m_HighlightColor_76 = L_64;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_65 = ___0_state;
|
|
bool L_66 = L_65->___isNonBreakingSpace_54;
|
|
__this->___m_IsNonBreakingSpace_67 = L_66;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_67 = ___0_state;
|
|
bool L_68 = L_67->___tagNoParsing_53;
|
|
__this->___m_TagNoParsing_47 = L_68;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_69 = ___0_state;
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7 L_70 = L_69->___basicStyleStack_33;
|
|
__this->___m_FontStyleStack_20 = L_70;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_71 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_72 = L_71->___colorStack_34;
|
|
__this->___m_ColorStack_31 = L_72;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorStack_31))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_73 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_74 = L_73->___underlineColorStack_35;
|
|
__this->___m_UnderlineColorStack_32 = L_74;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_UnderlineColorStack_32))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_75 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_76 = L_75->___strikethroughColorStack_36;
|
|
__this->___m_StrikethroughColorStack_33 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_StrikethroughColorStack_33))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_77 = ___0_state;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_78 = L_77->___highlightColorStack_37;
|
|
__this->___m_HighlightColorStack_34 = L_78;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_HighlightColorStack_34))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_79 = ___0_state;
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E L_80 = L_79->___colorGradientStack_38;
|
|
__this->___m_ColorGradientStack_36 = L_80;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorGradientStack_36))->___itemStack_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorGradientStack_36))->___m_DefaultItem_2), (void*)NULL);
|
|
#endif
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_81 = ___0_state;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_82 = L_81->___sizeStack_39;
|
|
__this->___m_SizeStack_18 = L_82;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_SizeStack_18))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_83 = ___0_state;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_84 = L_83->___indentStack_40;
|
|
__this->___m_IndentStack_46 = L_84;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_IndentStack_46))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_85 = ___0_state;
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790 L_86 = L_85->___fontWeightStack_41;
|
|
__this->___m_FontWeightStack_22 = L_86;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_FontWeightStack_22))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_87 = ___0_state;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 L_88 = L_87->___styleStack_42;
|
|
__this->___m_StyleStack_87 = L_88;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_StyleStack_87))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_89 = ___0_state;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_90 = L_89->___baselineStack_43;
|
|
__this->___m_BaselineOffsetStack_26 = L_90;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_BaselineOffsetStack_26))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_91 = ___0_state;
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 L_92 = L_91->___actionStack_44;
|
|
__this->___m_ActionStack_37 = L_92;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ActionStack_37))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_93 = ___0_state;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA L_94 = L_93->___materialReferenceStack_45;
|
|
__this->___m_MaterialReferenceStack_10 = L_94;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_MaterialReferenceStack_10))->___itemStack_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___material_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL);
|
|
#endif
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_95 = ___0_state;
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F L_96 = L_95->___lineJustificationStack_46;
|
|
__this->___m_LineJustificationStack_24 = L_96;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_LineJustificationStack_24))->___itemStack_0), (void*)NULL);
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_97 = ___0_state;
|
|
int32_t L_98 = L_97->___spriteAnimationId_47;
|
|
__this->___m_SpriteAnimationId_88 = L_98;
|
|
int32_t L_99 = __this->___m_LineNumber_55;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_100 = ___1_textInfo;
|
|
NullCheck(L_100);
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* L_101 = L_100->___lineInfo_13;
|
|
NullCheck(L_101);
|
|
V_1 = (bool)((((int32_t)L_99) < ((int32_t)((int32_t)(((RuntimeArray*)L_101)->max_length))))? 1 : 0);
|
|
bool L_102 = V_1;
|
|
if (!L_102)
|
|
{
|
|
goto IL_0275;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_103 = ___1_textInfo;
|
|
NullCheck(L_103);
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* L_104 = L_103->___lineInfo_13;
|
|
int32_t L_105 = __this->___m_LineNumber_55;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123* L_106 = ___0_state;
|
|
LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5 L_107 = L_106->___lineInfo_28;
|
|
NullCheck(L_104);
|
|
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(L_105), (LineInfo_t2BBD461B330C46ACA45596A8E72FEA4172F88CF5)L_107);
|
|
}
|
|
|
|
IL_0275:
|
|
{
|
|
int32_t L_108 = V_0;
|
|
V_2 = L_108;
|
|
goto IL_0279;
|
|
}
|
|
|
|
IL_0279:
|
|
{
|
|
int32_t L_109 = V_2;
|
|
return L_109;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextCore.Text.TextGenerator::ValidateHtmlTag(System.Int32[],System.Int32,System.Int32&,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextGenerator_ValidateHtmlTag_m9C85462F15A6165B10E4C4EE93620AC1021BE5CD (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_chars, int32_t ___1_startIndex, int32_t* ___2_endIndex, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___3_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___4_textInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFD42C320FC3C4884CD9A746FB26476D6662DFF58_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisFontAsset_t61A6446D934E582651044E33D250EA8D306AB958_m01463D8A27B3AC5957F1EFD218945A9621F00E2C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisSpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_m0E11E95B9C634C101DD3F7C55A741CE2A33C7540_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisTextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70_mD9EFA66F643E1BFBE2BAFFA578B4E9BF23F3A279_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_Resize_TisLinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_m69E901740AA5A1BA1DB56BF6E903819E8360A6F9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Add_m022CA737B4340C51370BE07A79E71C63F553AD3C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Add_m15B10B664846D4F52E8FE84908D9B4196C697CF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Add_mFB2400CB8E620060FDD41E7FB5E57A238F67E666_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Peek_mE06D9422EAE774A3926E6956483EB39E6425D2E0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Remove_m22098B317E1049C5DFD900721F2F489220C44212_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Remove_m3C7936195E04FE5C7BD27A56E88A06DEDA9EA5BF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Remove_mABFF8426A0D669AEEE6FB5017100904E559EEBF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Remove_mFC7EB20F1D31BC8E84C07AAABD63626EAB1424BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CF41D991C7F2555D83F628B4B3B26444D917083);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD145B4F79D40262E79305A5090EE637B2012419A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
uint8_t V_2 = 0x0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
uint32_t V_9 = 0;
|
|
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;
|
|
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;
|
|
bool V_37 = false;
|
|
bool V_38 = false;
|
|
float V_39 = 0.0f;
|
|
int32_t V_40 = 0;
|
|
int32_t V_41 = 0;
|
|
int32_t V_42 = 0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* V_43 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_44 = NULL;
|
|
int32_t V_45 = 0;
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* V_46 = NULL;
|
|
int32_t V_47 = 0;
|
|
int32_t V_48 = 0;
|
|
int32_t V_49 = 0;
|
|
int32_t V_50 = 0;
|
|
bool V_51 = false;
|
|
bool V_52 = false;
|
|
bool V_53 = false;
|
|
bool V_54 = false;
|
|
bool V_55 = false;
|
|
bool V_56 = false;
|
|
bool V_57 = false;
|
|
bool V_58 = false;
|
|
bool V_59 = false;
|
|
bool V_60 = false;
|
|
bool V_61 = false;
|
|
bool V_62 = false;
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 V_63;
|
|
memset((&V_63), 0, sizeof(V_63));
|
|
bool V_64 = false;
|
|
bool V_65 = false;
|
|
bool V_66 = false;
|
|
bool V_67 = false;
|
|
bool V_68 = false;
|
|
bool V_69 = false;
|
|
int32_t V_70 = 0;
|
|
int32_t V_71 = 0;
|
|
bool V_72 = false;
|
|
bool V_73 = false;
|
|
int32_t V_74 = 0;
|
|
int32_t V_75 = 0;
|
|
bool V_76 = false;
|
|
int32_t V_77 = 0;
|
|
int32_t V_78 = 0;
|
|
bool V_79 = false;
|
|
bool V_80 = false;
|
|
int32_t V_81 = 0;
|
|
int32_t V_82 = 0;
|
|
bool V_83 = false;
|
|
bool V_84 = false;
|
|
bool V_85 = false;
|
|
bool V_86 = false;
|
|
bool V_87 = false;
|
|
bool V_88 = false;
|
|
bool V_89 = false;
|
|
bool V_90 = false;
|
|
bool V_91 = false;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 V_92;
|
|
memset((&V_92), 0, sizeof(V_92));
|
|
bool V_93 = false;
|
|
bool V_94 = false;
|
|
bool V_95 = false;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 V_96;
|
|
memset((&V_96), 0, sizeof(V_96));
|
|
bool V_97 = false;
|
|
int32_t V_98 = 0;
|
|
int32_t V_99 = 0;
|
|
bool V_100 = false;
|
|
bool V_101 = false;
|
|
int32_t V_102 = 0;
|
|
bool V_103 = false;
|
|
bool V_104 = false;
|
|
bool V_105 = false;
|
|
int32_t V_106 = 0;
|
|
int32_t V_107 = 0;
|
|
bool V_108 = false;
|
|
int32_t V_109 = 0;
|
|
int32_t V_110 = 0;
|
|
bool V_111 = false;
|
|
bool V_112 = false;
|
|
bool V_113 = false;
|
|
bool V_114 = false;
|
|
int32_t V_115 = 0;
|
|
int32_t V_116 = 0;
|
|
bool V_117 = false;
|
|
bool V_118 = false;
|
|
bool V_119 = false;
|
|
bool V_120 = false;
|
|
int32_t V_121 = 0;
|
|
int32_t V_122 = 0;
|
|
bool V_123 = false;
|
|
bool V_124 = false;
|
|
bool V_125 = false;
|
|
int32_t V_126 = 0;
|
|
int32_t V_127 = 0;
|
|
bool V_128 = false;
|
|
int32_t V_129 = 0;
|
|
int32_t V_130 = 0;
|
|
bool V_131 = false;
|
|
int32_t V_132 = 0;
|
|
int32_t V_133 = 0;
|
|
bool V_134 = false;
|
|
bool V_135 = false;
|
|
bool V_136 = false;
|
|
bool V_137 = false;
|
|
bool V_138 = false;
|
|
bool V_139 = false;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* V_140 = NULL;
|
|
bool V_141 = false;
|
|
bool V_142 = false;
|
|
bool V_143 = false;
|
|
bool V_144 = false;
|
|
int32_t V_145 = 0;
|
|
bool V_146 = false;
|
|
bool V_147 = false;
|
|
int32_t V_148 = 0;
|
|
int32_t V_149 = 0;
|
|
int32_t V_150 = 0;
|
|
int32_t V_151 = 0;
|
|
int32_t V_152 = 0;
|
|
bool V_153 = false;
|
|
bool V_154 = false;
|
|
bool V_155 = false;
|
|
bool V_156 = false;
|
|
bool V_157 = false;
|
|
bool V_158 = false;
|
|
bool V_159 = false;
|
|
bool V_160 = false;
|
|
bool V_161 = false;
|
|
bool V_162 = false;
|
|
bool V_163 = false;
|
|
bool V_164 = false;
|
|
bool V_165 = false;
|
|
int32_t V_166 = 0;
|
|
int32_t V_167 = 0;
|
|
bool V_168 = false;
|
|
int32_t V_169 = 0;
|
|
int32_t V_170 = 0;
|
|
bool V_171 = false;
|
|
int32_t V_172 = 0;
|
|
int32_t V_173 = 0;
|
|
bool V_174 = false;
|
|
int32_t V_175 = 0;
|
|
int32_t V_176 = 0;
|
|
bool V_177 = false;
|
|
bool V_178 = false;
|
|
bool V_179 = false;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B27_0 = 0;
|
|
int32_t G_B53_0 = 0;
|
|
int32_t G_B62_0 = 0;
|
|
int32_t G_B70_0 = 0;
|
|
int32_t G_B76_0 = 0;
|
|
int32_t G_B83_0 = 0;
|
|
int32_t G_B88_0 = 0;
|
|
int32_t G_B93_0 = 0;
|
|
int32_t G_B98_0 = 0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B294_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B293_0 = NULL;
|
|
uint8_t G_B295_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B295_1 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B306_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B305_0 = NULL;
|
|
uint8_t G_B307_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B307_1 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B317_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B316_0 = NULL;
|
|
uint8_t G_B318_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B318_1 = NULL;
|
|
float G_B326_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B326_1 = NULL;
|
|
float G_B325_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B325_1 = NULL;
|
|
float G_B327_0 = 0.0f;
|
|
float G_B327_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B327_2 = NULL;
|
|
float G_B332_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B332_1 = NULL;
|
|
float G_B331_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B331_1 = NULL;
|
|
float G_B333_0 = 0.0f;
|
|
float G_B333_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B333_2 = NULL;
|
|
float G_B340_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B340_1 = NULL;
|
|
float G_B339_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B339_1 = NULL;
|
|
float G_B341_0 = 0.0f;
|
|
float G_B341_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B341_2 = NULL;
|
|
float G_B346_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B346_1 = NULL;
|
|
float G_B345_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B345_1 = NULL;
|
|
float G_B347_0 = 0.0f;
|
|
float G_B347_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B347_2 = NULL;
|
|
int32_t G_B432_0 = 0;
|
|
int32_t G_B469_0 = 0;
|
|
int32_t G_B477_0 = 0;
|
|
int32_t G_B512_0 = 0;
|
|
int32_t G_B517_0 = 0;
|
|
int32_t G_B522_0 = 0;
|
|
int32_t G_B527_0 = 0;
|
|
int32_t G_B611_0 = 0;
|
|
int32_t G_B668_0 = 0;
|
|
float G_B698_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B698_1 = NULL;
|
|
float G_B697_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B697_1 = NULL;
|
|
float G_B699_0 = 0.0f;
|
|
float G_B699_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B699_2 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B702_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B701_0 = NULL;
|
|
float G_B703_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B703_1 = NULL;
|
|
float G_B713_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B713_1 = NULL;
|
|
float G_B712_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B712_1 = NULL;
|
|
float G_B714_0 = 0.0f;
|
|
float G_B714_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B714_2 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B717_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B716_0 = NULL;
|
|
float G_B718_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B718_1 = NULL;
|
|
float G_B727_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B727_1 = NULL;
|
|
float G_B726_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B726_1 = NULL;
|
|
float G_B728_0 = 0.0f;
|
|
float G_B728_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B728_2 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B731_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B730_0 = NULL;
|
|
float G_B732_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B732_1 = NULL;
|
|
int32_t G_B736_0 = 0;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___3_generationSettings;
|
|
NullCheck(L_0);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1 = L_0->___textSettings_9;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
V_2 = (uint8_t)0;
|
|
V_3 = 0;
|
|
V_4 = 0;
|
|
V_5 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_2 = __this->___m_XmlAttribute_91;
|
|
int32_t L_3 = V_5;
|
|
NullCheck(L_2);
|
|
((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_4 = __this->___m_XmlAttribute_91;
|
|
int32_t L_5 = V_5;
|
|
NullCheck(L_4);
|
|
((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->___valueType_1 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_6 = __this->___m_XmlAttribute_91;
|
|
int32_t L_7 = V_5;
|
|
NullCheck(L_6);
|
|
((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->___valueHashCode_4 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_8 = __this->___m_XmlAttribute_91;
|
|
int32_t L_9 = V_5;
|
|
NullCheck(L_8);
|
|
((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->___valueStartIndex_2 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_10 = __this->___m_XmlAttribute_91;
|
|
int32_t L_11 = V_5;
|
|
NullCheck(L_10);
|
|
((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_11)))->___valueLength_3 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_12 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_12);
|
|
((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_13 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_13);
|
|
((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_14 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_14);
|
|
((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_15 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_15);
|
|
((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(4)))->___nameHashCode_0 = 0;
|
|
int32_t* L_16 = ___2_endIndex;
|
|
int32_t L_17 = ___1_startIndex;
|
|
*((int32_t*)L_16) = (int32_t)L_17;
|
|
V_6 = (bool)0;
|
|
V_7 = (bool)0;
|
|
int32_t L_18 = ___1_startIndex;
|
|
V_8 = L_18;
|
|
goto IL_063a;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = ___0_chars;
|
|
int32_t L_20 = V_8;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
int32_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
V_9 = L_22;
|
|
uint32_t L_23 = V_9;
|
|
V_10 = (bool)((((int32_t)L_23) == ((int32_t)((int32_t)62)))? 1 : 0);
|
|
bool L_24 = V_10;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
}
|
|
{
|
|
V_7 = (bool)1;
|
|
int32_t* L_25 = ___2_endIndex;
|
|
int32_t L_26 = V_8;
|
|
*((int32_t*)L_25) = (int32_t)L_26;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = __this->___m_RichTextTag_92;
|
|
int32_t L_28 = V_1;
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (Il2CppChar)0);
|
|
goto IL_0669;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = __this->___m_RichTextTag_92;
|
|
int32_t L_30 = V_1;
|
|
uint32_t L_31 = V_9;
|
|
NullCheck(L_29);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (Il2CppChar)((int32_t)(uint16_t)L_31));
|
|
int32_t L_32 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
uint8_t L_33 = V_2;
|
|
V_11 = (bool)((((int32_t)L_33) == ((int32_t)1))? 1 : 0);
|
|
bool L_34 = V_11;
|
|
if (!L_34)
|
|
{
|
|
goto IL_0534;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_4;
|
|
V_12 = (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
|
|
bool L_36 = V_12;
|
|
if (!L_36)
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_37 = V_9;
|
|
if ((((int32_t)L_37) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_38 = V_9;
|
|
if ((((int32_t)L_38) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_39 = V_9;
|
|
if ((((int32_t)L_39) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_40 = V_9;
|
|
if ((!(((uint32_t)L_40) >= ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_41 = V_9;
|
|
G_B11_0 = ((((int32_t)((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)57))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0146;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
G_B11_0 = 0;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
G_B13_0 = G_B11_0;
|
|
goto IL_0149;
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
G_B13_0 = 1;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
V_13 = (bool)G_B13_0;
|
|
bool L_42 = V_13;
|
|
if (!L_42)
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 1;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_43 = __this->___m_XmlAttribute_91;
|
|
int32_t L_44 = V_5;
|
|
NullCheck(L_43);
|
|
((L_43)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_44)))->___valueType_1 = 1;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_45 = __this->___m_XmlAttribute_91;
|
|
int32_t L_46 = V_5;
|
|
NullCheck(L_45);
|
|
int32_t L_47 = V_1;
|
|
((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_46)))->___valueStartIndex_2 = ((int32_t)il2cpp_codegen_subtract(L_47, 1));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_48 = __this->___m_XmlAttribute_91;
|
|
int32_t L_49 = V_5;
|
|
NullCheck(L_48);
|
|
int32_t* L_50 = (&((L_48)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_49)))->___valueLength_3);
|
|
int32_t* L_51 = L_50;
|
|
int32_t L_52 = *((int32_t*)L_51);
|
|
*((int32_t*)L_51) = (int32_t)((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
goto IL_02ae;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
uint32_t L_53 = V_9;
|
|
V_14 = (bool)((((int32_t)L_53) == ((int32_t)((int32_t)35)))? 1 : 0);
|
|
bool L_54 = V_14;
|
|
if (!L_54)
|
|
{
|
|
goto IL_01ed;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 4;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_55 = __this->___m_XmlAttribute_91;
|
|
int32_t L_56 = V_5;
|
|
NullCheck(L_55);
|
|
((L_55)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_56)))->___valueType_1 = 4;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_57 = __this->___m_XmlAttribute_91;
|
|
int32_t L_58 = V_5;
|
|
NullCheck(L_57);
|
|
int32_t L_59 = V_1;
|
|
((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_58)))->___valueStartIndex_2 = ((int32_t)il2cpp_codegen_subtract(L_59, 1));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_60 = __this->___m_XmlAttribute_91;
|
|
int32_t L_61 = V_5;
|
|
NullCheck(L_60);
|
|
int32_t* L_62 = (&((L_60)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_61)))->___valueLength_3);
|
|
int32_t* L_63 = L_62;
|
|
int32_t L_64 = *((int32_t*)L_63);
|
|
*((int32_t*)L_63) = (int32_t)((int32_t)il2cpp_codegen_add(L_64, 1));
|
|
goto IL_02ae;
|
|
}
|
|
|
|
IL_01ed:
|
|
{
|
|
uint32_t L_65 = V_9;
|
|
V_15 = (bool)((((int32_t)L_65) == ((int32_t)((int32_t)34)))? 1 : 0);
|
|
bool L_66 = V_15;
|
|
if (!L_66)
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_67 = __this->___m_XmlAttribute_91;
|
|
int32_t L_68 = V_5;
|
|
NullCheck(L_67);
|
|
((L_67)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_68)))->___valueType_1 = 2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_69 = __this->___m_XmlAttribute_91;
|
|
int32_t L_70 = V_5;
|
|
NullCheck(L_69);
|
|
int32_t L_71 = V_1;
|
|
((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_70)))->___valueStartIndex_2 = L_71;
|
|
goto IL_02ae;
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
V_4 = 2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_72 = __this->___m_XmlAttribute_91;
|
|
int32_t L_73 = V_5;
|
|
NullCheck(L_72);
|
|
((L_72)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_73)))->___valueType_1 = 2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_74 = __this->___m_XmlAttribute_91;
|
|
int32_t L_75 = V_5;
|
|
NullCheck(L_74);
|
|
int32_t L_76 = V_1;
|
|
((L_74)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_75)))->___valueStartIndex_2 = ((int32_t)il2cpp_codegen_subtract(L_76, 1));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_77 = __this->___m_XmlAttribute_91;
|
|
int32_t L_78 = V_5;
|
|
NullCheck(L_77);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_79 = __this->___m_XmlAttribute_91;
|
|
int32_t L_80 = V_5;
|
|
NullCheck(L_79);
|
|
int32_t L_81 = ((L_79)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_80)))->___valueHashCode_4;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_82 = __this->___m_XmlAttribute_91;
|
|
int32_t L_83 = V_5;
|
|
NullCheck(L_82);
|
|
int32_t L_84 = ((L_82)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_83)))->___valueHashCode_4;
|
|
uint32_t L_85 = V_9;
|
|
uint32_t L_86;
|
|
L_86 = TextUtilities_ToUpperASCIIFast_m48A8B61739F9D5E8CB46B108746277DAF38AB58C(L_85, NULL);
|
|
((L_77)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_78)))->___valueHashCode_4 = ((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)(L_81<<5)), L_84))^(int32_t)L_86));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_87 = __this->___m_XmlAttribute_91;
|
|
int32_t L_88 = V_5;
|
|
NullCheck(L_87);
|
|
int32_t* L_89 = (&((L_87)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_88)))->___valueLength_3);
|
|
int32_t* L_90 = L_89;
|
|
int32_t L_91 = *((int32_t*)L_90);
|
|
*((int32_t*)L_90) = (int32_t)((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
goto IL_0533;
|
|
}
|
|
|
|
IL_02b4:
|
|
{
|
|
int32_t L_92 = V_4;
|
|
V_16 = (bool)((((int32_t)L_92) == ((int32_t)1))? 1 : 0);
|
|
bool L_93 = V_16;
|
|
if (!L_93)
|
|
{
|
|
goto IL_03a0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_94 = V_9;
|
|
if ((((int32_t)L_94) == ((int32_t)((int32_t)112))))
|
|
{
|
|
goto IL_02de;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_95 = V_9;
|
|
if ((((int32_t)L_95) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_02de;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_96 = V_9;
|
|
if ((((int32_t)L_96) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_02de;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_97 = V_9;
|
|
G_B27_0 = ((((int32_t)L_97) == ((int32_t)((int32_t)32)))? 1 : 0);
|
|
goto IL_02df;
|
|
}
|
|
|
|
IL_02de:
|
|
{
|
|
G_B27_0 = 1;
|
|
}
|
|
|
|
IL_02df:
|
|
{
|
|
V_17 = (bool)G_B27_0;
|
|
bool L_98 = V_17;
|
|
if (!L_98)
|
|
{
|
|
goto IL_0374;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (uint8_t)2;
|
|
V_4 = 0;
|
|
int32_t L_99 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_99, 1));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_100 = __this->___m_XmlAttribute_91;
|
|
int32_t L_101 = V_5;
|
|
NullCheck(L_100);
|
|
((L_100)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_101)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_102 = __this->___m_XmlAttribute_91;
|
|
int32_t L_103 = V_5;
|
|
NullCheck(L_102);
|
|
((L_102)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_103)))->___valueType_1 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_104 = __this->___m_XmlAttribute_91;
|
|
int32_t L_105 = V_5;
|
|
NullCheck(L_104);
|
|
((L_104)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_105)))->___valueHashCode_4 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_106 = __this->___m_XmlAttribute_91;
|
|
int32_t L_107 = V_5;
|
|
NullCheck(L_106);
|
|
((L_106)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_107)))->___valueStartIndex_2 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_108 = __this->___m_XmlAttribute_91;
|
|
int32_t L_109 = V_5;
|
|
NullCheck(L_108);
|
|
((L_108)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_109)))->___valueLength_3 = 0;
|
|
uint32_t L_110 = V_9;
|
|
V_18 = (bool)((((int32_t)L_110) == ((int32_t)((int32_t)101)))? 1 : 0);
|
|
bool L_111 = V_18;
|
|
if (!L_111)
|
|
{
|
|
goto IL_0363;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 1;
|
|
goto IL_0371;
|
|
}
|
|
|
|
IL_0363:
|
|
{
|
|
uint32_t L_112 = V_9;
|
|
V_19 = (bool)((((int32_t)L_112) == ((int32_t)((int32_t)37)))? 1 : 0);
|
|
bool L_113 = V_19;
|
|
if (!L_113)
|
|
{
|
|
goto IL_0371;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 2;
|
|
}
|
|
|
|
IL_0371:
|
|
{
|
|
goto IL_039a;
|
|
}
|
|
|
|
IL_0374:
|
|
{
|
|
uint8_t L_114 = V_2;
|
|
V_20 = (bool)((((int32_t)((((int32_t)L_114) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_115 = V_20;
|
|
if (!L_115)
|
|
{
|
|
goto IL_039a;
|
|
}
|
|
}
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_116 = __this->___m_XmlAttribute_91;
|
|
int32_t L_117 = V_5;
|
|
NullCheck(L_116);
|
|
int32_t* L_118 = (&((L_116)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_117)))->___valueLength_3);
|
|
int32_t* L_119 = L_118;
|
|
int32_t L_120 = *((int32_t*)L_119);
|
|
*((int32_t*)L_119) = (int32_t)((int32_t)il2cpp_codegen_add(L_120, 1));
|
|
}
|
|
|
|
IL_039a:
|
|
{
|
|
goto IL_0532;
|
|
}
|
|
|
|
IL_03a0:
|
|
{
|
|
int32_t L_121 = V_4;
|
|
V_21 = (bool)((((int32_t)L_121) == ((int32_t)4))? 1 : 0);
|
|
bool L_122 = V_21;
|
|
if (!L_122)
|
|
{
|
|
goto IL_044b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_123 = V_9;
|
|
V_22 = (bool)((((int32_t)((((int32_t)L_123) == ((int32_t)((int32_t)32)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_124 = V_22;
|
|
if (!L_124)
|
|
{
|
|
goto IL_03d9;
|
|
}
|
|
}
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_125 = __this->___m_XmlAttribute_91;
|
|
int32_t L_126 = V_5;
|
|
NullCheck(L_125);
|
|
int32_t* L_127 = (&((L_125)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_126)))->___valueLength_3);
|
|
int32_t* L_128 = L_127;
|
|
int32_t L_129 = *((int32_t*)L_128);
|
|
*((int32_t*)L_128) = (int32_t)((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
goto IL_0445;
|
|
}
|
|
|
|
IL_03d9:
|
|
{
|
|
V_2 = (uint8_t)2;
|
|
V_4 = 0;
|
|
int32_t L_130 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_130, 1));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_131 = __this->___m_XmlAttribute_91;
|
|
int32_t L_132 = V_5;
|
|
NullCheck(L_131);
|
|
((L_131)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_132)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_133 = __this->___m_XmlAttribute_91;
|
|
int32_t L_134 = V_5;
|
|
NullCheck(L_133);
|
|
((L_133)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_134)))->___valueType_1 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_135 = __this->___m_XmlAttribute_91;
|
|
int32_t L_136 = V_5;
|
|
NullCheck(L_135);
|
|
((L_135)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_136)))->___valueHashCode_4 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_137 = __this->___m_XmlAttribute_91;
|
|
int32_t L_138 = V_5;
|
|
NullCheck(L_137);
|
|
((L_137)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_138)))->___valueStartIndex_2 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_139 = __this->___m_XmlAttribute_91;
|
|
int32_t L_140 = V_5;
|
|
NullCheck(L_139);
|
|
((L_139)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_140)))->___valueLength_3 = 0;
|
|
}
|
|
|
|
IL_0445:
|
|
{
|
|
goto IL_0532;
|
|
}
|
|
|
|
IL_044b:
|
|
{
|
|
int32_t L_141 = V_4;
|
|
V_23 = (bool)((((int32_t)L_141) == ((int32_t)2))? 1 : 0);
|
|
bool L_142 = V_23;
|
|
if (!L_142)
|
|
{
|
|
goto IL_0532;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_143 = V_9;
|
|
V_24 = (bool)((((int32_t)((((int32_t)L_143) == ((int32_t)((int32_t)34)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_144 = V_24;
|
|
if (!L_144)
|
|
{
|
|
goto IL_04c5;
|
|
}
|
|
}
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_145 = __this->___m_XmlAttribute_91;
|
|
int32_t L_146 = V_5;
|
|
NullCheck(L_145);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_147 = __this->___m_XmlAttribute_91;
|
|
int32_t L_148 = V_5;
|
|
NullCheck(L_147);
|
|
int32_t L_149 = ((L_147)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_148)))->___valueHashCode_4;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_150 = __this->___m_XmlAttribute_91;
|
|
int32_t L_151 = V_5;
|
|
NullCheck(L_150);
|
|
int32_t L_152 = ((L_150)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_151)))->___valueHashCode_4;
|
|
uint32_t L_153 = V_9;
|
|
uint32_t L_154;
|
|
L_154 = TextUtilities_ToUpperASCIIFast_m48A8B61739F9D5E8CB46B108746277DAF38AB58C(L_153, NULL);
|
|
((L_145)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_146)))->___valueHashCode_4 = ((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)(L_149<<5)), L_152))^(int32_t)L_154));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_155 = __this->___m_XmlAttribute_91;
|
|
int32_t L_156 = V_5;
|
|
NullCheck(L_155);
|
|
int32_t* L_157 = (&((L_155)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_156)))->___valueLength_3);
|
|
int32_t* L_158 = L_157;
|
|
int32_t L_159 = *((int32_t*)L_158);
|
|
*((int32_t*)L_158) = (int32_t)((int32_t)il2cpp_codegen_add(L_159, 1));
|
|
goto IL_0531;
|
|
}
|
|
|
|
IL_04c5:
|
|
{
|
|
V_2 = (uint8_t)2;
|
|
V_4 = 0;
|
|
int32_t L_160 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_160, 1));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_161 = __this->___m_XmlAttribute_91;
|
|
int32_t L_162 = V_5;
|
|
NullCheck(L_161);
|
|
((L_161)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_162)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_163 = __this->___m_XmlAttribute_91;
|
|
int32_t L_164 = V_5;
|
|
NullCheck(L_163);
|
|
((L_163)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_164)))->___valueType_1 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_165 = __this->___m_XmlAttribute_91;
|
|
int32_t L_166 = V_5;
|
|
NullCheck(L_165);
|
|
((L_165)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_166)))->___valueHashCode_4 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_167 = __this->___m_XmlAttribute_91;
|
|
int32_t L_168 = V_5;
|
|
NullCheck(L_167);
|
|
((L_167)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_168)))->___valueStartIndex_2 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_169 = __this->___m_XmlAttribute_91;
|
|
int32_t L_170 = V_5;
|
|
NullCheck(L_169);
|
|
((L_169)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_170)))->___valueLength_3 = 0;
|
|
}
|
|
|
|
IL_0531:
|
|
{
|
|
}
|
|
|
|
IL_0532:
|
|
{
|
|
}
|
|
|
|
IL_0533:
|
|
{
|
|
}
|
|
|
|
IL_0534:
|
|
{
|
|
uint32_t L_171 = V_9;
|
|
V_25 = (bool)((((int32_t)L_171) == ((int32_t)((int32_t)61)))? 1 : 0);
|
|
bool L_172 = V_25;
|
|
if (!L_172)
|
|
{
|
|
goto IL_0542;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (uint8_t)1;
|
|
}
|
|
|
|
IL_0542:
|
|
{
|
|
uint8_t L_173 = V_2;
|
|
if (L_173)
|
|
{
|
|
goto IL_054d;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_174 = V_9;
|
|
G_B53_0 = ((((int32_t)L_174) == ((int32_t)((int32_t)32)))? 1 : 0);
|
|
goto IL_054e;
|
|
}
|
|
|
|
IL_054d:
|
|
{
|
|
G_B53_0 = 0;
|
|
}
|
|
|
|
IL_054e:
|
|
{
|
|
V_26 = (bool)G_B53_0;
|
|
bool L_175 = V_26;
|
|
if (!L_175)
|
|
{
|
|
goto IL_05d3;
|
|
}
|
|
}
|
|
{
|
|
bool L_176 = V_6;
|
|
V_27 = L_176;
|
|
bool L_177 = V_27;
|
|
if (!L_177)
|
|
{
|
|
goto IL_0565;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0565:
|
|
{
|
|
V_6 = (bool)1;
|
|
V_2 = (uint8_t)2;
|
|
V_4 = 0;
|
|
int32_t L_178 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_178, 1));
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_179 = __this->___m_XmlAttribute_91;
|
|
int32_t L_180 = V_5;
|
|
NullCheck(L_179);
|
|
((L_179)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_180)))->___nameHashCode_0 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_181 = __this->___m_XmlAttribute_91;
|
|
int32_t L_182 = V_5;
|
|
NullCheck(L_181);
|
|
((L_181)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_182)))->___valueType_1 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_183 = __this->___m_XmlAttribute_91;
|
|
int32_t L_184 = V_5;
|
|
NullCheck(L_183);
|
|
((L_183)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_184)))->___valueHashCode_4 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_185 = __this->___m_XmlAttribute_91;
|
|
int32_t L_186 = V_5;
|
|
NullCheck(L_185);
|
|
((L_185)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_186)))->___valueStartIndex_2 = 0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_187 = __this->___m_XmlAttribute_91;
|
|
int32_t L_188 = V_5;
|
|
NullCheck(L_187);
|
|
((L_187)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_188)))->___valueLength_3 = 0;
|
|
}
|
|
|
|
IL_05d3:
|
|
{
|
|
uint8_t L_189 = V_2;
|
|
V_29 = (bool)((((int32_t)L_189) == ((int32_t)0))? 1 : 0);
|
|
bool L_190 = V_29;
|
|
if (!L_190)
|
|
{
|
|
goto IL_061e;
|
|
}
|
|
}
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_191 = __this->___m_XmlAttribute_91;
|
|
int32_t L_192 = V_5;
|
|
NullCheck(L_191);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_193 = __this->___m_XmlAttribute_91;
|
|
int32_t L_194 = V_5;
|
|
NullCheck(L_193);
|
|
int32_t L_195 = ((L_193)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_194)))->___nameHashCode_0;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_196 = __this->___m_XmlAttribute_91;
|
|
int32_t L_197 = V_5;
|
|
NullCheck(L_196);
|
|
int32_t L_198 = ((L_196)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_197)))->___nameHashCode_0;
|
|
uint32_t L_199 = V_9;
|
|
uint32_t L_200;
|
|
L_200 = TextUtilities_ToUpperASCIIFast_m48A8B61739F9D5E8CB46B108746277DAF38AB58C(L_199, NULL);
|
|
((L_191)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_192)))->___nameHashCode_0 = ((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)(L_195<<5)), L_198))^(int32_t)L_200));
|
|
}
|
|
|
|
IL_061e:
|
|
{
|
|
uint8_t L_201 = V_2;
|
|
if ((!(((uint32_t)L_201) == ((uint32_t)2))))
|
|
{
|
|
goto IL_062a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_202 = V_9;
|
|
G_B62_0 = ((((int32_t)L_202) == ((int32_t)((int32_t)32)))? 1 : 0);
|
|
goto IL_062b;
|
|
}
|
|
|
|
IL_062a:
|
|
{
|
|
G_B62_0 = 0;
|
|
}
|
|
|
|
IL_062b:
|
|
{
|
|
V_30 = (bool)G_B62_0;
|
|
bool L_203 = V_30;
|
|
if (!L_203)
|
|
{
|
|
goto IL_0633;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (uint8_t)0;
|
|
}
|
|
|
|
IL_0633:
|
|
{
|
|
int32_t L_204 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_204, 1));
|
|
}
|
|
|
|
IL_063a:
|
|
{
|
|
int32_t L_205 = V_8;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_206 = ___0_chars;
|
|
NullCheck(L_206);
|
|
if ((((int32_t)L_205) >= ((int32_t)((int32_t)(((RuntimeArray*)L_206)->max_length)))))
|
|
{
|
|
goto IL_065f;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_207 = ___0_chars;
|
|
int32_t L_208 = V_8;
|
|
NullCheck(L_207);
|
|
int32_t L_209 = L_208;
|
|
int32_t L_210 = (L_207)->GetAt(static_cast<il2cpp_array_size_t>(L_209));
|
|
if (!L_210)
|
|
{
|
|
goto IL_065f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_211 = V_1;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_212 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_212);
|
|
if ((((int32_t)L_211) >= ((int32_t)((int32_t)(((RuntimeArray*)L_212)->max_length)))))
|
|
{
|
|
goto IL_065f;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_213 = ___0_chars;
|
|
int32_t L_214 = V_8;
|
|
NullCheck(L_213);
|
|
int32_t L_215 = L_214;
|
|
int32_t L_216 = (L_213)->GetAt(static_cast<il2cpp_array_size_t>(L_215));
|
|
G_B70_0 = ((((int32_t)((((int32_t)L_216) == ((int32_t)((int32_t)60)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0660;
|
|
}
|
|
|
|
IL_065f:
|
|
{
|
|
G_B70_0 = 0;
|
|
}
|
|
|
|
IL_0660:
|
|
{
|
|
V_31 = (bool)G_B70_0;
|
|
bool L_217 = V_31;
|
|
if (L_217)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
|
|
IL_0669:
|
|
{
|
|
bool L_218 = V_7;
|
|
V_32 = (bool)((((int32_t)L_218) == ((int32_t)0))? 1 : 0);
|
|
bool L_219 = V_32;
|
|
if (!L_219)
|
|
{
|
|
goto IL_067c;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_067c:
|
|
{
|
|
bool L_220 = __this->___m_TagNoParsing_47;
|
|
if (!L_220)
|
|
{
|
|
goto IL_06a1;
|
|
}
|
|
}
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_221 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_221);
|
|
int32_t L_222 = ((L_221)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___nameHashCode_0;
|
|
G_B76_0 = ((((int32_t)((((int32_t)L_222) == ((int32_t)((int32_t)-294095813)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_06a2;
|
|
}
|
|
|
|
IL_06a1:
|
|
{
|
|
G_B76_0 = 0;
|
|
}
|
|
|
|
IL_06a2:
|
|
{
|
|
V_33 = (bool)G_B76_0;
|
|
bool L_223 = V_33;
|
|
if (!L_223)
|
|
{
|
|
goto IL_06b1;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_06b1:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_224 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_224);
|
|
int32_t L_225 = ((L_224)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___nameHashCode_0;
|
|
V_34 = (bool)((((int32_t)L_225) == ((int32_t)((int32_t)-294095813)))? 1 : 0);
|
|
bool L_226 = V_34;
|
|
if (!L_226)
|
|
{
|
|
goto IL_06df;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_TagNoParsing_47 = (bool)0;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_06df:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_227 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_227);
|
|
int32_t L_228 = 0;
|
|
uint16_t L_229 = (uint16_t)(L_227)->GetAt(static_cast<il2cpp_array_size_t>(L_228));
|
|
if ((!(((uint32_t)L_229) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_06f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_230 = V_1;
|
|
G_B83_0 = ((((int32_t)L_230) == ((int32_t)4))? 1 : 0);
|
|
goto IL_06f2;
|
|
}
|
|
|
|
IL_06f1:
|
|
{
|
|
G_B83_0 = 0;
|
|
}
|
|
|
|
IL_06f2:
|
|
{
|
|
V_35 = (bool)G_B83_0;
|
|
bool L_231 = V_35;
|
|
if (!L_231)
|
|
{
|
|
goto IL_0725;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_232 = __this->___m_RichTextTag_92;
|
|
int32_t L_233 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_234;
|
|
L_234 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_232, L_233, NULL);
|
|
__this->___m_HtmlColor_28 = L_234;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_235 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_236 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_235, L_236, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0725:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_237 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_237);
|
|
int32_t L_238 = 0;
|
|
uint16_t L_239 = (uint16_t)(L_237)->GetAt(static_cast<il2cpp_array_size_t>(L_238));
|
|
if ((!(((uint32_t)L_239) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_0737;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_240 = V_1;
|
|
G_B88_0 = ((((int32_t)L_240) == ((int32_t)5))? 1 : 0);
|
|
goto IL_0738;
|
|
}
|
|
|
|
IL_0737:
|
|
{
|
|
G_B88_0 = 0;
|
|
}
|
|
|
|
IL_0738:
|
|
{
|
|
V_36 = (bool)G_B88_0;
|
|
bool L_241 = V_36;
|
|
if (!L_241)
|
|
{
|
|
goto IL_076b;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_242 = __this->___m_RichTextTag_92;
|
|
int32_t L_243 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_244;
|
|
L_244 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_242, L_243, NULL);
|
|
__this->___m_HtmlColor_28 = L_244;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_245 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_246 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_245, L_246, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_076b:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_247 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_247);
|
|
int32_t L_248 = 0;
|
|
uint16_t L_249 = (uint16_t)(L_247)->GetAt(static_cast<il2cpp_array_size_t>(L_248));
|
|
if ((!(((uint32_t)L_249) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_077d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_250 = V_1;
|
|
G_B93_0 = ((((int32_t)L_250) == ((int32_t)7))? 1 : 0);
|
|
goto IL_077e;
|
|
}
|
|
|
|
IL_077d:
|
|
{
|
|
G_B93_0 = 0;
|
|
}
|
|
|
|
IL_077e:
|
|
{
|
|
V_37 = (bool)G_B93_0;
|
|
bool L_251 = V_37;
|
|
if (!L_251)
|
|
{
|
|
goto IL_07b1;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_252 = __this->___m_RichTextTag_92;
|
|
int32_t L_253 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_254;
|
|
L_254 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_252, L_253, NULL);
|
|
__this->___m_HtmlColor_28 = L_254;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_255 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_256 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_255, L_256, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_07b1:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_257 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_257);
|
|
int32_t L_258 = 0;
|
|
uint16_t L_259 = (uint16_t)(L_257)->GetAt(static_cast<il2cpp_array_size_t>(L_258));
|
|
if ((!(((uint32_t)L_259) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_07c4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_260 = V_1;
|
|
G_B98_0 = ((((int32_t)L_260) == ((int32_t)((int32_t)9)))? 1 : 0);
|
|
goto IL_07c5;
|
|
}
|
|
|
|
IL_07c4:
|
|
{
|
|
G_B98_0 = 0;
|
|
}
|
|
|
|
IL_07c5:
|
|
{
|
|
V_38 = (bool)G_B98_0;
|
|
bool L_261 = V_38;
|
|
if (!L_261)
|
|
{
|
|
goto IL_07f8;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_262 = __this->___m_RichTextTag_92;
|
|
int32_t L_263 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_264;
|
|
L_264 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_262, L_263, NULL);
|
|
__this->___m_HtmlColor_28 = L_264;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_265 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_266 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_265, L_266, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_07f8:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_267 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_267);
|
|
int32_t L_268 = ((L_267)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___nameHashCode_0;
|
|
V_50 = L_268;
|
|
int32_t L_269 = V_50;
|
|
V_49 = L_269;
|
|
int32_t L_270 = V_49;
|
|
if ((((int32_t)L_270) > ((int32_t)((int32_t)1613))))
|
|
{
|
|
goto IL_0acd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_271 = V_49;
|
|
if ((((int32_t)L_271) > ((int32_t)((int32_t)-991527447))))
|
|
{
|
|
goto IL_097e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_272 = V_49;
|
|
if ((((int32_t)L_272) > ((int32_t)((int32_t)-1506899689))))
|
|
{
|
|
goto IL_08d9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_273 = V_49;
|
|
if ((((int32_t)L_273) > ((int32_t)((int32_t)-1827519330))))
|
|
{
|
|
goto IL_0884;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_274 = V_49;
|
|
if ((((int32_t)L_274) > ((int32_t)((int32_t)-1889896162))))
|
|
{
|
|
goto IL_0865;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_275 = V_49;
|
|
if ((((int32_t)L_275) == ((int32_t)((int32_t)-1999759898))))
|
|
{
|
|
goto IL_2818;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0854;
|
|
}
|
|
|
|
IL_0854:
|
|
{
|
|
int32_t L_276 = V_49;
|
|
if ((((int32_t)L_276) == ((int32_t)((int32_t)-1889896162))))
|
|
{
|
|
goto IL_149f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0865:
|
|
{
|
|
int32_t L_277 = V_49;
|
|
if ((((int32_t)L_277) == ((int32_t)((int32_t)-1854491959))))
|
|
{
|
|
goto IL_28d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0873;
|
|
}
|
|
|
|
IL_0873:
|
|
{
|
|
int32_t L_278 = V_49;
|
|
if ((((int32_t)L_278) == ((int32_t)((int32_t)-1827519330))))
|
|
{
|
|
goto IL_36ee;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0884:
|
|
{
|
|
int32_t L_279 = V_49;
|
|
if ((((int32_t)L_279) > ((int32_t)((int32_t)-1638865562))))
|
|
{
|
|
goto IL_08ac;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_280 = V_49;
|
|
if ((((int32_t)L_280) == ((int32_t)((int32_t)-1649644303))))
|
|
{
|
|
goto IL_33cc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_089b;
|
|
}
|
|
|
|
IL_089b:
|
|
{
|
|
int32_t L_281 = V_49;
|
|
if ((((int32_t)L_281) == ((int32_t)((int32_t)-1638865562))))
|
|
{
|
|
goto IL_2ad9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_08ac:
|
|
{
|
|
int32_t L_282 = V_49;
|
|
if ((((int32_t)L_282) == ((int32_t)((int32_t)-1584382009))))
|
|
{
|
|
goto IL_28f2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_08ba;
|
|
}
|
|
|
|
IL_08ba:
|
|
{
|
|
int32_t L_283 = V_49;
|
|
if ((((int32_t)L_283) == ((int32_t)((int32_t)-1514123076))))
|
|
{
|
|
goto IL_2af4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_08c8;
|
|
}
|
|
|
|
IL_08c8:
|
|
{
|
|
int32_t L_284 = V_49;
|
|
if ((((int32_t)L_284) == ((int32_t)((int32_t)-1506899689))))
|
|
{
|
|
goto IL_3181;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_08d9:
|
|
{
|
|
int32_t L_285 = V_49;
|
|
if ((((int32_t)L_285) > ((int32_t)((int32_t)-1355614050))))
|
|
{
|
|
goto IL_0929;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_286 = V_49;
|
|
if ((((int32_t)L_286) > ((int32_t)((int32_t)-1451284584))))
|
|
{
|
|
goto IL_090a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_287 = V_49;
|
|
if ((((int32_t)L_287) == ((int32_t)((int32_t)-1496889389))))
|
|
{
|
|
goto IL_2bde;
|
|
}
|
|
}
|
|
{
|
|
goto IL_08f9;
|
|
}
|
|
|
|
IL_08f9:
|
|
{
|
|
int32_t L_288 = V_49;
|
|
if ((((int32_t)L_288) == ((int32_t)((int32_t)-1451284584))))
|
|
{
|
|
goto IL_31a4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_090a:
|
|
{
|
|
int32_t L_289 = V_49;
|
|
if ((((int32_t)L_289) == ((int32_t)((int32_t)-1394426712))))
|
|
{
|
|
goto IL_29af;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0918;
|
|
}
|
|
|
|
IL_0918:
|
|
{
|
|
int32_t L_290 = V_49;
|
|
if ((((int32_t)L_290) == ((int32_t)((int32_t)-1355614050))))
|
|
{
|
|
goto IL_32bd;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0929:
|
|
{
|
|
int32_t L_291 = V_49;
|
|
if ((((int32_t)L_291) > ((int32_t)((int32_t)-1187217679))))
|
|
{
|
|
goto IL_0951;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_292 = V_49;
|
|
if ((((int32_t)L_292) == ((int32_t)((int32_t)-1340221943))))
|
|
{
|
|
goto IL_2a1c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0940;
|
|
}
|
|
|
|
IL_0940:
|
|
{
|
|
int32_t L_293 = V_49;
|
|
if ((((int32_t)L_293) == ((int32_t)((int32_t)-1187217679))))
|
|
{
|
|
goto IL_3725;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0951:
|
|
{
|
|
int32_t L_294 = V_49;
|
|
if ((((int32_t)L_294) == ((int32_t)((int32_t)-1100708252))))
|
|
{
|
|
goto IL_1fed;
|
|
}
|
|
}
|
|
{
|
|
goto IL_095f;
|
|
}
|
|
|
|
IL_095f:
|
|
{
|
|
int32_t L_295 = V_49;
|
|
if ((((int32_t)L_295) == ((int32_t)((int32_t)-1000007783))))
|
|
{
|
|
goto IL_37c3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_096d;
|
|
}
|
|
|
|
IL_096d:
|
|
{
|
|
int32_t L_296 = V_49;
|
|
if ((((int32_t)L_296) == ((int32_t)((int32_t)-991527447))))
|
|
{
|
|
goto IL_2ce9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_097e:
|
|
{
|
|
int32_t L_297 = V_49;
|
|
if ((((int32_t)L_297) > ((int32_t)((int32_t)-408011596))))
|
|
{
|
|
goto IL_0a2f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_298 = V_49;
|
|
if ((((int32_t)L_298) > ((int32_t)((int32_t)-766062114))))
|
|
{
|
|
goto IL_09da;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_299 = V_49;
|
|
if ((((int32_t)L_299) > ((int32_t)((int32_t)-799081892))))
|
|
{
|
|
goto IL_09bb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_300 = V_49;
|
|
if ((((int32_t)L_300) == ((int32_t)((int32_t)-844305121))))
|
|
{
|
|
goto IL_2bf7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09aa;
|
|
}
|
|
|
|
IL_09aa:
|
|
{
|
|
int32_t L_301 = V_49;
|
|
if ((((int32_t)L_301) == ((int32_t)((int32_t)-799081892))))
|
|
{
|
|
goto IL_35f0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_09bb:
|
|
{
|
|
int32_t L_302 = V_49;
|
|
if ((((int32_t)L_302) == ((int32_t)((int32_t)-797437649))))
|
|
{
|
|
goto IL_320c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09c9;
|
|
}
|
|
|
|
IL_09c9:
|
|
{
|
|
int32_t L_303 = V_49;
|
|
if ((((int32_t)L_303) == ((int32_t)((int32_t)-766062114))))
|
|
{
|
|
goto IL_3252;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_09da:
|
|
{
|
|
int32_t L_304 = V_49;
|
|
if ((((int32_t)L_304) > ((int32_t)((int32_t)-757976431))))
|
|
{
|
|
goto IL_0a02;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_305 = V_49;
|
|
if ((((int32_t)L_305) == ((int32_t)((int32_t)-764695562))))
|
|
{
|
|
goto IL_3838;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09f1;
|
|
}
|
|
|
|
IL_09f1:
|
|
{
|
|
int32_t L_306 = V_49;
|
|
if ((((int32_t)L_306) == ((int32_t)((int32_t)-757976431))))
|
|
{
|
|
goto IL_15e7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0a02:
|
|
{
|
|
int32_t L_307 = V_49;
|
|
if ((((int32_t)L_307) == ((int32_t)((int32_t)-582368199))))
|
|
{
|
|
goto IL_320c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0a10;
|
|
}
|
|
|
|
IL_0a10:
|
|
{
|
|
int32_t L_308 = V_49;
|
|
if ((((int32_t)L_308) == ((int32_t)((int32_t)-447416589))))
|
|
{
|
|
goto IL_34ed;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0a1e;
|
|
}
|
|
|
|
IL_0a1e:
|
|
{
|
|
int32_t L_309 = V_49;
|
|
if ((((int32_t)L_309) == ((int32_t)((int32_t)-408011596))))
|
|
{
|
|
goto IL_36df;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0a2f:
|
|
{
|
|
int32_t L_310 = V_49;
|
|
if ((((int32_t)L_310) > ((int32_t)((int32_t)66))))
|
|
{
|
|
goto IL_0a84;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_311 = V_49;
|
|
if ((((int32_t)L_311) > ((int32_t)((int32_t)-272933656))))
|
|
{
|
|
goto IL_0a5d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_312 = V_49;
|
|
if ((((int32_t)L_312) == ((int32_t)((int32_t)-305409418))))
|
|
{
|
|
goto IL_31e7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0a4c;
|
|
}
|
|
|
|
IL_0a4c:
|
|
{
|
|
int32_t L_313 = V_49;
|
|
if ((((int32_t)L_313) == ((int32_t)((int32_t)-272933656))))
|
|
{
|
|
goto IL_33ea;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0a5d:
|
|
{
|
|
int32_t L_314 = V_49;
|
|
if ((((int32_t)L_314) == ((int32_t)((int32_t)-11107948))))
|
|
{
|
|
goto IL_17b1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0a6b;
|
|
}
|
|
|
|
IL_0a6b:
|
|
{
|
|
int32_t L_315 = V_49;
|
|
if ((((int32_t)L_315) == ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_213f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0a76;
|
|
}
|
|
|
|
IL_0a76:
|
|
{
|
|
int32_t L_316 = V_49;
|
|
if ((((int32_t)L_316) == ((int32_t)((int32_t)66))))
|
|
{
|
|
goto IL_0d93;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0a84:
|
|
{
|
|
int32_t L_317 = V_49;
|
|
if ((((int32_t)L_317) > ((int32_t)((int32_t)83))))
|
|
{
|
|
goto IL_0aa3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_318 = V_49;
|
|
if ((((int32_t)L_318) == ((int32_t)((int32_t)73))))
|
|
{
|
|
goto IL_0e17;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0a95;
|
|
}
|
|
|
|
IL_0a95:
|
|
{
|
|
int32_t L_319 = V_49;
|
|
if ((((int32_t)L_319) == ((int32_t)((int32_t)83))))
|
|
{
|
|
goto IL_0e7d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0aa3:
|
|
{
|
|
int32_t L_320 = V_49;
|
|
if ((((int32_t)L_320) == ((int32_t)((int32_t)85))))
|
|
{
|
|
goto IL_0f98;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0aae;
|
|
}
|
|
|
|
IL_0aae:
|
|
{
|
|
int32_t L_321 = V_49;
|
|
if ((((int32_t)L_321) == ((int32_t)((int32_t)1606))))
|
|
{
|
|
goto IL_0e3a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0abc;
|
|
}
|
|
|
|
IL_0abc:
|
|
{
|
|
int32_t L_322 = V_49;
|
|
if ((((int32_t)L_322) == ((int32_t)((int32_t)1613))))
|
|
{
|
|
goto IL_0dc1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0acd:
|
|
{
|
|
int32_t L_323 = V_49;
|
|
if ((((int32_t)L_323) > ((int32_t)((int32_t)57686191))))
|
|
{
|
|
goto IL_0c2f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_324 = V_49;
|
|
if ((((int32_t)L_324) > ((int32_t)((int32_t)1777699))))
|
|
{
|
|
goto IL_0b8a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_325 = V_49;
|
|
if ((((int32_t)L_325) > ((int32_t)((int32_t)85420))))
|
|
{
|
|
goto IL_0b35;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_326 = V_49;
|
|
if ((((int32_t)L_326) > ((int32_t)((int32_t)1626))))
|
|
{
|
|
goto IL_0b16;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_327 = V_49;
|
|
if ((((int32_t)L_327) == ((int32_t)((int32_t)1614))))
|
|
{
|
|
goto IL_2147;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b05;
|
|
}
|
|
|
|
IL_0b05:
|
|
{
|
|
int32_t L_328 = V_49;
|
|
if ((((int32_t)L_328) == ((int32_t)((int32_t)1626))))
|
|
{
|
|
goto IL_106b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0b16:
|
|
{
|
|
int32_t L_329 = V_49;
|
|
if ((((int32_t)L_329) == ((int32_t)((int32_t)1628))))
|
|
{
|
|
goto IL_0f52;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b24;
|
|
}
|
|
|
|
IL_0b24:
|
|
{
|
|
int32_t L_330 = V_49;
|
|
if ((((int32_t)L_330) == ((int32_t)((int32_t)85420))))
|
|
{
|
|
goto IL_1628;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0b35:
|
|
{
|
|
int32_t L_331 = V_49;
|
|
if ((((int32_t)L_331) > ((int32_t)((int32_t)92150))))
|
|
{
|
|
goto IL_0b5d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_332 = V_49;
|
|
if ((((int32_t)L_332) == ((int32_t)((int32_t)92132))))
|
|
{
|
|
goto IL_11cd;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b4c;
|
|
}
|
|
|
|
IL_0b4c:
|
|
{
|
|
int32_t L_333 = V_49;
|
|
if ((((int32_t)L_333) == ((int32_t)((int32_t)92150))))
|
|
{
|
|
goto IL_1336;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0b5d:
|
|
{
|
|
int32_t L_334 = V_49;
|
|
if ((((int32_t)L_334) == ((int32_t)((int32_t)1770219))))
|
|
{
|
|
goto IL_127c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b6b;
|
|
}
|
|
|
|
IL_0b6b:
|
|
{
|
|
int32_t L_335 = V_49;
|
|
if ((((int32_t)L_335) == ((int32_t)((int32_t)1770233))))
|
|
{
|
|
goto IL_13e5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b79;
|
|
}
|
|
|
|
IL_0b79:
|
|
{
|
|
int32_t L_336 = V_49;
|
|
if ((((int32_t)L_336) == ((int32_t)((int32_t)1777699))))
|
|
{
|
|
goto IL_16fa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0b8a:
|
|
{
|
|
int32_t L_337 = V_49;
|
|
if ((((int32_t)L_337) > ((int32_t)((int32_t)2808691))))
|
|
{
|
|
goto IL_0bda;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_338 = V_49;
|
|
if ((((int32_t)L_338) > ((int32_t)((int32_t)2656128))))
|
|
{
|
|
goto IL_0bbb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_339 = V_49;
|
|
if ((((int32_t)L_339) == ((int32_t)((int32_t)2586451))))
|
|
{
|
|
goto IL_1af8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0baa;
|
|
}
|
|
|
|
IL_0baa:
|
|
{
|
|
int32_t L_340 = V_49;
|
|
if ((((int32_t)L_340) == ((int32_t)((int32_t)2656128))))
|
|
{
|
|
goto IL_214f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0bbb:
|
|
{
|
|
int32_t L_341 = V_49;
|
|
if ((((int32_t)L_341) == ((int32_t)((int32_t)2699125))))
|
|
{
|
|
goto IL_10bf;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0bc9;
|
|
}
|
|
|
|
IL_0bc9:
|
|
{
|
|
int32_t L_342 = V_49;
|
|
if ((((int32_t)L_342) == ((int32_t)((int32_t)2808691))))
|
|
{
|
|
goto IL_17c4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0bda:
|
|
{
|
|
int32_t L_343 = V_49;
|
|
if ((((int32_t)L_343) > ((int32_t)((int32_t)3061285))))
|
|
{
|
|
goto IL_0c02;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_344 = V_49;
|
|
if ((((int32_t)L_344) == ((int32_t)((int32_t)2856657))))
|
|
{
|
|
goto IL_1817;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0bf1;
|
|
}
|
|
|
|
IL_0bf1:
|
|
{
|
|
int32_t L_345 = V_49;
|
|
if ((((int32_t)L_345) == ((int32_t)((int32_t)3061285))))
|
|
{
|
|
goto IL_1835;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0c02:
|
|
{
|
|
int32_t L_346 = V_49;
|
|
if ((((int32_t)L_346) == ((int32_t)((int32_t)57477502))))
|
|
{
|
|
goto IL_1826;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0c10;
|
|
}
|
|
|
|
IL_0c10:
|
|
{
|
|
int32_t L_347 = V_49;
|
|
if ((((int32_t)L_347) == ((int32_t)((int32_t)57644506))))
|
|
{
|
|
goto IL_116a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0c1e;
|
|
}
|
|
|
|
IL_0c1e:
|
|
{
|
|
int32_t L_348 = V_49;
|
|
if ((((int32_t)L_348) == ((int32_t)((int32_t)57686191))))
|
|
{
|
|
goto IL_2268;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0c2f:
|
|
{
|
|
int32_t L_349 = V_49;
|
|
if ((((int32_t)L_349) > ((int32_t)((int32_t)100553336))))
|
|
{
|
|
goto IL_0ce0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_350 = V_49;
|
|
if ((((int32_t)L_350) > ((int32_t)((int32_t)75165780))))
|
|
{
|
|
goto IL_0c8b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_351 = V_49;
|
|
if ((((int32_t)L_351) > ((int32_t)((int32_t)58429962))))
|
|
{
|
|
goto IL_0c6c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_352 = V_49;
|
|
if ((((int32_t)L_352) == ((int32_t)((int32_t)57747708))))
|
|
{
|
|
goto IL_1e09;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0c5b;
|
|
}
|
|
|
|
IL_0c5b:
|
|
{
|
|
int32_t L_353 = V_49;
|
|
if ((((int32_t)L_353) == ((int32_t)((int32_t)58429962))))
|
|
{
|
|
goto IL_1aa8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0c6c:
|
|
{
|
|
int32_t L_354 = V_49;
|
|
if ((((int32_t)L_354) == ((int32_t)((int32_t)75138797))))
|
|
{
|
|
goto IL_22ec;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0c7a;
|
|
}
|
|
|
|
IL_0c7a:
|
|
{
|
|
int32_t L_355 = V_49;
|
|
if ((((int32_t)L_355) == ((int32_t)((int32_t)75165780))))
|
|
{
|
|
goto IL_20e8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0c8b:
|
|
{
|
|
int32_t L_356 = V_49;
|
|
if ((((int32_t)L_356) > ((int32_t)((int32_t)82115566))))
|
|
{
|
|
goto IL_0cb3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_357 = V_49;
|
|
if ((((int32_t)L_357) == ((int32_t)((int32_t)81999901))))
|
|
{
|
|
goto IL_24cf;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0ca2;
|
|
}
|
|
|
|
IL_0ca2:
|
|
{
|
|
int32_t L_358 = V_49;
|
|
if ((((int32_t)L_358) == ((int32_t)((int32_t)82115566))))
|
|
{
|
|
goto IL_2aec;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0cb3:
|
|
{
|
|
int32_t L_359 = V_49;
|
|
if ((((int32_t)L_359) == ((int32_t)((int32_t)93886352))))
|
|
{
|
|
goto IL_2cd6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0cc1;
|
|
}
|
|
|
|
IL_0cc1:
|
|
{
|
|
int32_t L_360 = V_49;
|
|
if ((((int32_t)L_360) == ((int32_t)((int32_t)100083556))))
|
|
{
|
|
goto IL_201d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0ccf;
|
|
}
|
|
|
|
IL_0ccf:
|
|
{
|
|
int32_t L_361 = V_49;
|
|
if ((((int32_t)L_361) == ((int32_t)((int32_t)100553336))))
|
|
{
|
|
goto IL_3739;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0ce0:
|
|
{
|
|
int32_t L_362 = V_49;
|
|
if ((((int32_t)L_362) > ((int32_t)((int32_t)825491659))))
|
|
{
|
|
goto IL_0d3e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_363 = V_49;
|
|
if ((((int32_t)L_363) > ((int32_t)((int32_t)199921873))))
|
|
{
|
|
goto IL_0d11;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_364 = V_49;
|
|
if ((((int32_t)L_364) == ((int32_t)((int32_t)105793766))))
|
|
{
|
|
goto IL_2429;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0d00;
|
|
}
|
|
|
|
IL_0d00:
|
|
{
|
|
int32_t L_365 = V_49;
|
|
if ((((int32_t)L_365) == ((int32_t)((int32_t)199921873))))
|
|
{
|
|
goto IL_3277;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0d11:
|
|
{
|
|
int32_t L_366 = V_49;
|
|
if ((((int32_t)L_366) == ((int32_t)((int32_t)200452819))))
|
|
{
|
|
goto IL_36cc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0d1f;
|
|
}
|
|
|
|
IL_0d1f:
|
|
{
|
|
int32_t L_367 = V_49;
|
|
if ((((int32_t)L_367) == ((int32_t)((int32_t)218273952))))
|
|
{
|
|
goto IL_31e7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0d2d;
|
|
}
|
|
|
|
IL_0d2d:
|
|
{
|
|
int32_t L_368 = V_49;
|
|
if ((((int32_t)L_368) == ((int32_t)((int32_t)825491659))))
|
|
{
|
|
goto IL_1e7d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0d3e:
|
|
{
|
|
int32_t L_369 = V_49;
|
|
if ((((int32_t)L_369) > ((int32_t)((int32_t)1916026786))))
|
|
{
|
|
goto IL_0d66;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_370 = V_49;
|
|
if ((((int32_t)L_370) == ((int32_t)((int32_t)1909026194))))
|
|
{
|
|
goto IL_27ff;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0d55;
|
|
}
|
|
|
|
IL_0d55:
|
|
{
|
|
int32_t L_371 = V_49;
|
|
if ((((int32_t)L_371) == ((int32_t)((int32_t)1916026786))))
|
|
{
|
|
goto IL_2410;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0d66:
|
|
{
|
|
int32_t L_372 = V_49;
|
|
if ((((int32_t)L_372) == ((int32_t)((int32_t)1923459625))))
|
|
{
|
|
goto IL_24bc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0d74;
|
|
}
|
|
|
|
IL_0d74:
|
|
{
|
|
int32_t L_373 = V_49;
|
|
if ((((int32_t)L_373) == ((int32_t)((int32_t)1928413879))))
|
|
{
|
|
goto IL_37b4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0d82;
|
|
}
|
|
|
|
IL_0d82:
|
|
{
|
|
int32_t L_374 = V_49;
|
|
if ((((int32_t)L_374) == ((int32_t)((int32_t)1952379995))))
|
|
{
|
|
goto IL_1702;
|
|
}
|
|
}
|
|
{
|
|
goto IL_3844;
|
|
}
|
|
|
|
IL_0d93:
|
|
{
|
|
int32_t L_375 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_375|1));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_376 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_377;
|
|
L_377 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_376, 1, NULL);
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)700);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0dc1:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_378 = ___3_generationSettings;
|
|
NullCheck(L_378);
|
|
int32_t L_379 = L_378->___fontStyle_8;
|
|
V_51 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_379&1))) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_380 = V_51;
|
|
if (!L_380)
|
|
{
|
|
goto IL_0e0f;
|
|
}
|
|
}
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_381 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_382;
|
|
L_382 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_381, 1, NULL);
|
|
V_52 = (bool)((((int32_t)L_382) == ((int32_t)0))? 1 : 0);
|
|
bool L_383 = V_52;
|
|
if (!L_383)
|
|
{
|
|
goto IL_0e0e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_384 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_384&((int32_t)-2)));
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* L_385 = (&__this->___m_FontWeightStack_22);
|
|
int32_t L_386;
|
|
L_386 = TextProcessingStack_1_Peek_mE06D9422EAE774A3926E6956483EB39E6425D2E0(L_385, TextProcessingStack_1_Peek_mE06D9422EAE774A3926E6956483EB39E6425D2E0_RuntimeMethod_var);
|
|
__this->___m_FontWeightInternal_21 = L_386;
|
|
}
|
|
|
|
IL_0e0e:
|
|
{
|
|
}
|
|
|
|
IL_0e0f:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0e17:
|
|
{
|
|
int32_t L_387 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_387|2));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_388 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_389;
|
|
L_389 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_388, 2, NULL);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0e3a:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_390 = ___3_generationSettings;
|
|
NullCheck(L_390);
|
|
int32_t L_391 = L_390->___fontStyle_8;
|
|
V_53 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_391&2))) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_392 = V_53;
|
|
if (!L_392)
|
|
{
|
|
goto IL_0e75;
|
|
}
|
|
}
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_393 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_394;
|
|
L_394 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_393, 2, NULL);
|
|
V_54 = (bool)((((int32_t)L_394) == ((int32_t)0))? 1 : 0);
|
|
bool L_395 = V_54;
|
|
if (!L_395)
|
|
{
|
|
goto IL_0e74;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_396 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_396&((int32_t)-3)));
|
|
}
|
|
|
|
IL_0e74:
|
|
{
|
|
}
|
|
|
|
IL_0e75:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0e7d:
|
|
{
|
|
int32_t L_397 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_397|((int32_t)64)));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_398 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_399;
|
|
L_399 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_398, ((int32_t)64), NULL);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_400 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_400);
|
|
int32_t L_401 = ((L_400)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___nameHashCode_0;
|
|
V_55 = (bool)((((int64_t)((int64_t)L_401)) == ((int64_t)((int64_t)((int32_t)81999901))))? 1 : 0);
|
|
bool L_402 = V_55;
|
|
if (!L_402)
|
|
{
|
|
goto IL_0f2c;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_403 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_404 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_404);
|
|
int32_t L_405 = ((L_404)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_406 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_406);
|
|
int32_t L_407 = ((L_406)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_408;
|
|
L_408 = TextGeneratorUtilities_HexCharsToColor_m4D7AB2E490DA31C514A42A880AB35CE9CBAF77B4(L_403, L_405, L_407, NULL);
|
|
__this->___m_StrikethroughColor_30 = L_408;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_409 = (&__this->___m_StrikethroughColor_30);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_410 = (&__this->___m_HtmlColor_28);
|
|
uint8_t L_411 = L_410->___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_412 = (&__this->___m_StrikethroughColor_30);
|
|
uint8_t L_413 = L_412->___a_4;
|
|
G_B293_0 = L_409;
|
|
if ((((int32_t)L_411) < ((int32_t)L_413)))
|
|
{
|
|
G_B294_0 = L_409;
|
|
goto IL_0f19;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_414 = (&__this->___m_StrikethroughColor_30);
|
|
uint8_t L_415 = L_414->___a_4;
|
|
G_B295_0 = L_415;
|
|
G_B295_1 = G_B293_0;
|
|
goto IL_0f24;
|
|
}
|
|
|
|
IL_0f19:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_416 = (&__this->___m_HtmlColor_28);
|
|
uint8_t L_417 = L_416->___a_4;
|
|
G_B295_0 = L_417;
|
|
G_B295_1 = G_B294_0;
|
|
}
|
|
|
|
IL_0f24:
|
|
{
|
|
G_B295_1->___a_4 = G_B295_0;
|
|
goto IL_0f38;
|
|
}
|
|
|
|
IL_0f2c:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_418 = __this->___m_HtmlColor_28;
|
|
__this->___m_StrikethroughColor_30 = L_418;
|
|
}
|
|
|
|
IL_0f38:
|
|
{
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_419 = (&__this->___m_StrikethroughColorStack_33);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_420 = __this->___m_StrikethroughColor_30;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_419, L_420, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0f52:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_421 = ___3_generationSettings;
|
|
NullCheck(L_421);
|
|
int32_t L_422 = L_421->___fontStyle_8;
|
|
V_56 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_422&((int32_t)64)))) == ((int32_t)((int32_t)64)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_423 = V_56;
|
|
if (!L_423)
|
|
{
|
|
goto IL_0f90;
|
|
}
|
|
}
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_424 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_425;
|
|
L_425 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_424, ((int32_t)64), NULL);
|
|
V_57 = (bool)((((int32_t)L_425) == ((int32_t)0))? 1 : 0);
|
|
bool L_426 = V_57;
|
|
if (!L_426)
|
|
{
|
|
goto IL_0f8f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_427 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_427&((int32_t)-65)));
|
|
}
|
|
|
|
IL_0f8f:
|
|
{
|
|
}
|
|
|
|
IL_0f90:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_0f98:
|
|
{
|
|
int32_t L_428 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_428|4));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_429 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_430;
|
|
L_430 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_429, 4, NULL);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_431 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_431);
|
|
int32_t L_432 = ((L_431)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___nameHashCode_0;
|
|
V_58 = (bool)((((int64_t)((int64_t)L_432)) == ((int64_t)((int64_t)((int32_t)81999901))))? 1 : 0);
|
|
bool L_433 = V_58;
|
|
if (!L_433)
|
|
{
|
|
goto IL_1045;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_434 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_435 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_435);
|
|
int32_t L_436 = ((L_435)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_437 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_437);
|
|
int32_t L_438 = ((L_437)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_439;
|
|
L_439 = TextGeneratorUtilities_HexCharsToColor_m4D7AB2E490DA31C514A42A880AB35CE9CBAF77B4(L_434, L_436, L_438, NULL);
|
|
__this->___m_UnderlineColor_29 = L_439;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_440 = (&__this->___m_UnderlineColor_29);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_441 = (&__this->___m_HtmlColor_28);
|
|
uint8_t L_442 = L_441->___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_443 = (&__this->___m_UnderlineColor_29);
|
|
uint8_t L_444 = L_443->___a_4;
|
|
G_B305_0 = L_440;
|
|
if ((((int32_t)L_442) < ((int32_t)L_444)))
|
|
{
|
|
G_B306_0 = L_440;
|
|
goto IL_1032;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_445 = (&__this->___m_UnderlineColor_29);
|
|
uint8_t L_446 = L_445->___a_4;
|
|
G_B307_0 = L_446;
|
|
G_B307_1 = G_B305_0;
|
|
goto IL_103d;
|
|
}
|
|
|
|
IL_1032:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_447 = (&__this->___m_HtmlColor_28);
|
|
uint8_t L_448 = L_447->___a_4;
|
|
G_B307_0 = L_448;
|
|
G_B307_1 = G_B306_0;
|
|
}
|
|
|
|
IL_103d:
|
|
{
|
|
G_B307_1->___a_4 = G_B307_0;
|
|
goto IL_1051;
|
|
}
|
|
|
|
IL_1045:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_449 = __this->___m_HtmlColor_28;
|
|
__this->___m_UnderlineColor_29 = L_449;
|
|
}
|
|
|
|
IL_1051:
|
|
{
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_450 = (&__this->___m_UnderlineColorStack_32);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_451 = __this->___m_UnderlineColor_29;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_450, L_451, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_106b:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_452 = ___3_generationSettings;
|
|
NullCheck(L_452);
|
|
int32_t L_453 = L_452->___fontStyle_8;
|
|
V_59 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_453&4))) == ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_454 = V_59;
|
|
if (!L_454)
|
|
{
|
|
goto IL_10b7;
|
|
}
|
|
}
|
|
{
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_455 = (&__this->___m_UnderlineColorStack_32);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_456;
|
|
L_456 = TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE(L_455, TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE_RuntimeMethod_var);
|
|
__this->___m_UnderlineColor_29 = L_456;
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_457 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_458;
|
|
L_458 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_457, 4, NULL);
|
|
V_60 = (bool)((((int32_t)L_458) == ((int32_t)0))? 1 : 0);
|
|
bool L_459 = V_60;
|
|
if (!L_459)
|
|
{
|
|
goto IL_10b6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_460 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_460&((int32_t)-5)));
|
|
}
|
|
|
|
IL_10b6:
|
|
{
|
|
}
|
|
|
|
IL_10b7:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_10bf:
|
|
{
|
|
int32_t L_461 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_461|((int32_t)512)));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_462 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_463;
|
|
L_463 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_462, ((int32_t)512), NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_464 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_465 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_465);
|
|
int32_t L_466 = ((L_465)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_467 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_467);
|
|
int32_t L_468 = ((L_467)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_469;
|
|
L_469 = TextGeneratorUtilities_HexCharsToColor_m4D7AB2E490DA31C514A42A880AB35CE9CBAF77B4(L_464, L_466, L_468, NULL);
|
|
__this->___m_HighlightColor_76 = L_469;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_470 = (&__this->___m_HighlightColor_76);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_471 = (&__this->___m_HtmlColor_28);
|
|
uint8_t L_472 = L_471->___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_473 = (&__this->___m_HighlightColor_76);
|
|
uint8_t L_474 = L_473->___a_4;
|
|
G_B316_0 = L_470;
|
|
if ((((int32_t)L_472) < ((int32_t)L_474)))
|
|
{
|
|
G_B317_0 = L_470;
|
|
goto IL_1140;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_475 = (&__this->___m_HighlightColor_76);
|
|
uint8_t L_476 = L_475->___a_4;
|
|
G_B318_0 = L_476;
|
|
G_B318_1 = G_B316_0;
|
|
goto IL_114b;
|
|
}
|
|
|
|
IL_1140:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_477 = (&__this->___m_HtmlColor_28);
|
|
uint8_t L_478 = L_477->___a_4;
|
|
G_B318_0 = L_478;
|
|
G_B318_1 = G_B317_0;
|
|
}
|
|
|
|
IL_114b:
|
|
{
|
|
G_B318_1->___a_4 = G_B318_0;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_479 = (&__this->___m_HighlightColorStack_34);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_480 = __this->___m_HighlightColor_76;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_479, L_480, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_116a:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_481 = ___3_generationSettings;
|
|
NullCheck(L_481);
|
|
int32_t L_482 = L_481->___fontStyle_8;
|
|
V_61 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_482&((int32_t)512)))) == ((int32_t)((int32_t)512)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_483 = V_61;
|
|
if (!L_483)
|
|
{
|
|
goto IL_11c5;
|
|
}
|
|
}
|
|
{
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_484 = (&__this->___m_HighlightColorStack_34);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_485;
|
|
L_485 = TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE(L_484, TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE_RuntimeMethod_var);
|
|
__this->___m_HighlightColor_76 = L_485;
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_486 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_487;
|
|
L_487 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_486, ((int32_t)512), NULL);
|
|
V_62 = (bool)((((int32_t)L_487) == ((int32_t)0))? 1 : 0);
|
|
bool L_488 = V_62;
|
|
if (!L_488)
|
|
{
|
|
goto IL_11c4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_489 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_489&((int32_t)-513)));
|
|
}
|
|
|
|
IL_11c4:
|
|
{
|
|
}
|
|
|
|
IL_11c5:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_11cd:
|
|
{
|
|
float L_490 = __this->___m_FontScaleMultiplier_16;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_491 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_491);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_492;
|
|
L_492 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_491, NULL);
|
|
V_63 = L_492;
|
|
float L_493;
|
|
L_493 = FaceInfo_get_subscriptSize_mF6264BFB215FDE6C94A45D2F8FC946ADFCDD2E31((&V_63), NULL);
|
|
G_B325_0 = L_490;
|
|
G_B325_1 = __this;
|
|
if ((((float)L_493) > ((float)(0.0f))))
|
|
{
|
|
G_B326_0 = L_490;
|
|
G_B326_1 = __this;
|
|
goto IL_11f6;
|
|
}
|
|
}
|
|
{
|
|
G_B327_0 = (1.0f);
|
|
G_B327_1 = G_B325_0;
|
|
G_B327_2 = G_B325_1;
|
|
goto IL_120a;
|
|
}
|
|
|
|
IL_11f6:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_494 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_494);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_495;
|
|
L_495 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_494, NULL);
|
|
V_63 = L_495;
|
|
float L_496;
|
|
L_496 = FaceInfo_get_subscriptSize_mF6264BFB215FDE6C94A45D2F8FC946ADFCDD2E31((&V_63), NULL);
|
|
G_B327_0 = L_496;
|
|
G_B327_1 = G_B326_0;
|
|
G_B327_2 = G_B326_1;
|
|
}
|
|
|
|
IL_120a:
|
|
{
|
|
NullCheck(G_B327_2);
|
|
G_B327_2->___m_FontScaleMultiplier_16 = ((float)il2cpp_codegen_multiply(G_B327_1, G_B327_0));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_497 = (&__this->___m_BaselineOffsetStack_26);
|
|
float L_498 = __this->___m_BaselineOffset_25;
|
|
TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93(L_497, L_498, TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93_RuntimeMethod_var);
|
|
float L_499 = __this->___m_BaselineOffset_25;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_500 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_500);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_501;
|
|
L_501 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_500, NULL);
|
|
V_63 = L_501;
|
|
float L_502;
|
|
L_502 = FaceInfo_get_subscriptOffset_mF1D3E68AC3D449CBC73AA0CBF5B8A187C6C5285A((&V_63), NULL);
|
|
float L_503 = __this->___m_FontScale_14;
|
|
float L_504 = __this->___m_FontScaleMultiplier_16;
|
|
__this->___m_BaselineOffset_25 = ((float)il2cpp_codegen_add(L_499, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_502, L_503)), L_504))));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_505 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_506;
|
|
L_506 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_505, ((int32_t)256), NULL);
|
|
int32_t L_507 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_507|((int32_t)256)));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_127c:
|
|
{
|
|
int32_t L_508 = __this->___m_FontStyleInternal_19;
|
|
V_64 = (bool)((((int32_t)((int32_t)((int32_t)L_508&((int32_t)256)))) == ((int32_t)((int32_t)256)))? 1 : 0);
|
|
bool L_509 = V_64;
|
|
if (!L_509)
|
|
{
|
|
goto IL_132e;
|
|
}
|
|
}
|
|
{
|
|
float L_510 = __this->___m_FontScaleMultiplier_16;
|
|
V_65 = (bool)((((float)L_510) < ((float)(1.0f)))? 1 : 0);
|
|
bool L_511 = V_65;
|
|
if (!L_511)
|
|
{
|
|
goto IL_1302;
|
|
}
|
|
}
|
|
{
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_512 = (&__this->___m_BaselineOffsetStack_26);
|
|
float L_513;
|
|
L_513 = TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A(L_512, TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A_RuntimeMethod_var);
|
|
__this->___m_BaselineOffset_25 = L_513;
|
|
float L_514 = __this->___m_FontScaleMultiplier_16;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_515 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_515);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_516;
|
|
L_516 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_515, NULL);
|
|
V_63 = L_516;
|
|
float L_517;
|
|
L_517 = FaceInfo_get_subscriptSize_mF6264BFB215FDE6C94A45D2F8FC946ADFCDD2E31((&V_63), NULL);
|
|
G_B331_0 = L_514;
|
|
G_B331_1 = __this;
|
|
if ((((float)L_517) > ((float)(0.0f))))
|
|
{
|
|
G_B332_0 = L_514;
|
|
G_B332_1 = __this;
|
|
goto IL_12e7;
|
|
}
|
|
}
|
|
{
|
|
G_B333_0 = (1.0f);
|
|
G_B333_1 = G_B331_0;
|
|
G_B333_2 = G_B331_1;
|
|
goto IL_12fb;
|
|
}
|
|
|
|
IL_12e7:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_518 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_518);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_519;
|
|
L_519 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_518, NULL);
|
|
V_63 = L_519;
|
|
float L_520;
|
|
L_520 = FaceInfo_get_subscriptSize_mF6264BFB215FDE6C94A45D2F8FC946ADFCDD2E31((&V_63), NULL);
|
|
G_B333_0 = L_520;
|
|
G_B333_1 = G_B332_0;
|
|
G_B333_2 = G_B332_1;
|
|
}
|
|
|
|
IL_12fb:
|
|
{
|
|
NullCheck(G_B333_2);
|
|
G_B333_2->___m_FontScaleMultiplier_16 = ((float)(G_B333_1/G_B333_0));
|
|
}
|
|
|
|
IL_1302:
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_521 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_522;
|
|
L_522 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_521, ((int32_t)256), NULL);
|
|
V_66 = (bool)((((int32_t)L_522) == ((int32_t)0))? 1 : 0);
|
|
bool L_523 = V_66;
|
|
if (!L_523)
|
|
{
|
|
goto IL_132d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_524 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_524&((int32_t)-257)));
|
|
}
|
|
|
|
IL_132d:
|
|
{
|
|
}
|
|
|
|
IL_132e:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1336:
|
|
{
|
|
float L_525 = __this->___m_FontScaleMultiplier_16;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_526 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_526);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_527;
|
|
L_527 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_526, NULL);
|
|
V_63 = L_527;
|
|
float L_528;
|
|
L_528 = FaceInfo_get_superscriptSize_mC3ABE7C70559A8214294CDA598B17FD62BDC2EE0((&V_63), NULL);
|
|
G_B339_0 = L_525;
|
|
G_B339_1 = __this;
|
|
if ((((float)L_528) > ((float)(0.0f))))
|
|
{
|
|
G_B340_0 = L_525;
|
|
G_B340_1 = __this;
|
|
goto IL_135f;
|
|
}
|
|
}
|
|
{
|
|
G_B341_0 = (1.0f);
|
|
G_B341_1 = G_B339_0;
|
|
G_B341_2 = G_B339_1;
|
|
goto IL_1373;
|
|
}
|
|
|
|
IL_135f:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_529 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_529);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_530;
|
|
L_530 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_529, NULL);
|
|
V_63 = L_530;
|
|
float L_531;
|
|
L_531 = FaceInfo_get_superscriptSize_mC3ABE7C70559A8214294CDA598B17FD62BDC2EE0((&V_63), NULL);
|
|
G_B341_0 = L_531;
|
|
G_B341_1 = G_B340_0;
|
|
G_B341_2 = G_B340_1;
|
|
}
|
|
|
|
IL_1373:
|
|
{
|
|
NullCheck(G_B341_2);
|
|
G_B341_2->___m_FontScaleMultiplier_16 = ((float)il2cpp_codegen_multiply(G_B341_1, G_B341_0));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_532 = (&__this->___m_BaselineOffsetStack_26);
|
|
float L_533 = __this->___m_BaselineOffset_25;
|
|
TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93(L_532, L_533, TextProcessingStack_1_Push_mBF18A764F6D1996DD6E7D2F217EB86BA84FD6A93_RuntimeMethod_var);
|
|
float L_534 = __this->___m_BaselineOffset_25;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_535 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_535);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_536;
|
|
L_536 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_535, NULL);
|
|
V_63 = L_536;
|
|
float L_537;
|
|
L_537 = FaceInfo_get_superscriptOffset_m8D462DB86414D8507C7D1CC6881DA9EC896FB80A((&V_63), NULL);
|
|
float L_538 = __this->___m_FontScale_14;
|
|
float L_539 = __this->___m_FontScaleMultiplier_16;
|
|
__this->___m_BaselineOffset_25 = ((float)il2cpp_codegen_add(L_534, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_537, L_538)), L_539))));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_540 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_541;
|
|
L_541 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_540, ((int32_t)128), NULL);
|
|
int32_t L_542 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_542|((int32_t)128)));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_13e5:
|
|
{
|
|
int32_t L_543 = __this->___m_FontStyleInternal_19;
|
|
V_67 = (bool)((((int32_t)((int32_t)((int32_t)L_543&((int32_t)128)))) == ((int32_t)((int32_t)128)))? 1 : 0);
|
|
bool L_544 = V_67;
|
|
if (!L_544)
|
|
{
|
|
goto IL_1497;
|
|
}
|
|
}
|
|
{
|
|
float L_545 = __this->___m_FontScaleMultiplier_16;
|
|
V_68 = (bool)((((float)L_545) < ((float)(1.0f)))? 1 : 0);
|
|
bool L_546 = V_68;
|
|
if (!L_546)
|
|
{
|
|
goto IL_146b;
|
|
}
|
|
}
|
|
{
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_547 = (&__this->___m_BaselineOffsetStack_26);
|
|
float L_548;
|
|
L_548 = TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A(L_547, TextProcessingStack_1_Pop_m58499B721ABBBCFDF676B5EFA85F77B8B019128A_RuntimeMethod_var);
|
|
__this->___m_BaselineOffset_25 = L_548;
|
|
float L_549 = __this->___m_FontScaleMultiplier_16;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_550 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_550);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_551;
|
|
L_551 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_550, NULL);
|
|
V_63 = L_551;
|
|
float L_552;
|
|
L_552 = FaceInfo_get_superscriptSize_mC3ABE7C70559A8214294CDA598B17FD62BDC2EE0((&V_63), NULL);
|
|
G_B345_0 = L_549;
|
|
G_B345_1 = __this;
|
|
if ((((float)L_552) > ((float)(0.0f))))
|
|
{
|
|
G_B346_0 = L_549;
|
|
G_B346_1 = __this;
|
|
goto IL_1450;
|
|
}
|
|
}
|
|
{
|
|
G_B347_0 = (1.0f);
|
|
G_B347_1 = G_B345_0;
|
|
G_B347_2 = G_B345_1;
|
|
goto IL_1464;
|
|
}
|
|
|
|
IL_1450:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_553 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_553);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_554;
|
|
L_554 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_553, NULL);
|
|
V_63 = L_554;
|
|
float L_555;
|
|
L_555 = FaceInfo_get_superscriptSize_mC3ABE7C70559A8214294CDA598B17FD62BDC2EE0((&V_63), NULL);
|
|
G_B347_0 = L_555;
|
|
G_B347_1 = G_B346_0;
|
|
G_B347_2 = G_B346_1;
|
|
}
|
|
|
|
IL_1464:
|
|
{
|
|
NullCheck(G_B347_2);
|
|
G_B347_2->___m_FontScaleMultiplier_16 = ((float)(G_B347_1/G_B347_0));
|
|
}
|
|
|
|
IL_146b:
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_556 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_557;
|
|
L_557 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_556, ((int32_t)128), NULL);
|
|
V_69 = (bool)((((int32_t)L_557) == ((int32_t)0))? 1 : 0);
|
|
bool L_558 = V_69;
|
|
if (!L_558)
|
|
{
|
|
goto IL_1496;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_559 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_559&((int32_t)-129)));
|
|
}
|
|
|
|
IL_1496:
|
|
{
|
|
}
|
|
|
|
IL_1497:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_149f:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_560 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_561 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_561);
|
|
int32_t L_562 = ((L_561)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_563 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_563);
|
|
int32_t L_564 = ((L_563)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_565;
|
|
L_565 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_560, L_562, L_564, NULL);
|
|
V_39 = L_565;
|
|
float L_566 = V_39;
|
|
V_71 = il2cpp_codegen_cast_double_to_int<int32_t>(L_566);
|
|
int32_t L_567 = V_71;
|
|
V_70 = L_567;
|
|
int32_t L_568 = V_70;
|
|
if ((((int32_t)L_568) > ((int32_t)((int32_t)400))))
|
|
{
|
|
goto IL_1518;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_569 = V_70;
|
|
if ((((int32_t)L_569) > ((int32_t)((int32_t)200))))
|
|
{
|
|
goto IL_14ff;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_570 = V_70;
|
|
if ((((int32_t)L_570) == ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_155b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_14f1;
|
|
}
|
|
|
|
IL_14f1:
|
|
{
|
|
int32_t L_571 = V_70;
|
|
if ((((int32_t)L_571) == ((int32_t)((int32_t)200))))
|
|
{
|
|
goto IL_1565;
|
|
}
|
|
}
|
|
{
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_14ff:
|
|
{
|
|
int32_t L_572 = V_70;
|
|
if ((((int32_t)L_572) == ((int32_t)((int32_t)300))))
|
|
{
|
|
goto IL_1572;
|
|
}
|
|
}
|
|
{
|
|
goto IL_150a;
|
|
}
|
|
|
|
IL_150a:
|
|
{
|
|
int32_t L_573 = V_70;
|
|
if ((((int32_t)L_573) == ((int32_t)((int32_t)400))))
|
|
{
|
|
goto IL_157f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_1518:
|
|
{
|
|
int32_t L_574 = V_70;
|
|
if ((((int32_t)L_574) > ((int32_t)((int32_t)600))))
|
|
{
|
|
goto IL_153a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_575 = V_70;
|
|
if ((((int32_t)L_575) == ((int32_t)((int32_t)500))))
|
|
{
|
|
goto IL_158c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_152c;
|
|
}
|
|
|
|
IL_152c:
|
|
{
|
|
int32_t L_576 = V_70;
|
|
if ((((int32_t)L_576) == ((int32_t)((int32_t)600))))
|
|
{
|
|
goto IL_1599;
|
|
}
|
|
}
|
|
{
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_153a:
|
|
{
|
|
int32_t L_577 = V_70;
|
|
if ((((int32_t)L_577) == ((int32_t)((int32_t)700))))
|
|
{
|
|
goto IL_15a6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1545;
|
|
}
|
|
|
|
IL_1545:
|
|
{
|
|
int32_t L_578 = V_70;
|
|
if ((((int32_t)L_578) == ((int32_t)((int32_t)800))))
|
|
{
|
|
goto IL_15b3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1550;
|
|
}
|
|
|
|
IL_1550:
|
|
{
|
|
int32_t L_579 = V_70;
|
|
if ((((int32_t)L_579) == ((int32_t)((int32_t)900))))
|
|
{
|
|
goto IL_15c0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_155b:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)100);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_1565:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)200);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_1572:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)300);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_157f:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)400);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_158c:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)500);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_1599:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)600);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_15a6:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)700);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_15b3:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)800);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_15c0:
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)900);
|
|
goto IL_15cd;
|
|
}
|
|
|
|
IL_15cd:
|
|
{
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* L_580 = (&__this->___m_FontWeightStack_22);
|
|
int32_t L_581 = __this->___m_FontWeightInternal_21;
|
|
TextProcessingStack_1_Add_m15B10B664846D4F52E8FE84908D9B4196C697CF2(L_580, L_581, TextProcessingStack_1_Add_m15B10B664846D4F52E8FE84908D9B4196C697CF2_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_15e7:
|
|
{
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* L_582 = (&__this->___m_FontWeightStack_22);
|
|
int32_t L_583;
|
|
L_583 = TextProcessingStack_1_Remove_mFC7EB20F1D31BC8E84C07AAABD63626EAB1424BE(L_582, TextProcessingStack_1_Remove_mFC7EB20F1D31BC8E84C07AAABD63626EAB1424BE_RuntimeMethod_var);
|
|
int32_t L_584 = __this->___m_FontStyleInternal_19;
|
|
V_72 = (bool)((((int32_t)L_584) == ((int32_t)1))? 1 : 0);
|
|
bool L_585 = V_72;
|
|
if (!L_585)
|
|
{
|
|
goto IL_160f;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)700);
|
|
goto IL_1620;
|
|
}
|
|
|
|
IL_160f:
|
|
{
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* L_586 = (&__this->___m_FontWeightStack_22);
|
|
int32_t L_587;
|
|
L_587 = TextProcessingStack_1_Peek_mE06D9422EAE774A3926E6956483EB39E6425D2E0(L_586, TextProcessingStack_1_Peek_mE06D9422EAE774A3926E6956483EB39E6425D2E0_RuntimeMethod_var);
|
|
__this->___m_FontWeightInternal_21 = L_587;
|
|
}
|
|
|
|
IL_1620:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1628:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_588 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_589 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_589);
|
|
int32_t L_590 = ((L_589)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_591 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_591);
|
|
int32_t L_592 = ((L_591)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_593;
|
|
L_593 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_588, L_590, L_592, NULL);
|
|
V_39 = L_593;
|
|
float L_594 = V_39;
|
|
V_73 = (bool)((((float)L_594) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_595 = V_73;
|
|
if (!L_595)
|
|
{
|
|
goto IL_166e;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_166e:
|
|
{
|
|
int32_t L_596 = V_3;
|
|
V_75 = L_596;
|
|
int32_t L_597 = V_75;
|
|
V_74 = L_597;
|
|
int32_t L_598 = V_74;
|
|
switch (L_598)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_168a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_169a;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_16d5;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_16f2;
|
|
}
|
|
|
|
IL_168a:
|
|
{
|
|
float L_599 = V_39;
|
|
__this->___m_XAdvance_43 = L_599;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_169a:
|
|
{
|
|
float L_600 = V_39;
|
|
float L_601 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_602 = ___3_generationSettings;
|
|
NullCheck(L_602);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_603 = L_602->___fontAsset_4;
|
|
NullCheck(L_603);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_604;
|
|
L_604 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_603, NULL);
|
|
V_63 = L_604;
|
|
float L_605;
|
|
L_605 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_606 = ___3_generationSettings;
|
|
NullCheck(L_606);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_607 = L_606->___fontAsset_4;
|
|
NullCheck(L_607);
|
|
uint8_t L_608;
|
|
L_608 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_607, NULL);
|
|
__this->___m_XAdvance_43 = ((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_600, L_601)), L_605))/((float)L_608)));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_16d5:
|
|
{
|
|
float L_609 = __this->___m_MarginWidth_2;
|
|
float L_610 = V_39;
|
|
__this->___m_XAdvance_43 = ((float)(((float)il2cpp_codegen_multiply(L_609, L_610))/(100.0f)));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_16f2:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_16fa:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1702:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_611 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_612 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_612);
|
|
int32_t L_613 = ((L_612)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_614 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_614);
|
|
int32_t L_615 = ((L_614)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_616;
|
|
L_616 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_611, L_613, L_615, NULL);
|
|
V_39 = L_616;
|
|
float L_617 = V_39;
|
|
V_76 = (bool)((((float)L_617) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_618 = V_76;
|
|
if (!L_618)
|
|
{
|
|
goto IL_1748;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1748:
|
|
{
|
|
int32_t L_619 = V_3;
|
|
V_78 = L_619;
|
|
int32_t L_620 = V_78;
|
|
V_77 = L_620;
|
|
int32_t L_621 = V_77;
|
|
switch (L_621)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_1764;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_1774;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_17a1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_17a9;
|
|
}
|
|
|
|
IL_1764:
|
|
{
|
|
float L_622 = V_39;
|
|
__this->___m_BaselineOffset_25 = L_622;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1774:
|
|
{
|
|
float L_623 = V_39;
|
|
float L_624 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_625 = ___3_generationSettings;
|
|
NullCheck(L_625);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_626 = L_625->___fontAsset_4;
|
|
NullCheck(L_626);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_627;
|
|
L_627 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_626, NULL);
|
|
V_63 = L_627;
|
|
float L_628;
|
|
L_628 = FaceInfo_get_ascentLine_m193755D649428EC24A7E433A1728F11DA7547ABD((&V_63), NULL);
|
|
__this->___m_BaselineOffset_25 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_623, L_624)), L_628));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_17a1:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_17a9:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_17b1:
|
|
{
|
|
__this->___m_BaselineOffset_25 = (0.0f);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_17c4:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_629 = ___3_generationSettings;
|
|
NullCheck(L_629);
|
|
int32_t L_630 = L_629->___overflowMode_11;
|
|
V_79 = (bool)((((int32_t)L_630) == ((int32_t)5))? 1 : 0);
|
|
bool L_631 = V_79;
|
|
if (!L_631)
|
|
{
|
|
goto IL_180f;
|
|
}
|
|
}
|
|
{
|
|
float L_632 = __this->___m_TagLineIndent_44;
|
|
float L_633 = __this->___m_TagIndent_45;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add((0.0f), L_632)), L_633));
|
|
__this->___m_LineOffset_39 = (0.0f);
|
|
int32_t L_634 = __this->___m_PageNumber_58;
|
|
__this->___m_PageNumber_58 = ((int32_t)il2cpp_codegen_add(L_634, 1));
|
|
__this->___m_IsNewPage_66 = (bool)1;
|
|
}
|
|
|
|
IL_180f:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1817:
|
|
{
|
|
__this->___m_IsNonBreakingSpace_67 = (bool)1;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1826:
|
|
{
|
|
__this->___m_IsNonBreakingSpace_67 = (bool)0;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1835:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_635 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_636 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_636);
|
|
int32_t L_637 = ((L_636)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_638 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_638);
|
|
int32_t L_639 = ((L_638)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_640;
|
|
L_640 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_635, L_637, L_639, NULL);
|
|
V_39 = L_640;
|
|
float L_641 = V_39;
|
|
V_80 = (bool)((((float)L_641) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_642 = V_80;
|
|
if (!L_642)
|
|
{
|
|
goto IL_187b;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_187b:
|
|
{
|
|
int32_t L_643 = V_3;
|
|
V_82 = L_643;
|
|
int32_t L_644 = V_82;
|
|
V_81 = L_644;
|
|
int32_t L_645 = V_81;
|
|
switch (L_645)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_189a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_19da;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_1a3a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_1aa0;
|
|
}
|
|
|
|
IL_189a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_646 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_646);
|
|
int32_t L_647 = 5;
|
|
uint16_t L_648 = (uint16_t)(L_646)->GetAt(static_cast<il2cpp_array_size_t>(L_647));
|
|
V_83 = (bool)((((int32_t)L_648) == ((int32_t)((int32_t)43)))? 1 : 0);
|
|
bool L_649 = V_83;
|
|
if (!L_649)
|
|
{
|
|
goto IL_190d;
|
|
}
|
|
}
|
|
{
|
|
float L_650 = __this->___m_FontSize_15;
|
|
float L_651 = V_39;
|
|
__this->___m_CurrentFontSize_17 = ((float)il2cpp_codegen_add(L_650, L_651));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_652 = (&__this->___m_SizeStack_18);
|
|
float L_653 = __this->___m_CurrentFontSize_17;
|
|
TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042(L_652, L_653, TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var);
|
|
float L_654 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_655 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_655);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_656;
|
|
L_656 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_655, NULL);
|
|
V_63 = L_656;
|
|
int32_t L_657;
|
|
L_657 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_658 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_658);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_659;
|
|
L_659 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_658, NULL);
|
|
V_63 = L_659;
|
|
float L_660;
|
|
L_660 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_654/((float)L_657))), L_660));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_190d:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_661 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_661);
|
|
int32_t L_662 = 5;
|
|
uint16_t L_663 = (uint16_t)(L_661)->GetAt(static_cast<il2cpp_array_size_t>(L_662));
|
|
V_84 = (bool)((((int32_t)L_663) == ((int32_t)((int32_t)45)))? 1 : 0);
|
|
bool L_664 = V_84;
|
|
if (!L_664)
|
|
{
|
|
goto IL_1980;
|
|
}
|
|
}
|
|
{
|
|
float L_665 = __this->___m_FontSize_15;
|
|
float L_666 = V_39;
|
|
__this->___m_CurrentFontSize_17 = ((float)il2cpp_codegen_add(L_665, L_666));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_667 = (&__this->___m_SizeStack_18);
|
|
float L_668 = __this->___m_CurrentFontSize_17;
|
|
TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042(L_667, L_668, TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var);
|
|
float L_669 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_670 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_670);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_671;
|
|
L_671 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_670, NULL);
|
|
V_63 = L_671;
|
|
int32_t L_672;
|
|
L_672 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_673 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_673);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_674;
|
|
L_674 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_673, NULL);
|
|
V_63 = L_674;
|
|
float L_675;
|
|
L_675 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_669/((float)L_672))), L_675));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1980:
|
|
{
|
|
float L_676 = V_39;
|
|
__this->___m_CurrentFontSize_17 = L_676;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_677 = (&__this->___m_SizeStack_18);
|
|
float L_678 = __this->___m_CurrentFontSize_17;
|
|
TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042(L_677, L_678, TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var);
|
|
float L_679 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_680 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_680);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_681;
|
|
L_681 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_680, NULL);
|
|
V_63 = L_681;
|
|
int32_t L_682;
|
|
L_682 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_683 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_683);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_684;
|
|
L_684 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_683, NULL);
|
|
V_63 = L_684;
|
|
float L_685;
|
|
L_685 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_679/((float)L_682))), L_685));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_19da:
|
|
{
|
|
float L_686 = __this->___m_FontSize_15;
|
|
float L_687 = V_39;
|
|
__this->___m_CurrentFontSize_17 = ((float)il2cpp_codegen_multiply(L_686, L_687));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_688 = (&__this->___m_SizeStack_18);
|
|
float L_689 = __this->___m_CurrentFontSize_17;
|
|
TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042(L_688, L_689, TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var);
|
|
float L_690 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_691 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_691);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_692;
|
|
L_692 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_691, NULL);
|
|
V_63 = L_692;
|
|
int32_t L_693;
|
|
L_693 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_694 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_694);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_695;
|
|
L_695 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_694, NULL);
|
|
V_63 = L_695;
|
|
float L_696;
|
|
L_696 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_690/((float)L_693))), L_696));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1a3a:
|
|
{
|
|
float L_697 = __this->___m_FontSize_15;
|
|
float L_698 = V_39;
|
|
__this->___m_CurrentFontSize_17 = ((float)(((float)il2cpp_codegen_multiply(L_697, L_698))/(100.0f)));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_699 = (&__this->___m_SizeStack_18);
|
|
float L_700 = __this->___m_CurrentFontSize_17;
|
|
TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042(L_699, L_700, TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var);
|
|
float L_701 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_702 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_702);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_703;
|
|
L_703 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_702, NULL);
|
|
V_63 = L_703;
|
|
int32_t L_704;
|
|
L_704 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_705 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_705);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_706;
|
|
L_706 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_705, NULL);
|
|
V_63 = L_706;
|
|
float L_707;
|
|
L_707 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_701/((float)L_704))), L_707));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1aa0:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1aa8:
|
|
{
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_708 = (&__this->___m_SizeStack_18);
|
|
float L_709;
|
|
L_709 = TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E(L_708, TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E_RuntimeMethod_var);
|
|
__this->___m_CurrentFontSize_17 = L_709;
|
|
float L_710 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_711 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_711);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_712;
|
|
L_712 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_711, NULL);
|
|
V_63 = L_712;
|
|
int32_t L_713;
|
|
L_713 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_714 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_714);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_715;
|
|
L_715 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_714, NULL);
|
|
V_63 = L_715;
|
|
float L_716;
|
|
L_716 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_710/((float)L_713))), L_716));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1af8:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_717 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_717);
|
|
int32_t L_718 = ((L_717)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
V_40 = L_718;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_719 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_719);
|
|
int32_t L_720 = ((L_719)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___nameHashCode_0;
|
|
V_41 = L_720;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_721 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_721);
|
|
int32_t L_722 = ((L_721)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueHashCode_4;
|
|
V_42 = L_722;
|
|
int32_t L_723 = V_40;
|
|
V_85 = (bool)((((int32_t)L_723) == ((int32_t)((int32_t)-620974005)))? 1 : 0);
|
|
bool L_724 = V_85;
|
|
if (!L_724)
|
|
{
|
|
goto IL_1bd0;
|
|
}
|
|
}
|
|
{
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_725 = __this->___m_MaterialReferences_85;
|
|
NullCheck(L_725);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_726 = ((L_725)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___fontAsset_1;
|
|
__this->___m_CurrentFontAsset_7 = L_726;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_726);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_727 = __this->___m_MaterialReferences_85;
|
|
NullCheck(L_727);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_728 = ((L_727)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___material_3;
|
|
__this->___m_CurrentMaterial_8 = L_728;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_728);
|
|
__this->___m_CurrentMaterialIndex_9 = 0;
|
|
float L_729 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_730 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_730);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_731;
|
|
L_731 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_730, NULL);
|
|
V_63 = L_731;
|
|
int32_t L_732;
|
|
L_732 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_733 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_733);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_734;
|
|
L_734 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_733, NULL);
|
|
V_63 = L_734;
|
|
float L_735;
|
|
L_735 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_729/((float)L_732))), L_735));
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_736 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_737 = __this->___m_MaterialReferences_85;
|
|
NullCheck(L_737);
|
|
int32_t L_738 = 0;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_739 = (L_737)->GetAt(static_cast<il2cpp_array_size_t>(L_738));
|
|
TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731(L_736, L_739, TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1bd0:
|
|
{
|
|
int32_t L_740 = V_40;
|
|
bool L_741;
|
|
L_741 = MaterialReferenceManager_TryGetFontAsset_m499C7538909343667E9B837489662862CFF9FB56(L_740, (&V_43), NULL);
|
|
V_86 = (bool)((((int32_t)L_741) == ((int32_t)0))? 1 : 0);
|
|
bool L_742 = V_86;
|
|
if (!L_742)
|
|
{
|
|
goto IL_1c41;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_743 = V_0;
|
|
NullCheck(L_743);
|
|
String_t* L_744;
|
|
L_744 = TextSettings_get_defaultFontAssetPath_mF7B1713753CFAE048C745C3572332CE18CD51D3B_inline(L_743, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_745 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_746 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_746);
|
|
int32_t L_747 = ((L_746)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_748 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_748);
|
|
int32_t L_749 = ((L_748)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
String_t* L_750;
|
|
L_750 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_745, L_747, L_749, NULL);
|
|
String_t* L_751;
|
|
L_751 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_744, L_750, NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_752;
|
|
L_752 = Resources_Load_TisFontAsset_t61A6446D934E582651044E33D250EA8D306AB958_m01463D8A27B3AC5957F1EFD218945A9621F00E2C(L_751, Resources_Load_TisFontAsset_t61A6446D934E582651044E33D250EA8D306AB958_m01463D8A27B3AC5957F1EFD218945A9621F00E2C_RuntimeMethod_var);
|
|
V_43 = L_752;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_753 = V_43;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_754;
|
|
L_754 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_753, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_87 = L_754;
|
|
bool L_755 = V_87;
|
|
if (!L_755)
|
|
{
|
|
goto IL_1c38;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1c38:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_756 = V_43;
|
|
MaterialReferenceManager_AddFontAsset_mF950087FC7EAA324CC15D3E19D62138A96F6FDF7(L_756, NULL);
|
|
}
|
|
|
|
IL_1c41:
|
|
{
|
|
int32_t L_757 = V_41;
|
|
if (L_757)
|
|
{
|
|
goto IL_1c4c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_758 = V_42;
|
|
G_B432_0 = ((((int32_t)L_758) == ((int32_t)0))? 1 : 0);
|
|
goto IL_1c4d;
|
|
}
|
|
|
|
IL_1c4c:
|
|
{
|
|
G_B432_0 = 0;
|
|
}
|
|
|
|
IL_1c4d:
|
|
{
|
|
V_88 = (bool)G_B432_0;
|
|
bool L_759 = V_88;
|
|
if (!L_759)
|
|
{
|
|
goto IL_1ca3;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_760 = V_43;
|
|
NullCheck(L_760);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_761;
|
|
L_761 = TextAsset_get_material_m4B9C02D34426436FDB01F1963A9FDC11D75604EF_inline(L_760, NULL);
|
|
__this->___m_CurrentMaterial_8 = L_761;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_761);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_762 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_763 = V_43;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_764 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_765 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_766;
|
|
L_766 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_762, L_763, L_764, L_765, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_766;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_767 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_768 = __this->___m_MaterialReferences_85;
|
|
int32_t L_769 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_768);
|
|
int32_t L_770 = L_769;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_771 = (L_768)->GetAt(static_cast<il2cpp_array_size_t>(L_770));
|
|
TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731(L_767, L_771, TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
goto IL_1dc2;
|
|
}
|
|
|
|
IL_1ca3:
|
|
{
|
|
int32_t L_772 = V_41;
|
|
V_89 = (bool)((((int64_t)((int64_t)L_772)) == ((int64_t)((int64_t)((int32_t)825491659))))? 1 : 0);
|
|
bool L_773 = V_89;
|
|
if (!L_773)
|
|
{
|
|
goto IL_1dba;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_774 = V_42;
|
|
bool L_775;
|
|
L_775 = MaterialReferenceManager_TryGetMaterial_mDC2610737935CD2DE6B1F6302F63C2F3BF7E09CF(L_774, (&V_44), NULL);
|
|
V_90 = L_775;
|
|
bool L_776 = V_90;
|
|
if (!L_776)
|
|
{
|
|
goto IL_1d12;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_777 = V_44;
|
|
__this->___m_CurrentMaterial_8 = L_777;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_777);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_778 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_779 = V_43;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_780 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_781 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_782;
|
|
L_782 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_778, L_779, L_780, L_781, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_782;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_783 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_784 = __this->___m_MaterialReferences_85;
|
|
int32_t L_785 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_784);
|
|
int32_t L_786 = L_785;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_787 = (L_784)->GetAt(static_cast<il2cpp_array_size_t>(L_786));
|
|
TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731(L_783, L_787, TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
goto IL_1db7;
|
|
}
|
|
|
|
IL_1d12:
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_788 = V_0;
|
|
NullCheck(L_788);
|
|
String_t* L_789;
|
|
L_789 = TextSettings_get_defaultFontAssetPath_mF7B1713753CFAE048C745C3572332CE18CD51D3B_inline(L_788, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_790 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_791 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_791);
|
|
int32_t L_792 = ((L_791)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_793 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_793);
|
|
int32_t L_794 = ((L_793)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueLength_3;
|
|
String_t* L_795;
|
|
L_795 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_790, L_792, L_794, NULL);
|
|
String_t* L_796;
|
|
L_796 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_789, L_795, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_797;
|
|
L_797 = Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E(L_796, Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var);
|
|
V_44 = L_797;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_798 = V_44;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_799;
|
|
L_799 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_798, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_91 = L_799;
|
|
bool L_800 = V_91;
|
|
if (!L_800)
|
|
{
|
|
goto IL_1d68;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1d68:
|
|
{
|
|
int32_t L_801 = V_42;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_802 = V_44;
|
|
MaterialReferenceManager_AddFontMaterial_m76DC9390D0599D1AC898AE981C8756EA0E536AA6(L_801, L_802, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_803 = V_44;
|
|
__this->___m_CurrentMaterial_8 = L_803;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_803);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_804 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_805 = V_43;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_806 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_807 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_808;
|
|
L_808 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_804, L_805, L_806, L_807, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_808;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_809 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_810 = __this->___m_MaterialReferences_85;
|
|
int32_t L_811 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_810);
|
|
int32_t L_812 = L_811;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_813 = (L_810)->GetAt(static_cast<il2cpp_array_size_t>(L_812));
|
|
TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731(L_809, L_813, TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_1db7:
|
|
{
|
|
goto IL_1dc2;
|
|
}
|
|
|
|
IL_1dba:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1dc2:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_814 = V_43;
|
|
__this->___m_CurrentFontAsset_7 = L_814;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_814);
|
|
float L_815 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_816 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_816);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_817;
|
|
L_817 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_816, NULL);
|
|
V_63 = L_817;
|
|
int32_t L_818;
|
|
L_818 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_819 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_819);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_820;
|
|
L_820 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_819, NULL);
|
|
V_63 = L_820;
|
|
float L_821;
|
|
L_821 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_815/((float)L_818))), L_821));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1e09:
|
|
{
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_822 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_823;
|
|
L_823 = TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0(L_822, TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0_RuntimeMethod_var);
|
|
V_92 = L_823;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_824 = V_92;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_825 = L_824.___fontAsset_1;
|
|
__this->___m_CurrentFontAsset_7 = L_825;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_825);
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_826 = V_92;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_827 = L_826.___material_3;
|
|
__this->___m_CurrentMaterial_8 = L_827;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_827);
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_828 = V_92;
|
|
int32_t L_829 = L_828.___index_0;
|
|
__this->___m_CurrentMaterialIndex_9 = L_829;
|
|
float L_830 = __this->___m_CurrentFontSize_17;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_831 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_831);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_832;
|
|
L_832 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_831, NULL);
|
|
V_63 = L_832;
|
|
int32_t L_833;
|
|
L_833 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_63), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_834 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_834);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_835;
|
|
L_835 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_834, NULL);
|
|
V_63 = L_835;
|
|
float L_836;
|
|
L_836 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_63), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(L_830/((float)L_833))), L_836));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1e7d:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_837 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_837);
|
|
int32_t L_838 = ((L_837)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
V_42 = L_838;
|
|
int32_t L_839 = V_42;
|
|
V_93 = (bool)((((int32_t)L_839) == ((int32_t)((int32_t)-620974005)))? 1 : 0);
|
|
bool L_840 = V_93;
|
|
if (!L_840)
|
|
{
|
|
goto IL_1ede;
|
|
}
|
|
}
|
|
{
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_841 = __this->___m_MaterialReferences_85;
|
|
NullCheck(L_841);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_842 = ((L_841)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___material_3;
|
|
__this->___m_CurrentMaterial_8 = L_842;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_842);
|
|
__this->___m_CurrentMaterialIndex_9 = 0;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_843 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_844 = __this->___m_MaterialReferences_85;
|
|
NullCheck(L_844);
|
|
int32_t L_845 = 0;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_846 = (L_844)->GetAt(static_cast<il2cpp_array_size_t>(L_845));
|
|
TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731(L_843, L_846, TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1ede:
|
|
{
|
|
int32_t L_847 = V_42;
|
|
bool L_848;
|
|
L_848 = MaterialReferenceManager_TryGetMaterial_mDC2610737935CD2DE6B1F6302F63C2F3BF7E09CF(L_847, (&V_44), NULL);
|
|
V_94 = L_848;
|
|
bool L_849 = V_94;
|
|
if (!L_849)
|
|
{
|
|
goto IL_1f3c;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_850 = V_44;
|
|
__this->___m_CurrentMaterial_8 = L_850;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_850);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_851 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_852 = __this->___m_CurrentFontAsset_7;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_853 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_854 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_855;
|
|
L_855 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_851, L_852, L_853, L_854, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_855;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_856 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_857 = __this->___m_MaterialReferences_85;
|
|
int32_t L_858 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_857);
|
|
int32_t L_859 = L_858;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_860 = (L_857)->GetAt(static_cast<il2cpp_array_size_t>(L_859));
|
|
TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731(L_856, L_860, TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
goto IL_1fe5;
|
|
}
|
|
|
|
IL_1f3c:
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_861 = V_0;
|
|
NullCheck(L_861);
|
|
String_t* L_862;
|
|
L_862 = TextSettings_get_defaultFontAssetPath_mF7B1713753CFAE048C745C3572332CE18CD51D3B_inline(L_861, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_863 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_864 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_864);
|
|
int32_t L_865 = ((L_864)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_866 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_866);
|
|
int32_t L_867 = ((L_866)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
String_t* L_868;
|
|
L_868 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_863, L_865, L_867, NULL);
|
|
String_t* L_869;
|
|
L_869 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_862, L_868, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_870;
|
|
L_870 = Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E(L_869, Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var);
|
|
V_44 = L_870;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_871 = V_44;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_872;
|
|
L_872 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_871, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_95 = L_872;
|
|
bool L_873 = V_95;
|
|
if (!L_873)
|
|
{
|
|
goto IL_1f92;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1f92:
|
|
{
|
|
int32_t L_874 = V_42;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_875 = V_44;
|
|
MaterialReferenceManager_AddFontMaterial_m76DC9390D0599D1AC898AE981C8756EA0E536AA6(L_874, L_875, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_876 = V_44;
|
|
__this->___m_CurrentMaterial_8 = L_876;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_876);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_877 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_878 = __this->___m_CurrentFontAsset_7;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_879 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_880 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_881;
|
|
L_881 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_877, L_878, L_879, L_880, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_881;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_882 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_883 = __this->___m_MaterialReferences_85;
|
|
int32_t L_884 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_883);
|
|
int32_t L_885 = L_884;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_886 = (L_883)->GetAt(static_cast<il2cpp_array_size_t>(L_885));
|
|
TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731(L_882, L_886, TextProcessingStack_1_Add_m0366B4DC6F32155BD3BDB9FA5AB645A54C233731_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_1fe5:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_1fed:
|
|
{
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_887 = (&__this->___m_MaterialReferenceStack_10);
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_888;
|
|
L_888 = TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0(L_887, TextProcessingStack_1_Remove_m24EDA872BB55BFF4493268F713CFBA50102917D0_RuntimeMethod_var);
|
|
V_96 = L_888;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_889 = V_96;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_890 = L_889.___material_3;
|
|
__this->___m_CurrentMaterial_8 = L_890;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_890);
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_891 = V_96;
|
|
int32_t L_892 = L_891.___index_0;
|
|
__this->___m_CurrentMaterialIndex_9 = L_892;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_201d:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_893 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_894 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_894);
|
|
int32_t L_895 = ((L_894)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_896 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_896);
|
|
int32_t L_897 = ((L_896)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_898;
|
|
L_898 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_893, L_895, L_897, NULL);
|
|
V_39 = L_898;
|
|
float L_899 = V_39;
|
|
V_97 = (bool)((((float)L_899) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_900 = V_97;
|
|
if (!L_900)
|
|
{
|
|
goto IL_2063;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2063:
|
|
{
|
|
int32_t L_901 = V_3;
|
|
V_99 = L_901;
|
|
int32_t L_902 = V_99;
|
|
V_98 = L_902;
|
|
int32_t L_903 = V_98;
|
|
switch (L_903)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_207f;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_2096;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_20d8;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_20e0;
|
|
}
|
|
|
|
IL_207f:
|
|
{
|
|
float L_904 = __this->___m_XAdvance_43;
|
|
float L_905 = V_39;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_904, L_905));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2096:
|
|
{
|
|
float L_906 = __this->___m_XAdvance_43;
|
|
float L_907 = V_39;
|
|
float L_908 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_909 = ___3_generationSettings;
|
|
NullCheck(L_909);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_910 = L_909->___fontAsset_4;
|
|
NullCheck(L_910);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_911;
|
|
L_911 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_910, NULL);
|
|
V_63 = L_911;
|
|
float L_912;
|
|
L_912 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_913 = ___3_generationSettings;
|
|
NullCheck(L_913);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_914 = L_913->___fontAsset_4;
|
|
NullCheck(L_914);
|
|
uint8_t L_915;
|
|
L_915 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_914, NULL);
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_906, ((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_907, L_908)), L_912))/((float)L_915)))));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_20d8:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_20e0:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_20e8:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_916 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_916);
|
|
int32_t L_917 = ((L_916)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
V_100 = (bool)((((int32_t)((((int32_t)L_917) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_918 = V_100;
|
|
if (!L_918)
|
|
{
|
|
goto IL_210d;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_210d:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_919 = (&__this->___m_HtmlColor_28);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_920 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_920);
|
|
int32_t L_921 = 7;
|
|
uint16_t L_922 = (uint16_t)(L_920)->GetAt(static_cast<il2cpp_array_size_t>(L_921));
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
int32_t L_923;
|
|
L_923 = TextGeneratorUtilities_HexToInt_m3017B82A336E3DB4B577D95AF6ADD393000AEB63(L_922, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_924 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_924);
|
|
int32_t L_925 = 8;
|
|
uint16_t L_926 = (uint16_t)(L_924)->GetAt(static_cast<il2cpp_array_size_t>(L_925));
|
|
int32_t L_927;
|
|
L_927 = TextGeneratorUtilities_HexToInt_m3017B82A336E3DB4B577D95AF6ADD393000AEB63(L_926, NULL);
|
|
L_919->___a_4 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_923, ((int32_t)16))), L_927)));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_213f:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2147:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_214f:
|
|
{
|
|
bool L_928 = __this->___m_IsParsingText_72;
|
|
if (!L_928)
|
|
{
|
|
goto IL_2162;
|
|
}
|
|
}
|
|
{
|
|
bool L_929 = __this->___m_IsCalculatingPreferredValues_94;
|
|
G_B469_0 = ((((int32_t)L_929) == ((int32_t)0))? 1 : 0);
|
|
goto IL_2163;
|
|
}
|
|
|
|
IL_2162:
|
|
{
|
|
G_B469_0 = 0;
|
|
}
|
|
|
|
IL_2163:
|
|
{
|
|
V_101 = (bool)G_B469_0;
|
|
bool L_930 = V_101;
|
|
if (!L_930)
|
|
{
|
|
goto IL_2260;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_931 = ___4_textInfo;
|
|
NullCheck(L_931);
|
|
int32_t L_932 = L_931->___linkCount_6;
|
|
V_102 = L_932;
|
|
int32_t L_933 = V_102;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_934 = ___4_textInfo;
|
|
NullCheck(L_934);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_935 = L_934->___linkInfo_12;
|
|
NullCheck(L_935);
|
|
V_103 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(L_933, 1))) > ((int32_t)((int32_t)(((RuntimeArray*)L_935)->max_length))))? 1 : 0);
|
|
bool L_936 = V_103;
|
|
if (!L_936)
|
|
{
|
|
goto IL_219c;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_937 = ___4_textInfo;
|
|
NullCheck(L_937);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51** L_938 = (&L_937->___linkInfo_12);
|
|
int32_t L_939 = V_102;
|
|
il2cpp_codegen_runtime_class_init_inline(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
TextInfo_Resize_TisLinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_m69E901740AA5A1BA1DB56BF6E903819E8360A6F9(L_938, ((int32_t)il2cpp_codegen_add(L_939, 1)), TextInfo_Resize_TisLinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_m69E901740AA5A1BA1DB56BF6E903819E8360A6F9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_219c:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_940 = ___4_textInfo;
|
|
NullCheck(L_940);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_941 = L_940->___linkInfo_12;
|
|
int32_t L_942 = V_102;
|
|
NullCheck(L_941);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_943 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_943);
|
|
int32_t L_944 = ((L_943)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
((L_941)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_942)))->___hashCode_0 = L_944;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_945 = ___4_textInfo;
|
|
NullCheck(L_945);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_946 = L_945->___linkInfo_12;
|
|
int32_t L_947 = V_102;
|
|
NullCheck(L_946);
|
|
int32_t L_948 = __this->___m_CharacterCount_48;
|
|
((L_946)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_947)))->___linkTextfirstCharacterIndex_3 = L_948;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_949 = ___4_textInfo;
|
|
NullCheck(L_949);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_950 = L_949->___linkInfo_12;
|
|
int32_t L_951 = V_102;
|
|
NullCheck(L_950);
|
|
int32_t L_952 = ___1_startIndex;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_953 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_953);
|
|
int32_t L_954 = ((L_953)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
((L_950)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_951)))->___linkIdFirstCharacterIndex_1 = ((int32_t)il2cpp_codegen_add(L_952, L_954));
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_955 = ___4_textInfo;
|
|
NullCheck(L_955);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_956 = L_955->___linkInfo_12;
|
|
int32_t L_957 = V_102;
|
|
NullCheck(L_956);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_958 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_958);
|
|
int32_t L_959 = ((L_958)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
((L_956)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_957)))->___linkIdLength_2 = L_959;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_960 = ___4_textInfo;
|
|
NullCheck(L_960);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_961 = L_960->___linkInfo_12;
|
|
int32_t L_962 = V_102;
|
|
NullCheck(L_961);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_963 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_964 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_964);
|
|
int32_t L_965 = ((L_964)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_966 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_966);
|
|
int32_t L_967 = ((L_966)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
LinkInfo_SetLinkId_mB4145264190D5C857705261CB27F87C6E10C3F3F(((L_961)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_962))), L_963, L_965, L_967, NULL);
|
|
}
|
|
|
|
IL_2260:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2268:
|
|
{
|
|
bool L_968 = __this->___m_IsParsingText_72;
|
|
if (!L_968)
|
|
{
|
|
goto IL_227b;
|
|
}
|
|
}
|
|
{
|
|
bool L_969 = __this->___m_IsCalculatingPreferredValues_94;
|
|
G_B477_0 = ((((int32_t)L_969) == ((int32_t)0))? 1 : 0);
|
|
goto IL_227c;
|
|
}
|
|
|
|
IL_227b:
|
|
{
|
|
G_B477_0 = 0;
|
|
}
|
|
|
|
IL_227c:
|
|
{
|
|
V_104 = (bool)G_B477_0;
|
|
bool L_970 = V_104;
|
|
if (!L_970)
|
|
{
|
|
goto IL_22e4;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_971 = ___4_textInfo;
|
|
NullCheck(L_971);
|
|
int32_t L_972 = L_971->___linkCount_6;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_973 = ___4_textInfo;
|
|
NullCheck(L_973);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_974 = L_973->___linkInfo_12;
|
|
NullCheck(L_974);
|
|
V_105 = (bool)((((int32_t)L_972) < ((int32_t)((int32_t)(((RuntimeArray*)L_974)->max_length))))? 1 : 0);
|
|
bool L_975 = V_105;
|
|
if (!L_975)
|
|
{
|
|
goto IL_22e3;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_976 = ___4_textInfo;
|
|
NullCheck(L_976);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_977 = L_976->___linkInfo_12;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_978 = ___4_textInfo;
|
|
NullCheck(L_978);
|
|
int32_t L_979 = L_978->___linkCount_6;
|
|
NullCheck(L_977);
|
|
int32_t L_980 = __this->___m_CharacterCount_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_981 = ___4_textInfo;
|
|
NullCheck(L_981);
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* L_982 = L_981->___linkInfo_12;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_983 = ___4_textInfo;
|
|
NullCheck(L_983);
|
|
int32_t L_984 = L_983->___linkCount_6;
|
|
NullCheck(L_982);
|
|
int32_t L_985 = ((L_982)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_984)))->___linkTextfirstCharacterIndex_3;
|
|
((L_977)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_979)))->___linkTextLength_4 = ((int32_t)il2cpp_codegen_subtract(L_980, L_985));
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_986 = ___4_textInfo;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_987 = L_986;
|
|
NullCheck(L_987);
|
|
int32_t L_988 = L_987->___linkCount_6;
|
|
NullCheck(L_987);
|
|
L_987->___linkCount_6 = ((int32_t)il2cpp_codegen_add(L_988, 1));
|
|
}
|
|
|
|
IL_22e3:
|
|
{
|
|
}
|
|
|
|
IL_22e4:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_22ec:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_989 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_989);
|
|
int32_t L_990 = ((L_989)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
V_107 = L_990;
|
|
int32_t L_991 = V_107;
|
|
V_106 = L_991;
|
|
int32_t L_992 = V_106;
|
|
if ((((int32_t)L_992) > ((int32_t)((int32_t)2660507))))
|
|
{
|
|
goto IL_2328;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_993 = V_106;
|
|
if ((((int32_t)L_993) == ((int32_t)((int32_t)-1591113269))))
|
|
{
|
|
goto IL_2399;
|
|
}
|
|
}
|
|
{
|
|
goto IL_231a;
|
|
}
|
|
|
|
IL_231a:
|
|
{
|
|
int32_t L_994 = V_106;
|
|
if ((((int32_t)L_994) == ((int32_t)((int32_t)2660507))))
|
|
{
|
|
goto IL_234f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2408;
|
|
}
|
|
|
|
IL_2328:
|
|
{
|
|
int32_t L_995 = V_106;
|
|
if ((((int32_t)L_995) == ((int32_t)((int32_t)85552164))))
|
|
{
|
|
goto IL_23e3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2336;
|
|
}
|
|
|
|
IL_2336:
|
|
{
|
|
int32_t L_996 = V_106;
|
|
if ((((int32_t)L_996) == ((int32_t)((int32_t)99937376))))
|
|
{
|
|
goto IL_2374;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2341;
|
|
}
|
|
|
|
IL_2341:
|
|
{
|
|
int32_t L_997 = V_106;
|
|
if ((((int32_t)L_997) == ((int32_t)((int32_t)817091359))))
|
|
{
|
|
goto IL_23be;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2408;
|
|
}
|
|
|
|
IL_234f:
|
|
{
|
|
__this->___m_LineJustification_23 = ((int32_t)513);
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* L_998 = (&__this->___m_LineJustificationStack_24);
|
|
int32_t L_999 = __this->___m_LineJustification_23;
|
|
TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125(L_998, L_999, TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2374:
|
|
{
|
|
__this->___m_LineJustification_23 = ((int32_t)516);
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* L_1000 = (&__this->___m_LineJustificationStack_24);
|
|
int32_t L_1001 = __this->___m_LineJustification_23;
|
|
TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125(L_1000, L_1001, TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2399:
|
|
{
|
|
__this->___m_LineJustification_23 = ((int32_t)514);
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* L_1002 = (&__this->___m_LineJustificationStack_24);
|
|
int32_t L_1003 = __this->___m_LineJustification_23;
|
|
TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125(L_1002, L_1003, TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_23be:
|
|
{
|
|
__this->___m_LineJustification_23 = ((int32_t)520);
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* L_1004 = (&__this->___m_LineJustificationStack_24);
|
|
int32_t L_1005 = __this->___m_LineJustification_23;
|
|
TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125(L_1004, L_1005, TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_23e3:
|
|
{
|
|
__this->___m_LineJustification_23 = ((int32_t)528);
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* L_1006 = (&__this->___m_LineJustificationStack_24);
|
|
int32_t L_1007 = __this->___m_LineJustification_23;
|
|
TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125(L_1006, L_1007, TextProcessingStack_1_Add_m274EBB250C6149AB4014207A84EC9F3F83C39125_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2408:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2410:
|
|
{
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* L_1008 = (&__this->___m_LineJustificationStack_24);
|
|
int32_t L_1009;
|
|
L_1009 = TextProcessingStack_1_Remove_m3C7936195E04FE5C7BD27A56E88A06DEDA9EA5BF(L_1008, TextProcessingStack_1_Remove_m3C7936195E04FE5C7BD27A56E88A06DEDA9EA5BF_RuntimeMethod_var);
|
|
__this->___m_LineJustification_23 = L_1009;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2429:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1010 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1011 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1011);
|
|
int32_t L_1012 = ((L_1011)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1013 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1013);
|
|
int32_t L_1014 = ((L_1013)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1015;
|
|
L_1015 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1010, L_1012, L_1014, NULL);
|
|
V_39 = L_1015;
|
|
float L_1016 = V_39;
|
|
V_108 = (bool)((((float)L_1016) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1017 = V_108;
|
|
if (!L_1017)
|
|
{
|
|
goto IL_246f;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_246f:
|
|
{
|
|
int32_t L_1018 = V_3;
|
|
V_110 = L_1018;
|
|
int32_t L_1019 = V_110;
|
|
V_109 = L_1019;
|
|
int32_t L_1020 = V_109;
|
|
switch (L_1020)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_248b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_2495;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_249d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_24b4;
|
|
}
|
|
|
|
IL_248b:
|
|
{
|
|
float L_1021 = V_39;
|
|
__this->___m_Width_61 = L_1021;
|
|
goto IL_24b4;
|
|
}
|
|
|
|
IL_2495:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_249d:
|
|
{
|
|
float L_1022 = __this->___m_MarginWidth_2;
|
|
float L_1023 = V_39;
|
|
__this->___m_Width_61 = ((float)(((float)il2cpp_codegen_multiply(L_1022, L_1023))/(100.0f)));
|
|
goto IL_24b4;
|
|
}
|
|
|
|
IL_24b4:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_24bc:
|
|
{
|
|
__this->___m_Width_61 = (-1.0f);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_24cf:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1024 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_1024);
|
|
int32_t L_1025 = 6;
|
|
uint16_t L_1026 = (uint16_t)(L_1024)->GetAt(static_cast<il2cpp_array_size_t>(L_1025));
|
|
if ((!(((uint32_t)L_1026) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_24e2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1027 = V_1;
|
|
G_B512_0 = ((((int32_t)L_1027) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
goto IL_24e3;
|
|
}
|
|
|
|
IL_24e2:
|
|
{
|
|
G_B512_0 = 0;
|
|
}
|
|
|
|
IL_24e3:
|
|
{
|
|
V_111 = (bool)G_B512_0;
|
|
bool L_1028 = V_111;
|
|
if (!L_1028)
|
|
{
|
|
goto IL_2516;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1029 = __this->___m_RichTextTag_92;
|
|
int32_t L_1030 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1031;
|
|
L_1031 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_1029, L_1030, NULL);
|
|
__this->___m_HtmlColor_28 = L_1031;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1032 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1033 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1032, L_1033, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2516:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1034 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_1034);
|
|
int32_t L_1035 = 6;
|
|
uint16_t L_1036 = (uint16_t)(L_1034)->GetAt(static_cast<il2cpp_array_size_t>(L_1035));
|
|
if ((!(((uint32_t)L_1036) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_2529;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1037 = V_1;
|
|
G_B517_0 = ((((int32_t)L_1037) == ((int32_t)((int32_t)11)))? 1 : 0);
|
|
goto IL_252a;
|
|
}
|
|
|
|
IL_2529:
|
|
{
|
|
G_B517_0 = 0;
|
|
}
|
|
|
|
IL_252a:
|
|
{
|
|
V_112 = (bool)G_B517_0;
|
|
bool L_1038 = V_112;
|
|
if (!L_1038)
|
|
{
|
|
goto IL_255d;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1039 = __this->___m_RichTextTag_92;
|
|
int32_t L_1040 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1041;
|
|
L_1041 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_1039, L_1040, NULL);
|
|
__this->___m_HtmlColor_28 = L_1041;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1042 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1043 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1042, L_1043, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_255d:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1044 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_1044);
|
|
int32_t L_1045 = 6;
|
|
uint16_t L_1046 = (uint16_t)(L_1044)->GetAt(static_cast<il2cpp_array_size_t>(L_1045));
|
|
if ((!(((uint32_t)L_1046) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_2570;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1047 = V_1;
|
|
G_B522_0 = ((((int32_t)L_1047) == ((int32_t)((int32_t)13)))? 1 : 0);
|
|
goto IL_2571;
|
|
}
|
|
|
|
IL_2570:
|
|
{
|
|
G_B522_0 = 0;
|
|
}
|
|
|
|
IL_2571:
|
|
{
|
|
V_113 = (bool)G_B522_0;
|
|
bool L_1048 = V_113;
|
|
if (!L_1048)
|
|
{
|
|
goto IL_25a4;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1049 = __this->___m_RichTextTag_92;
|
|
int32_t L_1050 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1051;
|
|
L_1051 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_1049, L_1050, NULL);
|
|
__this->___m_HtmlColor_28 = L_1051;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1052 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1053 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1052, L_1053, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_25a4:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1054 = __this->___m_RichTextTag_92;
|
|
NullCheck(L_1054);
|
|
int32_t L_1055 = 6;
|
|
uint16_t L_1056 = (uint16_t)(L_1054)->GetAt(static_cast<il2cpp_array_size_t>(L_1055));
|
|
if ((!(((uint32_t)L_1056) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_25b7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1057 = V_1;
|
|
G_B527_0 = ((((int32_t)L_1057) == ((int32_t)((int32_t)15)))? 1 : 0);
|
|
goto IL_25b8;
|
|
}
|
|
|
|
IL_25b7:
|
|
{
|
|
G_B527_0 = 0;
|
|
}
|
|
|
|
IL_25b8:
|
|
{
|
|
V_114 = (bool)G_B527_0;
|
|
bool L_1058 = V_114;
|
|
if (!L_1058)
|
|
{
|
|
goto IL_25eb;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1059 = __this->___m_RichTextTag_92;
|
|
int32_t L_1060 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1061;
|
|
L_1061 = TextGeneratorUtilities_HexCharsToColor_m2C739FBEC67C612B593FDF344E5875F0C0D8AC31(L_1059, L_1060, NULL);
|
|
__this->___m_HtmlColor_28 = L_1061;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1062 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1063 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1062, L_1063, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_25eb:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1064 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1064);
|
|
int32_t L_1065 = ((L_1064)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
V_116 = L_1065;
|
|
int32_t L_1066 = V_116;
|
|
V_115 = L_1066;
|
|
int32_t L_1067 = V_115;
|
|
if ((((int32_t)L_1067) > ((int32_t)((int32_t)91635))))
|
|
{
|
|
goto IL_264f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1068 = V_115;
|
|
if ((((int32_t)L_1068) > ((int32_t)((int32_t)-1108587920))))
|
|
{
|
|
goto IL_2633;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1069 = V_115;
|
|
if ((((int32_t)L_1069) == ((int32_t)((int32_t)-1250222130))))
|
|
{
|
|
goto IL_2797;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2622;
|
|
}
|
|
|
|
IL_2622:
|
|
{
|
|
int32_t L_1070 = V_115;
|
|
if ((((int32_t)L_1070) == ((int32_t)((int32_t)-1108587920))))
|
|
{
|
|
goto IL_2762;
|
|
}
|
|
}
|
|
{
|
|
goto IL_27f7;
|
|
}
|
|
|
|
IL_2633:
|
|
{
|
|
int32_t L_1071 = V_115;
|
|
if ((((int32_t)L_1071) == ((int32_t)((int32_t)-882444668))))
|
|
{
|
|
goto IL_27cd;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2641;
|
|
}
|
|
|
|
IL_2641:
|
|
{
|
|
int32_t L_1072 = V_115;
|
|
if ((((int32_t)L_1072) == ((int32_t)((int32_t)91635))))
|
|
{
|
|
goto IL_2690;
|
|
}
|
|
}
|
|
{
|
|
goto IL_27f7;
|
|
}
|
|
|
|
IL_264f:
|
|
{
|
|
int32_t L_1073 = V_115;
|
|
if ((((int32_t)L_1073) > ((int32_t)((int32_t)81074727))))
|
|
{
|
|
goto IL_2671;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1074 = V_115;
|
|
if ((((int32_t)L_1074) == ((int32_t)((int32_t)2457214))))
|
|
{
|
|
goto IL_26ba;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2663;
|
|
}
|
|
|
|
IL_2663:
|
|
{
|
|
int32_t L_1075 = V_115;
|
|
if ((((int32_t)L_1075) == ((int32_t)((int32_t)81074727))))
|
|
{
|
|
goto IL_26e4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_27f7;
|
|
}
|
|
|
|
IL_2671:
|
|
{
|
|
int32_t L_1076 = V_115;
|
|
if ((((int32_t)L_1076) == ((int32_t)((int32_t)87065851))))
|
|
{
|
|
goto IL_270e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_267f;
|
|
}
|
|
|
|
IL_267f:
|
|
{
|
|
int32_t L_1077 = V_115;
|
|
if ((((int32_t)L_1077) == ((int32_t)((int32_t)105680263))))
|
|
{
|
|
goto IL_2738;
|
|
}
|
|
}
|
|
{
|
|
goto IL_27f7;
|
|
}
|
|
|
|
IL_2690:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1078;
|
|
L_1078 = Color_get_red_mA2E53E7173FDC97E68E335049AB0FAAEE43A844D_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1079;
|
|
L_1079 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_1078, NULL);
|
|
__this->___m_HtmlColor_28 = L_1079;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1080 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1081 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1080, L_1081, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_26ba:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1082;
|
|
L_1082 = Color_get_blue_mF04A26CE61D6DA3C0D8B1C4720901B1028C7AB87_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1083;
|
|
L_1083 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_1082, NULL);
|
|
__this->___m_HtmlColor_28 = L_1083;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1084 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1085 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1084, L_1085, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_26e4:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1086;
|
|
L_1086 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1087;
|
|
L_1087 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_1086, NULL);
|
|
__this->___m_HtmlColor_28 = L_1087;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1088 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1089 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1088, L_1089, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_270e:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1090;
|
|
L_1090 = Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1091;
|
|
L_1091 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_1090, NULL);
|
|
__this->___m_HtmlColor_28 = L_1091;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1092 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1093 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1092, L_1093, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2738:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1094;
|
|
L_1094 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1095;
|
|
L_1095 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_1094, NULL);
|
|
__this->___m_HtmlColor_28 = L_1095;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1096 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1097 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1096, L_1097, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2762:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1098;
|
|
memset((&L_1098), 0, sizeof(L_1098));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_1098), (uint8_t)((int32_t)255), (uint8_t)((int32_t)128), (uint8_t)0, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
__this->___m_HtmlColor_28 = L_1098;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1099 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1100 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1099, L_1100, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2797:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1101;
|
|
memset((&L_1101), 0, sizeof(L_1101));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_1101), (uint8_t)((int32_t)160), (uint8_t)((int32_t)32), (uint8_t)((int32_t)240), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
__this->___m_HtmlColor_28 = L_1101;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1102 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1103 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1102, L_1103, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_27cd:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1104;
|
|
L_1104 = Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1105;
|
|
L_1105 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_1104, NULL);
|
|
__this->___m_HtmlColor_28 = L_1105;
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1106 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1107 = __this->___m_HtmlColor_28;
|
|
TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976(L_1106, L_1107, TextProcessingStack_1_Add_m148F8814DD4AD1B3B4C837FBC1B627E687D1E976_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_27f7:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_27ff:
|
|
{
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_1108 = (&__this->___m_ColorStack_31);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1109;
|
|
L_1109 = TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE(L_1108, TextProcessingStack_1_Remove_mCEB203288B57A916CE3C9482E239BF59D7A3BBBE_RuntimeMethod_var);
|
|
__this->___m_HtmlColor_28 = L_1109;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2818:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1110 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1110);
|
|
int32_t L_1111 = ((L_1110)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
V_45 = L_1111;
|
|
int32_t L_1112 = V_45;
|
|
bool L_1113;
|
|
L_1113 = MaterialReferenceManager_TryGetColorGradientPreset_m7442603626A04928C6C042BDAC3D3957B8C0AA99(L_1112, (&V_46), NULL);
|
|
V_117 = L_1113;
|
|
bool L_1114 = V_117;
|
|
if (!L_1114)
|
|
{
|
|
goto IL_2846;
|
|
}
|
|
}
|
|
{
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1115 = V_46;
|
|
__this->___m_ColorGradientPreset_35 = L_1115;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorGradientPreset_35), (void*)L_1115);
|
|
goto IL_28bf;
|
|
}
|
|
|
|
IL_2846:
|
|
{
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1116 = V_46;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1117;
|
|
L_1117 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1116, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_118 = L_1117;
|
|
bool L_1118 = V_118;
|
|
if (!L_1118)
|
|
{
|
|
goto IL_2896;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1119 = V_0;
|
|
NullCheck(L_1119);
|
|
String_t* L_1120;
|
|
L_1120 = TextSettings_get_defaultColorGradientPresetsPath_m1571454580E1F0DC859D3F201BB1F6355A5DBB8E_inline(L_1119, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1121 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1122 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1122);
|
|
int32_t L_1123 = ((L_1122)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1124 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1124);
|
|
int32_t L_1125 = ((L_1124)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
String_t* L_1126;
|
|
L_1126 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_1121, L_1123, L_1125, NULL);
|
|
String_t* L_1127;
|
|
L_1127 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_1120, L_1126, NULL);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1128;
|
|
L_1128 = Resources_Load_TisTextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70_mD9EFA66F643E1BFBE2BAFFA578B4E9BF23F3A279(L_1127, Resources_Load_TisTextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70_mD9EFA66F643E1BFBE2BAFFA578B4E9BF23F3A279_RuntimeMethod_var);
|
|
V_46 = L_1128;
|
|
}
|
|
|
|
IL_2896:
|
|
{
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1129 = V_46;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1130;
|
|
L_1130 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1129, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_119 = L_1130;
|
|
bool L_1131 = V_119;
|
|
if (!L_1131)
|
|
{
|
|
goto IL_28ac;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_28ac:
|
|
{
|
|
int32_t L_1132 = V_45;
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1133 = V_46;
|
|
MaterialReferenceManager_AddColorGradientPreset_m1496DD123DB526F2B3F49DD3BCAED78A6B1B83EB(L_1132, L_1133, NULL);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1134 = V_46;
|
|
__this->___m_ColorGradientPreset_35 = L_1134;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorGradientPreset_35), (void*)L_1134);
|
|
}
|
|
|
|
IL_28bf:
|
|
{
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E* L_1135 = (&__this->___m_ColorGradientStack_36);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1136 = __this->___m_ColorGradientPreset_35;
|
|
TextProcessingStack_1_Add_mFB2400CB8E620060FDD41E7FB5E57A238F67E666(L_1135, L_1136, TextProcessingStack_1_Add_mFB2400CB8E620060FDD41E7FB5E57A238F67E666_RuntimeMethod_var);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_28d9:
|
|
{
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E* L_1137 = (&__this->___m_ColorGradientStack_36);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_1138;
|
|
L_1138 = TextProcessingStack_1_Remove_mABFF8426A0D669AEEE6FB5017100904E559EEBF6(L_1137, TextProcessingStack_1_Remove_mABFF8426A0D669AEEE6FB5017100904E559EEBF6_RuntimeMethod_var);
|
|
__this->___m_ColorGradientPreset_35 = L_1138;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorGradientPreset_35), (void*)L_1138);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_28f2:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1139 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1140 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1140);
|
|
int32_t L_1141 = ((L_1140)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1142 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1142);
|
|
int32_t L_1143 = ((L_1142)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1144;
|
|
L_1144 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1139, L_1141, L_1143, NULL);
|
|
V_39 = L_1144;
|
|
float L_1145 = V_39;
|
|
V_120 = (bool)((((float)L_1145) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1146 = V_120;
|
|
if (!L_1146)
|
|
{
|
|
goto IL_2938;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2938:
|
|
{
|
|
int32_t L_1147 = V_3;
|
|
V_122 = L_1147;
|
|
int32_t L_1148 = V_122;
|
|
V_121 = L_1148;
|
|
int32_t L_1149 = V_121;
|
|
switch (L_1149)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_2954;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_295e;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_299f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_29a7;
|
|
}
|
|
|
|
IL_2954:
|
|
{
|
|
float L_1150 = V_39;
|
|
__this->___m_CSpacing_41 = L_1150;
|
|
goto IL_29a7;
|
|
}
|
|
|
|
IL_295e:
|
|
{
|
|
float L_1151 = V_39;
|
|
__this->___m_CSpacing_41 = L_1151;
|
|
float L_1152 = __this->___m_CSpacing_41;
|
|
float L_1153 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1154 = ___3_generationSettings;
|
|
NullCheck(L_1154);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1155 = L_1154->___fontAsset_4;
|
|
NullCheck(L_1155);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1156;
|
|
L_1156 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1155, NULL);
|
|
V_63 = L_1156;
|
|
float L_1157;
|
|
L_1157 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1158 = ___3_generationSettings;
|
|
NullCheck(L_1158);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1159 = L_1158->___fontAsset_4;
|
|
NullCheck(L_1159);
|
|
uint8_t L_1160;
|
|
L_1160 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_1159, NULL);
|
|
__this->___m_CSpacing_41 = ((float)il2cpp_codegen_multiply(L_1152, ((float)(((float)il2cpp_codegen_multiply(L_1153, L_1157))/((float)L_1160)))));
|
|
goto IL_29a7;
|
|
}
|
|
|
|
IL_299f:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_29a7:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_29af:
|
|
{
|
|
bool L_1161 = __this->___m_IsParsingText_72;
|
|
V_123 = (bool)((((int32_t)L_1161) == ((int32_t)0))? 1 : 0);
|
|
bool L_1162 = V_123;
|
|
if (!L_1162)
|
|
{
|
|
goto IL_29c6;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_29c6:
|
|
{
|
|
int32_t L_1163 = __this->___m_CharacterCount_48;
|
|
V_124 = (bool)((((int32_t)L_1163) > ((int32_t)0))? 1 : 0);
|
|
bool L_1164 = V_124;
|
|
if (!L_1164)
|
|
{
|
|
goto IL_2a09;
|
|
}
|
|
}
|
|
{
|
|
float L_1165 = __this->___m_XAdvance_43;
|
|
float L_1166 = __this->___m_CSpacing_41;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_subtract(L_1165, L_1166));
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_1167 = ___4_textInfo;
|
|
NullCheck(L_1167);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_1168 = L_1167->___textElementInfo_10;
|
|
int32_t L_1169 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_1168);
|
|
float L_1170 = __this->___m_XAdvance_43;
|
|
((L_1168)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_1169, 1)))))->___xAdvance_26 = L_1170;
|
|
}
|
|
|
|
IL_2a09:
|
|
{
|
|
__this->___m_CSpacing_41 = (0.0f);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2a1c:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1171 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1172 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1172);
|
|
int32_t L_1173 = ((L_1172)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1174 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1174);
|
|
int32_t L_1175 = ((L_1174)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1176;
|
|
L_1176 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1171, L_1173, L_1175, NULL);
|
|
V_39 = L_1176;
|
|
float L_1177 = V_39;
|
|
V_125 = (bool)((((float)L_1177) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1178 = V_125;
|
|
if (!L_1178)
|
|
{
|
|
goto IL_2a62;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2a62:
|
|
{
|
|
int32_t L_1179 = V_3;
|
|
V_127 = L_1179;
|
|
int32_t L_1180 = V_127;
|
|
V_126 = L_1180;
|
|
int32_t L_1181 = V_126;
|
|
switch (L_1181)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_2a7e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_2a88;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_2ac9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_2ad1;
|
|
}
|
|
|
|
IL_2a7e:
|
|
{
|
|
float L_1182 = V_39;
|
|
__this->___m_MonoSpacing_42 = L_1182;
|
|
goto IL_2ad1;
|
|
}
|
|
|
|
IL_2a88:
|
|
{
|
|
float L_1183 = V_39;
|
|
__this->___m_MonoSpacing_42 = L_1183;
|
|
float L_1184 = __this->___m_MonoSpacing_42;
|
|
float L_1185 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1186 = ___3_generationSettings;
|
|
NullCheck(L_1186);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1187 = L_1186->___fontAsset_4;
|
|
NullCheck(L_1187);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1188;
|
|
L_1188 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1187, NULL);
|
|
V_63 = L_1188;
|
|
float L_1189;
|
|
L_1189 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1190 = ___3_generationSettings;
|
|
NullCheck(L_1190);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1191 = L_1190->___fontAsset_4;
|
|
NullCheck(L_1191);
|
|
uint8_t L_1192;
|
|
L_1192 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_1191, NULL);
|
|
__this->___m_MonoSpacing_42 = ((float)il2cpp_codegen_multiply(L_1184, ((float)(((float)il2cpp_codegen_multiply(L_1185, L_1189))/((float)L_1192)))));
|
|
goto IL_2ad1;
|
|
}
|
|
|
|
IL_2ac9:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2ad1:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2ad9:
|
|
{
|
|
__this->___m_MonoSpacing_42 = (0.0f);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2aec:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2af4:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1193 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1194 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1194);
|
|
int32_t L_1195 = ((L_1194)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1196 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1196);
|
|
int32_t L_1197 = ((L_1196)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1198;
|
|
L_1198 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1193, L_1195, L_1197, NULL);
|
|
V_39 = L_1198;
|
|
float L_1199 = V_39;
|
|
V_128 = (bool)((((float)L_1199) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1200 = V_128;
|
|
if (!L_1200)
|
|
{
|
|
goto IL_2b3a;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2b3a:
|
|
{
|
|
int32_t L_1201 = V_3;
|
|
V_130 = L_1201;
|
|
int32_t L_1202 = V_130;
|
|
V_129 = L_1202;
|
|
int32_t L_1203 = V_129;
|
|
switch (L_1203)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_2b56;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_2b60;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_2ba1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_2bb8;
|
|
}
|
|
|
|
IL_2b56:
|
|
{
|
|
float L_1204 = V_39;
|
|
__this->___m_TagIndent_45 = L_1204;
|
|
goto IL_2bb8;
|
|
}
|
|
|
|
IL_2b60:
|
|
{
|
|
float L_1205 = V_39;
|
|
__this->___m_TagIndent_45 = L_1205;
|
|
float L_1206 = __this->___m_TagIndent_45;
|
|
float L_1207 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1208 = ___3_generationSettings;
|
|
NullCheck(L_1208);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1209 = L_1208->___fontAsset_4;
|
|
NullCheck(L_1209);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1210;
|
|
L_1210 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1209, NULL);
|
|
V_63 = L_1210;
|
|
float L_1211;
|
|
L_1211 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1212 = ___3_generationSettings;
|
|
NullCheck(L_1212);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1213 = L_1212->___fontAsset_4;
|
|
NullCheck(L_1213);
|
|
uint8_t L_1214;
|
|
L_1214 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_1213, NULL);
|
|
__this->___m_TagIndent_45 = ((float)il2cpp_codegen_multiply(L_1206, ((float)(((float)il2cpp_codegen_multiply(L_1207, L_1211))/((float)L_1214)))));
|
|
goto IL_2bb8;
|
|
}
|
|
|
|
IL_2ba1:
|
|
{
|
|
float L_1215 = __this->___m_MarginWidth_2;
|
|
float L_1216 = V_39;
|
|
__this->___m_TagIndent_45 = ((float)(((float)il2cpp_codegen_multiply(L_1215, L_1216))/(100.0f)));
|
|
goto IL_2bb8;
|
|
}
|
|
|
|
IL_2bb8:
|
|
{
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_1217 = (&__this->___m_IndentStack_46);
|
|
float L_1218 = __this->___m_TagIndent_45;
|
|
TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042(L_1217, L_1218, TextProcessingStack_1_Add_m4F90D4B1A816D07FD2F3E02CA1364417144FE042_RuntimeMethod_var);
|
|
float L_1219 = __this->___m_TagIndent_45;
|
|
__this->___m_XAdvance_43 = L_1219;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2bde:
|
|
{
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_1220 = (&__this->___m_IndentStack_46);
|
|
float L_1221;
|
|
L_1221 = TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E(L_1220, TextProcessingStack_1_Remove_m36486DFF2D5026596CFFED89F554CA9F296FBD6E_RuntimeMethod_var);
|
|
__this->___m_TagIndent_45 = L_1221;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2bf7:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1222 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1223 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1223);
|
|
int32_t L_1224 = ((L_1223)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1225 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1225);
|
|
int32_t L_1226 = ((L_1225)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1227;
|
|
L_1227 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1222, L_1224, L_1226, NULL);
|
|
V_39 = L_1227;
|
|
float L_1228 = V_39;
|
|
V_131 = (bool)((((float)L_1228) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1229 = V_131;
|
|
if (!L_1229)
|
|
{
|
|
goto IL_2c3d;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2c3d:
|
|
{
|
|
int32_t L_1230 = V_3;
|
|
V_133 = L_1230;
|
|
int32_t L_1231 = V_133;
|
|
V_132 = L_1231;
|
|
int32_t L_1232 = V_132;
|
|
switch (L_1232)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_2c59;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_2c63;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_2ca4;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_2cbb;
|
|
}
|
|
|
|
IL_2c59:
|
|
{
|
|
float L_1233 = V_39;
|
|
__this->___m_TagLineIndent_44 = L_1233;
|
|
goto IL_2cbb;
|
|
}
|
|
|
|
IL_2c63:
|
|
{
|
|
float L_1234 = V_39;
|
|
__this->___m_TagLineIndent_44 = L_1234;
|
|
float L_1235 = __this->___m_TagLineIndent_44;
|
|
float L_1236 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1237 = ___3_generationSettings;
|
|
NullCheck(L_1237);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1238 = L_1237->___fontAsset_4;
|
|
NullCheck(L_1238);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1239;
|
|
L_1239 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1238, NULL);
|
|
V_63 = L_1239;
|
|
float L_1240;
|
|
L_1240 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1241 = ___3_generationSettings;
|
|
NullCheck(L_1241);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1242 = L_1241->___fontAsset_4;
|
|
NullCheck(L_1242);
|
|
uint8_t L_1243;
|
|
L_1243 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_1242, NULL);
|
|
__this->___m_TagLineIndent_44 = ((float)il2cpp_codegen_multiply(L_1235, ((float)(((float)il2cpp_codegen_multiply(L_1236, L_1240))/((float)L_1243)))));
|
|
goto IL_2cbb;
|
|
}
|
|
|
|
IL_2ca4:
|
|
{
|
|
float L_1244 = __this->___m_MarginWidth_2;
|
|
float L_1245 = V_39;
|
|
__this->___m_TagLineIndent_44 = ((float)(((float)il2cpp_codegen_multiply(L_1244, L_1245))/(100.0f)));
|
|
goto IL_2cbb;
|
|
}
|
|
|
|
IL_2cbb:
|
|
{
|
|
float L_1246 = __this->___m_XAdvance_43;
|
|
float L_1247 = __this->___m_TagLineIndent_44;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_1246, L_1247));
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2cd6:
|
|
{
|
|
__this->___m_TagLineIndent_44 = (0.0f);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2ce9:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1248 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1248);
|
|
int32_t L_1249 = ((L_1248)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
V_47 = L_1249;
|
|
__this->___m_SpriteIndex_73 = (-1);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1250 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1250);
|
|
int32_t L_1251 = ((L_1250)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueType_1;
|
|
if (!L_1251)
|
|
{
|
|
goto IL_2d2c;
|
|
}
|
|
}
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1252 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1252);
|
|
int32_t L_1253 = ((L_1252)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueType_1;
|
|
G_B611_0 = ((((int32_t)L_1253) == ((int32_t)1))? 1 : 0);
|
|
goto IL_2d2d;
|
|
}
|
|
|
|
IL_2d2c:
|
|
{
|
|
G_B611_0 = 1;
|
|
}
|
|
|
|
IL_2d2d:
|
|
{
|
|
V_134 = (bool)G_B611_0;
|
|
bool L_1254 = V_134;
|
|
if (!L_1254)
|
|
{
|
|
goto IL_2ded;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1255 = ___3_generationSettings;
|
|
NullCheck(L_1255);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1256 = L_1255->___spriteAsset_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1257;
|
|
L_1257 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1256, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_135 = L_1257;
|
|
bool L_1258 = V_135;
|
|
if (!L_1258)
|
|
{
|
|
goto IL_2d5b;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1259 = ___3_generationSettings;
|
|
NullCheck(L_1259);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1260 = L_1259->___spriteAsset_6;
|
|
__this->___m_CurrentSpriteAsset_12 = L_1260;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_1260);
|
|
goto IL_2dcd;
|
|
}
|
|
|
|
IL_2d5b:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1261 = __this->___m_DefaultSpriteAsset_95;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1262;
|
|
L_1262 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1261, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_136 = L_1262;
|
|
bool L_1263 = V_136;
|
|
if (!L_1263)
|
|
{
|
|
goto IL_2d7d;
|
|
}
|
|
}
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1264 = __this->___m_DefaultSpriteAsset_95;
|
|
__this->___m_CurrentSpriteAsset_12 = L_1264;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_1264);
|
|
goto IL_2dcd;
|
|
}
|
|
|
|
IL_2d7d:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1265 = __this->___m_DefaultSpriteAsset_95;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1266;
|
|
L_1266 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1265, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_137 = L_1266;
|
|
bool L_1267 = V_137;
|
|
if (!L_1267)
|
|
{
|
|
goto IL_2dcd;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1268 = V_0;
|
|
NullCheck(L_1268);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1269;
|
|
L_1269 = TextSettings_get_defaultSpriteAsset_m8FA900F9747B7ADBCD2A2F612E7D977DB58D6445_inline(L_1268, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1270;
|
|
L_1270 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1269, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_138 = L_1270;
|
|
bool L_1271 = V_138;
|
|
if (!L_1271)
|
|
{
|
|
goto IL_2db0;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1272 = V_0;
|
|
NullCheck(L_1272);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1273;
|
|
L_1273 = TextSettings_get_defaultSpriteAsset_m8FA900F9747B7ADBCD2A2F612E7D977DB58D6445_inline(L_1272, NULL);
|
|
__this->___m_DefaultSpriteAsset_95 = L_1273;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultSpriteAsset_95), (void*)L_1273);
|
|
goto IL_2dc0;
|
|
}
|
|
|
|
IL_2db0:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1274;
|
|
L_1274 = Resources_Load_TisSpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_m0E11E95B9C634C101DD3F7C55A741CE2A33C7540(_stringLiteral3CF41D991C7F2555D83F628B4B3B26444D917083, Resources_Load_TisSpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_m0E11E95B9C634C101DD3F7C55A741CE2A33C7540_RuntimeMethod_var);
|
|
__this->___m_DefaultSpriteAsset_95 = L_1274;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultSpriteAsset_95), (void*)L_1274);
|
|
}
|
|
|
|
IL_2dc0:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1275 = __this->___m_DefaultSpriteAsset_95;
|
|
__this->___m_CurrentSpriteAsset_12 = L_1275;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_1275);
|
|
}
|
|
|
|
IL_2dcd:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1276 = __this->___m_CurrentSpriteAsset_12;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1277;
|
|
L_1277 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1276, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_139 = L_1277;
|
|
bool L_1278 = V_139;
|
|
if (!L_1278)
|
|
{
|
|
goto IL_2de7;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2de7:
|
|
{
|
|
goto IL_2e83;
|
|
}
|
|
|
|
IL_2ded:
|
|
{
|
|
int32_t L_1279 = V_47;
|
|
bool L_1280;
|
|
L_1280 = MaterialReferenceManager_TryGetSpriteAsset_m1909F75399C0A23DDE7DEDCA60476E1F1ED567EF(L_1279, (&V_140), NULL);
|
|
V_141 = L_1280;
|
|
bool L_1281 = V_141;
|
|
if (!L_1281)
|
|
{
|
|
goto IL_2e09;
|
|
}
|
|
}
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1282 = V_140;
|
|
__this->___m_CurrentSpriteAsset_12 = L_1282;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_1282);
|
|
goto IL_2e82;
|
|
}
|
|
|
|
IL_2e09:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1283 = V_140;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1284;
|
|
L_1284 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1283, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_142 = L_1284;
|
|
bool L_1285 = V_142;
|
|
if (!L_1285)
|
|
{
|
|
goto IL_2e59;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1286 = V_0;
|
|
NullCheck(L_1286);
|
|
String_t* L_1287;
|
|
L_1287 = TextSettings_get_defaultSpriteAssetPath_mF57875222B7FACC9B69369305EEEB53FFE7986E0_inline(L_1286, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1288 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1289 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1289);
|
|
int32_t L_1290 = ((L_1289)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1291 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1291);
|
|
int32_t L_1292 = ((L_1291)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
String_t* L_1293;
|
|
L_1293 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_1288, L_1290, L_1292, NULL);
|
|
String_t* L_1294;
|
|
L_1294 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_1287, L_1293, NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1295;
|
|
L_1295 = Resources_Load_TisSpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_m0E11E95B9C634C101DD3F7C55A741CE2A33C7540(L_1294, Resources_Load_TisSpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_m0E11E95B9C634C101DD3F7C55A741CE2A33C7540_RuntimeMethod_var);
|
|
V_140 = L_1295;
|
|
}
|
|
|
|
IL_2e59:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1296 = V_140;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1297;
|
|
L_1297 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1296, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_143 = L_1297;
|
|
bool L_1298 = V_143;
|
|
if (!L_1298)
|
|
{
|
|
goto IL_2e6f;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2e6f:
|
|
{
|
|
int32_t L_1299 = V_47;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1300 = V_140;
|
|
MaterialReferenceManager_AddSpriteAsset_m7FBAAC41386CFA769FDDFF1630D041C4D008A322(L_1299, L_1300, NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1301 = V_140;
|
|
__this->___m_CurrentSpriteAsset_12 = L_1301;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_1301);
|
|
}
|
|
|
|
IL_2e82:
|
|
{
|
|
}
|
|
|
|
IL_2e83:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1302 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1302);
|
|
int32_t L_1303 = ((L_1302)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueType_1;
|
|
V_144 = (bool)((((int32_t)L_1303) == ((int32_t)1))? 1 : 0);
|
|
bool L_1304 = V_144;
|
|
if (!L_1304)
|
|
{
|
|
goto IL_2f13;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1305 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1306 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1306);
|
|
int32_t L_1307 = ((L_1306)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1308 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1308);
|
|
int32_t L_1309 = ((L_1308)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1310;
|
|
L_1310 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1305, L_1307, L_1309, NULL);
|
|
V_145 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1310);
|
|
int32_t L_1311 = V_145;
|
|
V_146 = (bool)((((float)((float)L_1311)) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1312 = V_146;
|
|
if (!L_1312)
|
|
{
|
|
goto IL_2ee6;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2ee6:
|
|
{
|
|
int32_t L_1313 = V_145;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1314 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_1314);
|
|
List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* L_1315;
|
|
L_1315 = SpriteAsset_get_spriteCharacterTable_m8D0D65C430AD8BC8C2BC8151DC4672CC0F690E0A(L_1314, NULL);
|
|
NullCheck(L_1315);
|
|
int32_t L_1316;
|
|
L_1316 = List_1_get_Count_mFD42C320FC3C4884CD9A746FB26476D6662DFF58_inline(L_1315, List_1_get_Count_mFD42C320FC3C4884CD9A746FB26476D6662DFF58_RuntimeMethod_var);
|
|
V_147 = (bool)((((int32_t)L_1313) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1316, 1))))? 1 : 0);
|
|
bool L_1317 = V_147;
|
|
if (!L_1317)
|
|
{
|
|
goto IL_2f0a;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2f0a:
|
|
{
|
|
int32_t L_1318 = V_145;
|
|
__this->___m_SpriteIndex_73 = L_1318;
|
|
}
|
|
|
|
IL_2f13:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1319;
|
|
L_1319 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1320;
|
|
L_1320 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_1319, NULL);
|
|
__this->___m_SpriteColor_74 = L_1320;
|
|
__this->___m_TintSprite_96 = (bool)0;
|
|
V_148 = 0;
|
|
goto IL_3106;
|
|
}
|
|
|
|
IL_2f32:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1321 = __this->___m_XmlAttribute_91;
|
|
int32_t L_1322 = V_148;
|
|
NullCheck(L_1321);
|
|
int32_t L_1323 = ((L_1321)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1322)))->___nameHashCode_0;
|
|
V_149 = L_1323;
|
|
int32_t L_1324 = V_149;
|
|
V_152 = L_1324;
|
|
int32_t L_1325 = V_152;
|
|
V_151 = L_1325;
|
|
int32_t L_1326 = V_151;
|
|
if ((((int32_t)L_1326) > ((int32_t)((int32_t)2875623))))
|
|
{
|
|
goto IL_2f74;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1327 = V_151;
|
|
if ((((int32_t)L_1327) == ((int32_t)((int32_t)2283339))))
|
|
{
|
|
goto IL_30d6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2f66;
|
|
}
|
|
|
|
IL_2f66:
|
|
{
|
|
int32_t L_1328 = V_151;
|
|
if ((((int32_t)L_1328) == ((int32_t)((int32_t)2875623))))
|
|
{
|
|
goto IL_2f9e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_30e3;
|
|
}
|
|
|
|
IL_2f74:
|
|
{
|
|
int32_t L_1329 = V_151;
|
|
if ((((int32_t)L_1329) == ((int32_t)((int32_t)2960519))))
|
|
{
|
|
goto IL_305e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2f82;
|
|
}
|
|
|
|
IL_2f82:
|
|
{
|
|
int32_t L_1330 = V_151;
|
|
if ((((int32_t)L_1330) == ((int32_t)((int32_t)81999901))))
|
|
{
|
|
goto IL_309f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_2f90;
|
|
}
|
|
|
|
IL_2f90:
|
|
{
|
|
int32_t L_1331 = V_151;
|
|
if ((((int32_t)L_1331) == ((int32_t)((int32_t)84268030))))
|
|
{
|
|
goto IL_2fe5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_30e3;
|
|
}
|
|
|
|
IL_2f9e:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1332 = __this->___m_CurrentSpriteAsset_12;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1333 = __this->___m_XmlAttribute_91;
|
|
int32_t L_1334 = V_148;
|
|
NullCheck(L_1333);
|
|
int32_t L_1335 = ((L_1333)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1334)))->___valueHashCode_4;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1336;
|
|
L_1336 = SpriteAsset_SearchForSpriteByHashCode_m8B9CAB0028CC297570785693F2973918B31C9028(L_1332, L_1335, (bool)1, (&V_150), (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64*)NULL, NULL);
|
|
__this->___m_CurrentSpriteAsset_12 = L_1336;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_1336);
|
|
int32_t L_1337 = V_150;
|
|
V_153 = (bool)((((int32_t)L_1337) == ((int32_t)(-1)))? 1 : 0);
|
|
bool L_1338 = V_153;
|
|
if (!L_1338)
|
|
{
|
|
goto IL_2fd8;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_2fd8:
|
|
{
|
|
int32_t L_1339 = V_150;
|
|
__this->___m_SpriteIndex_73 = L_1339;
|
|
goto IL_30ff;
|
|
}
|
|
|
|
IL_2fe5:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1340 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1341 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1341);
|
|
int32_t L_1342 = ((L_1341)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1343 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1343);
|
|
int32_t L_1344 = ((L_1343)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1345;
|
|
L_1345 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1340, L_1342, L_1344, NULL);
|
|
V_150 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1345);
|
|
int32_t L_1346 = V_150;
|
|
V_154 = (bool)((((float)((float)L_1346)) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1347 = V_154;
|
|
if (!L_1347)
|
|
{
|
|
goto IL_302d;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_302d:
|
|
{
|
|
int32_t L_1348 = V_150;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1349 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_1349);
|
|
List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* L_1350;
|
|
L_1350 = SpriteAsset_get_spriteCharacterTable_m8D0D65C430AD8BC8C2BC8151DC4672CC0F690E0A(L_1349, NULL);
|
|
NullCheck(L_1350);
|
|
int32_t L_1351;
|
|
L_1351 = List_1_get_Count_mFD42C320FC3C4884CD9A746FB26476D6662DFF58_inline(L_1350, List_1_get_Count_mFD42C320FC3C4884CD9A746FB26476D6662DFF58_RuntimeMethod_var);
|
|
V_155 = (bool)((((int32_t)L_1348) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1351, 1))))? 1 : 0);
|
|
bool L_1352 = V_155;
|
|
if (!L_1352)
|
|
{
|
|
goto IL_3051;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3051:
|
|
{
|
|
int32_t L_1353 = V_150;
|
|
__this->___m_SpriteIndex_73 = L_1353;
|
|
goto IL_30ff;
|
|
}
|
|
|
|
IL_305e:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1354 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1355 = __this->___m_XmlAttribute_91;
|
|
int32_t L_1356 = V_148;
|
|
NullCheck(L_1355);
|
|
int32_t L_1357 = ((L_1355)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1356)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1358 = __this->___m_XmlAttribute_91;
|
|
int32_t L_1359 = V_148;
|
|
NullCheck(L_1358);
|
|
int32_t L_1360 = ((L_1358)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1359)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1361;
|
|
L_1361 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1354, L_1357, L_1360, NULL);
|
|
__this->___m_TintSprite_96 = (bool)((((int32_t)((((float)L_1361) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_30ff;
|
|
}
|
|
|
|
IL_309f:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1362 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1363 = __this->___m_XmlAttribute_91;
|
|
int32_t L_1364 = V_148;
|
|
NullCheck(L_1363);
|
|
int32_t L_1365 = ((L_1363)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1364)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1366 = __this->___m_XmlAttribute_91;
|
|
int32_t L_1367 = V_148;
|
|
NullCheck(L_1366);
|
|
int32_t L_1368 = ((L_1366)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1367)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1369;
|
|
L_1369 = TextGeneratorUtilities_HexCharsToColor_m4D7AB2E490DA31C514A42A880AB35CE9CBAF77B4(L_1362, L_1365, L_1368, NULL);
|
|
__this->___m_SpriteColor_74 = L_1369;
|
|
goto IL_30ff;
|
|
}
|
|
|
|
IL_30d6:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralD145B4F79D40262E79305A5090EE637B2012419A, NULL);
|
|
goto IL_30ff;
|
|
}
|
|
|
|
IL_30e3:
|
|
{
|
|
int32_t L_1370 = V_149;
|
|
V_156 = (bool)((((int32_t)((((int32_t)L_1370) == ((int32_t)((int32_t)-991527447)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1371 = V_156;
|
|
if (!L_1371)
|
|
{
|
|
goto IL_30fd;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_30fd:
|
|
{
|
|
goto IL_30ff;
|
|
}
|
|
|
|
IL_30ff:
|
|
{
|
|
int32_t L_1372 = V_148;
|
|
V_148 = ((int32_t)il2cpp_codegen_add(L_1372, 1));
|
|
}
|
|
|
|
IL_3106:
|
|
{
|
|
int32_t L_1373 = V_148;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1374 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1374);
|
|
if ((((int32_t)L_1373) >= ((int32_t)((int32_t)(((RuntimeArray*)L_1374)->max_length)))))
|
|
{
|
|
goto IL_3129;
|
|
}
|
|
}
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1375 = __this->___m_XmlAttribute_91;
|
|
int32_t L_1376 = V_148;
|
|
NullCheck(L_1375);
|
|
int32_t L_1377 = ((L_1375)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1376)))->___nameHashCode_0;
|
|
G_B668_0 = ((!(((uint32_t)L_1377) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_312a;
|
|
}
|
|
|
|
IL_3129:
|
|
{
|
|
G_B668_0 = 0;
|
|
}
|
|
|
|
IL_312a:
|
|
{
|
|
V_157 = (bool)G_B668_0;
|
|
bool L_1378 = V_157;
|
|
if (L_1378)
|
|
{
|
|
goto IL_2f32;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1379 = __this->___m_SpriteIndex_73;
|
|
V_158 = (bool)((((int32_t)L_1379) == ((int32_t)(-1)))? 1 : 0);
|
|
bool L_1380 = V_158;
|
|
if (!L_1380)
|
|
{
|
|
goto IL_314a;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_314a:
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1381 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_1381);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1382;
|
|
L_1382 = TextAsset_get_material_m4B9C02D34426436FDB01F1963A9FDC11D75604EF_inline(L_1381, NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_1383 = __this->___m_CurrentSpriteAsset_12;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_1384 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_1385 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_1386;
|
|
L_1386 = MaterialReference_AddMaterialReference_mEE57C2284E5BE17BDD80C69165FAECB3B4CC1BCD(L_1382, L_1383, L_1384, L_1385, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_1386;
|
|
__this->___m_TextElementType_71 = 2;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3181:
|
|
{
|
|
int32_t L_1387 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_1387|8));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_1388 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_1389;
|
|
L_1389 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_1388, 8, NULL);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_31a4:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1390 = ___3_generationSettings;
|
|
NullCheck(L_1390);
|
|
int32_t L_1391 = L_1390->___fontStyle_8;
|
|
V_159 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_1391&8))) == ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1392 = V_159;
|
|
if (!L_1392)
|
|
{
|
|
goto IL_31df;
|
|
}
|
|
}
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_1393 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_1394;
|
|
L_1394 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_1393, 8, NULL);
|
|
V_160 = (bool)((((int32_t)L_1394) == ((int32_t)0))? 1 : 0);
|
|
bool L_1395 = V_160;
|
|
if (!L_1395)
|
|
{
|
|
goto IL_31de;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1396 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_1396&((int32_t)-9)));
|
|
}
|
|
|
|
IL_31de:
|
|
{
|
|
}
|
|
|
|
IL_31df:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_31e7:
|
|
{
|
|
int32_t L_1397 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_1397|((int32_t)16)));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_1398 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_1399;
|
|
L_1399 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_1398, ((int32_t)16), NULL);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_320c:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1400 = ___3_generationSettings;
|
|
NullCheck(L_1400);
|
|
int32_t L_1401 = L_1400->___fontStyle_8;
|
|
V_161 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_1401&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1402 = V_161;
|
|
if (!L_1402)
|
|
{
|
|
goto IL_324a;
|
|
}
|
|
}
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_1403 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_1404;
|
|
L_1404 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_1403, ((int32_t)16), NULL);
|
|
V_162 = (bool)((((int32_t)L_1404) == ((int32_t)0))? 1 : 0);
|
|
bool L_1405 = V_162;
|
|
if (!L_1405)
|
|
{
|
|
goto IL_3249;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1406 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_1406&((int32_t)-17)));
|
|
}
|
|
|
|
IL_3249:
|
|
{
|
|
}
|
|
|
|
IL_324a:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3252:
|
|
{
|
|
int32_t L_1407 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_1407|((int32_t)32)));
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_1408 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_1409;
|
|
L_1409 = FontStyleStack_Add_m26E701C9F052EEEBB213B9B8BC6CB8F1F8F6AFCB(L_1408, ((int32_t)32), NULL);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3277:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1410 = ___3_generationSettings;
|
|
NullCheck(L_1410);
|
|
int32_t L_1411 = L_1410->___fontStyle_8;
|
|
V_163 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_1411&((int32_t)32)))) == ((int32_t)((int32_t)32)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1412 = V_163;
|
|
if (!L_1412)
|
|
{
|
|
goto IL_32b5;
|
|
}
|
|
}
|
|
{
|
|
FontStyleStack_t63C77495F068E6DF762D6AF063A817E3709659A7* L_1413 = (&__this->___m_FontStyleStack_20);
|
|
uint8_t L_1414;
|
|
L_1414 = FontStyleStack_Remove_mC2B4F44A6596E92D6992DBCA298648F8A7416CAB(L_1413, ((int32_t)32), NULL);
|
|
V_164 = (bool)((((int32_t)L_1414) == ((int32_t)0))? 1 : 0);
|
|
bool L_1415 = V_164;
|
|
if (!L_1415)
|
|
{
|
|
goto IL_32b4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1416 = __this->___m_FontStyleInternal_19;
|
|
__this->___m_FontStyleInternal_19 = ((int32_t)((int32_t)L_1416&((int32_t)-33)));
|
|
}
|
|
|
|
IL_32b4:
|
|
{
|
|
}
|
|
|
|
IL_32b5:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_32bd:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1417 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1418 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1418);
|
|
int32_t L_1419 = ((L_1418)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1420 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1420);
|
|
int32_t L_1421 = ((L_1420)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1422;
|
|
L_1422 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1417, L_1419, L_1421, NULL);
|
|
V_39 = L_1422;
|
|
float L_1423 = V_39;
|
|
V_165 = (bool)((((float)L_1423) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1424 = V_165;
|
|
if (!L_1424)
|
|
{
|
|
goto IL_3303;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3303:
|
|
{
|
|
float L_1425 = V_39;
|
|
__this->___m_MarginLeft_59 = L_1425;
|
|
int32_t L_1426 = V_3;
|
|
V_167 = L_1426;
|
|
int32_t L_1427 = V_167;
|
|
V_166 = L_1427;
|
|
int32_t L_1428 = V_166;
|
|
switch (L_1428)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_3327;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_3329;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_3362;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_3398;
|
|
}
|
|
|
|
IL_3327:
|
|
{
|
|
goto IL_3398;
|
|
}
|
|
|
|
IL_3329:
|
|
{
|
|
float L_1429 = __this->___m_MarginLeft_59;
|
|
float L_1430 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1431 = ___3_generationSettings;
|
|
NullCheck(L_1431);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1432 = L_1431->___fontAsset_4;
|
|
NullCheck(L_1432);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1433;
|
|
L_1433 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1432, NULL);
|
|
V_63 = L_1433;
|
|
float L_1434;
|
|
L_1434 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1435 = ___3_generationSettings;
|
|
NullCheck(L_1435);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1436 = L_1435->___fontAsset_4;
|
|
NullCheck(L_1436);
|
|
uint8_t L_1437;
|
|
L_1437 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_1436, NULL);
|
|
__this->___m_MarginLeft_59 = ((float)il2cpp_codegen_multiply(L_1429, ((float)(((float)il2cpp_codegen_multiply(L_1430, L_1434))/((float)L_1437)))));
|
|
goto IL_3398;
|
|
}
|
|
|
|
IL_3362:
|
|
{
|
|
float L_1438 = __this->___m_MarginWidth_2;
|
|
float L_1439 = __this->___m_Width_61;
|
|
G_B697_0 = L_1438;
|
|
G_B697_1 = __this;
|
|
if ((!(((float)L_1439) == ((float)(-1.0f)))))
|
|
{
|
|
G_B698_0 = L_1438;
|
|
G_B698_1 = __this;
|
|
goto IL_337d;
|
|
}
|
|
}
|
|
{
|
|
G_B699_0 = (0.0f);
|
|
G_B699_1 = G_B697_0;
|
|
G_B699_2 = G_B697_1;
|
|
goto IL_3383;
|
|
}
|
|
|
|
IL_337d:
|
|
{
|
|
float L_1440 = __this->___m_Width_61;
|
|
G_B699_0 = L_1440;
|
|
G_B699_1 = G_B698_0;
|
|
G_B699_2 = G_B698_1;
|
|
}
|
|
|
|
IL_3383:
|
|
{
|
|
float L_1441 = __this->___m_MarginLeft_59;
|
|
NullCheck(G_B699_2);
|
|
G_B699_2->___m_MarginLeft_59 = ((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(G_B699_1, G_B699_0)), L_1441))/(100.0f)));
|
|
goto IL_3398;
|
|
}
|
|
|
|
IL_3398:
|
|
{
|
|
float L_1442 = __this->___m_MarginLeft_59;
|
|
G_B701_0 = __this;
|
|
if ((((float)L_1442) >= ((float)(0.0f))))
|
|
{
|
|
G_B702_0 = __this;
|
|
goto IL_33ad;
|
|
}
|
|
}
|
|
{
|
|
G_B703_0 = (0.0f);
|
|
G_B703_1 = G_B701_0;
|
|
goto IL_33b3;
|
|
}
|
|
|
|
IL_33ad:
|
|
{
|
|
float L_1443 = __this->___m_MarginLeft_59;
|
|
G_B703_0 = L_1443;
|
|
G_B703_1 = G_B702_0;
|
|
}
|
|
|
|
IL_33b3:
|
|
{
|
|
NullCheck(G_B703_1);
|
|
G_B703_1->___m_MarginLeft_59 = G_B703_0;
|
|
float L_1444 = __this->___m_MarginLeft_59;
|
|
__this->___m_MarginRight_60 = L_1444;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_33cc:
|
|
{
|
|
__this->___m_MarginLeft_59 = (0.0f);
|
|
__this->___m_MarginRight_60 = (0.0f);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_33ea:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1445 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1446 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1446);
|
|
int32_t L_1447 = ((L_1446)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1448 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1448);
|
|
int32_t L_1449 = ((L_1448)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1450;
|
|
L_1450 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1445, L_1447, L_1449, NULL);
|
|
V_39 = L_1450;
|
|
float L_1451 = V_39;
|
|
V_168 = (bool)((((float)L_1451) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1452 = V_168;
|
|
if (!L_1452)
|
|
{
|
|
goto IL_3430;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3430:
|
|
{
|
|
float L_1453 = V_39;
|
|
__this->___m_MarginLeft_59 = L_1453;
|
|
int32_t L_1454 = V_3;
|
|
V_170 = L_1454;
|
|
int32_t L_1455 = V_170;
|
|
V_169 = L_1455;
|
|
int32_t L_1456 = V_169;
|
|
switch (L_1456)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_3454;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_3456;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_348f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_34c5;
|
|
}
|
|
|
|
IL_3454:
|
|
{
|
|
goto IL_34c5;
|
|
}
|
|
|
|
IL_3456:
|
|
{
|
|
float L_1457 = __this->___m_MarginLeft_59;
|
|
float L_1458 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1459 = ___3_generationSettings;
|
|
NullCheck(L_1459);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1460 = L_1459->___fontAsset_4;
|
|
NullCheck(L_1460);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1461;
|
|
L_1461 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1460, NULL);
|
|
V_63 = L_1461;
|
|
float L_1462;
|
|
L_1462 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1463 = ___3_generationSettings;
|
|
NullCheck(L_1463);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1464 = L_1463->___fontAsset_4;
|
|
NullCheck(L_1464);
|
|
uint8_t L_1465;
|
|
L_1465 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_1464, NULL);
|
|
__this->___m_MarginLeft_59 = ((float)il2cpp_codegen_multiply(L_1457, ((float)(((float)il2cpp_codegen_multiply(L_1458, L_1462))/((float)L_1465)))));
|
|
goto IL_34c5;
|
|
}
|
|
|
|
IL_348f:
|
|
{
|
|
float L_1466 = __this->___m_MarginWidth_2;
|
|
float L_1467 = __this->___m_Width_61;
|
|
G_B712_0 = L_1466;
|
|
G_B712_1 = __this;
|
|
if ((!(((float)L_1467) == ((float)(-1.0f)))))
|
|
{
|
|
G_B713_0 = L_1466;
|
|
G_B713_1 = __this;
|
|
goto IL_34aa;
|
|
}
|
|
}
|
|
{
|
|
G_B714_0 = (0.0f);
|
|
G_B714_1 = G_B712_0;
|
|
G_B714_2 = G_B712_1;
|
|
goto IL_34b0;
|
|
}
|
|
|
|
IL_34aa:
|
|
{
|
|
float L_1468 = __this->___m_Width_61;
|
|
G_B714_0 = L_1468;
|
|
G_B714_1 = G_B713_0;
|
|
G_B714_2 = G_B713_1;
|
|
}
|
|
|
|
IL_34b0:
|
|
{
|
|
float L_1469 = __this->___m_MarginLeft_59;
|
|
NullCheck(G_B714_2);
|
|
G_B714_2->___m_MarginLeft_59 = ((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(G_B714_1, G_B714_0)), L_1469))/(100.0f)));
|
|
goto IL_34c5;
|
|
}
|
|
|
|
IL_34c5:
|
|
{
|
|
float L_1470 = __this->___m_MarginLeft_59;
|
|
G_B716_0 = __this;
|
|
if ((((float)L_1470) >= ((float)(0.0f))))
|
|
{
|
|
G_B717_0 = __this;
|
|
goto IL_34da;
|
|
}
|
|
}
|
|
{
|
|
G_B718_0 = (0.0f);
|
|
G_B718_1 = G_B716_0;
|
|
goto IL_34e0;
|
|
}
|
|
|
|
IL_34da:
|
|
{
|
|
float L_1471 = __this->___m_MarginLeft_59;
|
|
G_B718_0 = L_1471;
|
|
G_B718_1 = G_B717_0;
|
|
}
|
|
|
|
IL_34e0:
|
|
{
|
|
NullCheck(G_B718_1);
|
|
G_B718_1->___m_MarginLeft_59 = G_B718_0;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_34ed:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1472 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1473 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1473);
|
|
int32_t L_1474 = ((L_1473)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1475 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1475);
|
|
int32_t L_1476 = ((L_1475)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1477;
|
|
L_1477 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1472, L_1474, L_1476, NULL);
|
|
V_39 = L_1477;
|
|
float L_1478 = V_39;
|
|
V_171 = (bool)((((float)L_1478) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1479 = V_171;
|
|
if (!L_1479)
|
|
{
|
|
goto IL_3533;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3533:
|
|
{
|
|
float L_1480 = V_39;
|
|
__this->___m_MarginRight_60 = L_1480;
|
|
int32_t L_1481 = V_3;
|
|
V_173 = L_1481;
|
|
int32_t L_1482 = V_173;
|
|
V_172 = L_1482;
|
|
int32_t L_1483 = V_172;
|
|
switch (L_1483)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_3557;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_3559;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_3592;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_35c8;
|
|
}
|
|
|
|
IL_3557:
|
|
{
|
|
goto IL_35c8;
|
|
}
|
|
|
|
IL_3559:
|
|
{
|
|
float L_1484 = __this->___m_MarginRight_60;
|
|
float L_1485 = __this->___m_FontScale_14;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1486 = ___3_generationSettings;
|
|
NullCheck(L_1486);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1487 = L_1486->___fontAsset_4;
|
|
NullCheck(L_1487);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1488;
|
|
L_1488 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1487, NULL);
|
|
V_63 = L_1488;
|
|
float L_1489;
|
|
L_1489 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_63), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1490 = ___3_generationSettings;
|
|
NullCheck(L_1490);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1491 = L_1490->___fontAsset_4;
|
|
NullCheck(L_1491);
|
|
uint8_t L_1492;
|
|
L_1492 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_1491, NULL);
|
|
__this->___m_MarginRight_60 = ((float)il2cpp_codegen_multiply(L_1484, ((float)(((float)il2cpp_codegen_multiply(L_1485, L_1489))/((float)L_1492)))));
|
|
goto IL_35c8;
|
|
}
|
|
|
|
IL_3592:
|
|
{
|
|
float L_1493 = __this->___m_MarginWidth_2;
|
|
float L_1494 = __this->___m_Width_61;
|
|
G_B726_0 = L_1493;
|
|
G_B726_1 = __this;
|
|
if ((!(((float)L_1494) == ((float)(-1.0f)))))
|
|
{
|
|
G_B727_0 = L_1493;
|
|
G_B727_1 = __this;
|
|
goto IL_35ad;
|
|
}
|
|
}
|
|
{
|
|
G_B728_0 = (0.0f);
|
|
G_B728_1 = G_B726_0;
|
|
G_B728_2 = G_B726_1;
|
|
goto IL_35b3;
|
|
}
|
|
|
|
IL_35ad:
|
|
{
|
|
float L_1495 = __this->___m_Width_61;
|
|
G_B728_0 = L_1495;
|
|
G_B728_1 = G_B727_0;
|
|
G_B728_2 = G_B727_1;
|
|
}
|
|
|
|
IL_35b3:
|
|
{
|
|
float L_1496 = __this->___m_MarginRight_60;
|
|
NullCheck(G_B728_2);
|
|
G_B728_2->___m_MarginRight_60 = ((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(G_B728_1, G_B728_0)), L_1496))/(100.0f)));
|
|
goto IL_35c8;
|
|
}
|
|
|
|
IL_35c8:
|
|
{
|
|
float L_1497 = __this->___m_MarginRight_60;
|
|
G_B730_0 = __this;
|
|
if ((((float)L_1497) >= ((float)(0.0f))))
|
|
{
|
|
G_B731_0 = __this;
|
|
goto IL_35dd;
|
|
}
|
|
}
|
|
{
|
|
G_B732_0 = (0.0f);
|
|
G_B732_1 = G_B730_0;
|
|
goto IL_35e3;
|
|
}
|
|
|
|
IL_35dd:
|
|
{
|
|
float L_1498 = __this->___m_MarginRight_60;
|
|
G_B732_0 = L_1498;
|
|
G_B732_1 = G_B731_0;
|
|
}
|
|
|
|
IL_35e3:
|
|
{
|
|
NullCheck(G_B732_1);
|
|
G_B732_1->___m_MarginRight_60 = G_B732_0;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_35f0:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1499 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1500 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1500);
|
|
int32_t L_1501 = ((L_1500)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1502 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1502);
|
|
int32_t L_1503 = ((L_1502)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1504;
|
|
L_1504 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1499, L_1501, L_1503, NULL);
|
|
V_39 = L_1504;
|
|
float L_1505 = V_39;
|
|
if ((((float)L_1505) == ((float)(-32767.0f))))
|
|
{
|
|
goto IL_3633;
|
|
}
|
|
}
|
|
{
|
|
float L_1506 = V_39;
|
|
G_B736_0 = ((((float)L_1506) == ((float)(0.0f)))? 1 : 0);
|
|
goto IL_3634;
|
|
}
|
|
|
|
IL_3633:
|
|
{
|
|
G_B736_0 = 1;
|
|
}
|
|
|
|
IL_3634:
|
|
{
|
|
V_174 = (bool)G_B736_0;
|
|
bool L_1507 = V_174;
|
|
if (!L_1507)
|
|
{
|
|
goto IL_3642;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3642:
|
|
{
|
|
float L_1508 = V_39;
|
|
__this->___m_LineHeight_40 = L_1508;
|
|
int32_t L_1509 = V_3;
|
|
V_176 = L_1509;
|
|
int32_t L_1510 = V_176;
|
|
V_175 = L_1510;
|
|
int32_t L_1511 = V_175;
|
|
switch (L_1511)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_3666;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_3668;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_3693;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_36c4;
|
|
}
|
|
|
|
IL_3666:
|
|
{
|
|
goto IL_36c4;
|
|
}
|
|
|
|
IL_3668:
|
|
{
|
|
float L_1512 = __this->___m_LineHeight_40;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1513 = ___3_generationSettings;
|
|
NullCheck(L_1513);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1514 = L_1513->___fontAsset_4;
|
|
NullCheck(L_1514);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1515;
|
|
L_1515 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1514, NULL);
|
|
V_63 = L_1515;
|
|
float L_1516;
|
|
L_1516 = FaceInfo_get_lineHeight_m528B4A822181FCECF3D4FF1045DF288E5872AB9D((&V_63), NULL);
|
|
float L_1517 = __this->___m_FontScale_14;
|
|
__this->___m_LineHeight_40 = ((float)il2cpp_codegen_multiply(L_1512, ((float)il2cpp_codegen_multiply(L_1516, L_1517))));
|
|
goto IL_36c4;
|
|
}
|
|
|
|
IL_3693:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1518 = ___3_generationSettings;
|
|
NullCheck(L_1518);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1519 = L_1518->___fontAsset_4;
|
|
NullCheck(L_1519);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1520;
|
|
L_1520 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_1519, NULL);
|
|
V_63 = L_1520;
|
|
float L_1521;
|
|
L_1521 = FaceInfo_get_lineHeight_m528B4A822181FCECF3D4FF1045DF288E5872AB9D((&V_63), NULL);
|
|
float L_1522 = __this->___m_LineHeight_40;
|
|
float L_1523 = __this->___m_FontScale_14;
|
|
__this->___m_LineHeight_40 = ((float)il2cpp_codegen_multiply(((float)(((float)il2cpp_codegen_multiply(L_1521, L_1522))/(100.0f))), L_1523));
|
|
goto IL_36c4;
|
|
}
|
|
|
|
IL_36c4:
|
|
{
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_36cc:
|
|
{
|
|
__this->___m_LineHeight_40 = (-32767.0f);
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_36df:
|
|
{
|
|
__this->___m_TagNoParsing_47 = (bool)1;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_36ee:
|
|
{
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1524 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1524);
|
|
int32_t L_1525 = ((L_1524)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueHashCode_4;
|
|
V_48 = L_1525;
|
|
bool L_1526 = __this->___m_IsParsingText_72;
|
|
V_177 = L_1526;
|
|
bool L_1527 = V_177;
|
|
if (!L_1527)
|
|
{
|
|
goto IL_371d;
|
|
}
|
|
}
|
|
{
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* L_1528 = (&__this->___m_ActionStack_37);
|
|
int32_t L_1529 = V_48;
|
|
TextProcessingStack_1_Add_m022CA737B4340C51370BE07A79E71C63F553AD3C(L_1528, L_1529, TextProcessingStack_1_Add_m022CA737B4340C51370BE07A79E71C63F553AD3C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_371d:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3725:
|
|
{
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8* L_1530 = (&__this->___m_ActionStack_37);
|
|
int32_t L_1531;
|
|
L_1531 = TextProcessingStack_1_Remove_m22098B317E1049C5DFD900721F2F489220C44212(L_1530, TextProcessingStack_1_Remove_m22098B317E1049C5DFD900721F2F489220C44212_RuntimeMethod_var);
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3739:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1532 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1533 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1533);
|
|
int32_t L_1534 = ((L_1533)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1535 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1535);
|
|
int32_t L_1536 = ((L_1535)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1537;
|
|
L_1537 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1532, L_1534, L_1536, NULL);
|
|
V_39 = L_1537;
|
|
float L_1538 = V_39;
|
|
V_178 = (bool)((((float)L_1538) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1539 = V_178;
|
|
if (!L_1539)
|
|
{
|
|
goto IL_377f;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_377f:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1540;
|
|
L_1540 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1541;
|
|
L_1541 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
float L_1542 = V_39;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1543;
|
|
memset((&L_1543), 0, sizeof(L_1543));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_1543), L_1542, (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1544;
|
|
L_1544 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_1540, L_1541, L_1543, NULL);
|
|
__this->___m_FxMatrix_78 = L_1544;
|
|
__this->___m_IsFxMatrixSet_38 = (bool)1;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_37b4:
|
|
{
|
|
__this->___m_IsFxMatrixSet_38 = (bool)0;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_37c3:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1545 = __this->___m_RichTextTag_92;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1546 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1546);
|
|
int32_t L_1547 = ((L_1546)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueStartIndex_2;
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_1548 = __this->___m_XmlAttribute_91;
|
|
NullCheck(L_1548);
|
|
int32_t L_1549 = ((L_1548)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___valueLength_3;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
float L_1550;
|
|
L_1550 = TextGeneratorUtilities_ConvertToFloat_m93B85749154AAFB614CD246876786B75C98AE11C(L_1545, L_1547, L_1549, NULL);
|
|
V_39 = L_1550;
|
|
float L_1551 = V_39;
|
|
V_179 = (bool)((((float)L_1551) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_1552 = V_179;
|
|
if (!L_1552)
|
|
{
|
|
goto IL_3806;
|
|
}
|
|
}
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3806:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1553;
|
|
L_1553 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
float L_1554 = V_39;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1555;
|
|
L_1555 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), (0.0f), L_1554, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1556;
|
|
L_1556 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1557;
|
|
L_1557 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_1553, L_1555, L_1556, NULL);
|
|
__this->___m_FxMatrix_78 = L_1557;
|
|
__this->___m_IsFxMatrixSet_38 = (bool)1;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3838:
|
|
{
|
|
__this->___m_IsFxMatrixSet_38 = (bool)0;
|
|
V_28 = (bool)1;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_3844:
|
|
{
|
|
V_28 = (bool)0;
|
|
goto IL_384a;
|
|
}
|
|
|
|
IL_384a:
|
|
{
|
|
bool L_1558 = V_28;
|
|
return L_1558;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::SaveGlyphVertexInfo(System.Single,System.Single,UnityEngine.Color32,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_SaveGlyphVertexInfo_m0CD6E1D45488FFC6675294AC64F40AC23C986A09 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, float ___0_padding, float ___1_stylePadding, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___2_vertexColor, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___3_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___4_textInfo, 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;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B2_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B1_0 = NULL;
|
|
uint8_t G_B3_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B3_1 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_0 = ___4_textInfo;
|
|
NullCheck(L_0);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_1 = L_0->___textElementInfo_10;
|
|
int32_t L_2 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_1);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_3 = (&((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->___vertexBottomLeft_15);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_4 = ___4_textInfo;
|
|
NullCheck(L_4);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_5 = L_4->___textElementInfo_10;
|
|
int32_t L_6 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->___bottomLeft_19;
|
|
L_3->___position_0 = L_7;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_8 = ___4_textInfo;
|
|
NullCheck(L_8);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_9 = L_8->___textElementInfo_10;
|
|
int32_t L_10 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_9);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_11 = (&((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->___vertexTopLeft_14);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_12 = ___4_textInfo;
|
|
NullCheck(L_12);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_13 = L_12->___textElementInfo_10;
|
|
int32_t L_14 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->___topLeft_18;
|
|
L_11->___position_0 = L_15;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_16 = ___4_textInfo;
|
|
NullCheck(L_16);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_17 = L_16->___textElementInfo_10;
|
|
int32_t L_18 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_17);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_19 = (&((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___vertexTopRight_16);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_20 = ___4_textInfo;
|
|
NullCheck(L_20);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_21 = L_20->___textElementInfo_10;
|
|
int32_t L_22 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_21);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)))->___topRight_20;
|
|
L_19->___position_0 = L_23;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_24 = ___4_textInfo;
|
|
NullCheck(L_24);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_25 = L_24->___textElementInfo_10;
|
|
int32_t L_26 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_25);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_27 = (&((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)))->___vertexBottomRight_17);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_28 = ___4_textInfo;
|
|
NullCheck(L_28);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_29 = L_28->___textElementInfo_10;
|
|
int32_t L_30 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_29);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->___bottomRight_21;
|
|
L_27->___position_0 = L_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_32 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_33 = L_32->___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_34 = ___2_vertexColor;
|
|
uint8_t L_35 = L_34.___a_4;
|
|
G_B1_0 = (&___2_vertexColor);
|
|
if ((((int32_t)L_33) < ((int32_t)L_35)))
|
|
{
|
|
G_B2_0 = (&___2_vertexColor);
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_36 = ___2_vertexColor;
|
|
uint8_t L_37 = L_36.___a_4;
|
|
G_B3_0 = L_37;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_00f5;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_38 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_39 = L_38->___a_4;
|
|
G_B3_0 = L_39;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
G_B3_1->___a_4 = G_B3_0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_40 = ___3_generationSettings;
|
|
NullCheck(L_40);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_41 = L_40->___fontColorGradient_15;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_42;
|
|
L_42 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_41, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_4 = L_42;
|
|
bool L_43 = V_4;
|
|
if (!L_43)
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_44 = ___4_textInfo;
|
|
NullCheck(L_44);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_45 = L_44->___textElementInfo_10;
|
|
int32_t L_46 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_45);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_47 = (&((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_46)))->___vertexBottomLeft_15);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_48 = ___2_vertexColor;
|
|
L_47->___color_4 = L_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_49 = ___4_textInfo;
|
|
NullCheck(L_49);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_50 = L_49->___textElementInfo_10;
|
|
int32_t L_51 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_50);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_52 = (&((L_50)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_51)))->___vertexTopLeft_14);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_53 = ___2_vertexColor;
|
|
L_52->___color_4 = L_53;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_54 = ___4_textInfo;
|
|
NullCheck(L_54);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_55 = L_54->___textElementInfo_10;
|
|
int32_t L_56 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_55);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_57 = (&((L_55)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_56)))->___vertexTopRight_16);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_58 = ___2_vertexColor;
|
|
L_57->___color_4 = L_58;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_59 = ___4_textInfo;
|
|
NullCheck(L_59);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_60 = L_59->___textElementInfo_10;
|
|
int32_t L_61 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_60);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_62 = (&((L_60)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_61)))->___vertexBottomRight_17);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_63 = ___2_vertexColor;
|
|
L_62->___color_4 = L_63;
|
|
goto IL_0307;
|
|
}
|
|
|
|
IL_0188:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_64 = ___3_generationSettings;
|
|
NullCheck(L_64);
|
|
bool L_65 = L_64->___overrideRichTextColors_17;
|
|
if (L_65)
|
|
{
|
|
goto IL_01a2;
|
|
}
|
|
}
|
|
{
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63* L_66 = (&__this->___m_ColorStack_31);
|
|
int32_t L_67 = L_66->___index_1;
|
|
G_B8_0 = ((((int32_t)L_67) > ((int32_t)1))? 1 : 0);
|
|
goto IL_01a3;
|
|
}
|
|
|
|
IL_01a2:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_01a3:
|
|
{
|
|
V_5 = (bool)G_B8_0;
|
|
bool L_68 = V_5;
|
|
if (!L_68)
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_69 = ___4_textInfo;
|
|
NullCheck(L_69);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_70 = L_69->___textElementInfo_10;
|
|
int32_t L_71 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_70);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_72 = (&((L_70)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_71)))->___vertexBottomLeft_15);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_73 = ___2_vertexColor;
|
|
L_72->___color_4 = L_73;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_74 = ___4_textInfo;
|
|
NullCheck(L_74);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_75 = L_74->___textElementInfo_10;
|
|
int32_t L_76 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_75);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_77 = (&((L_75)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_76)))->___vertexTopLeft_14);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_78 = ___2_vertexColor;
|
|
L_77->___color_4 = L_78;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_79 = ___4_textInfo;
|
|
NullCheck(L_79);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_80 = L_79->___textElementInfo_10;
|
|
int32_t L_81 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_80);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_82 = (&((L_80)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_81)))->___vertexTopRight_16);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_83 = ___2_vertexColor;
|
|
L_82->___color_4 = L_83;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_84 = ___4_textInfo;
|
|
NullCheck(L_84);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_85 = L_84->___textElementInfo_10;
|
|
int32_t L_86 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_85);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_87 = (&((L_85)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_86)))->___vertexBottomRight_17);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_88 = ___2_vertexColor;
|
|
L_87->___color_4 = L_88;
|
|
goto IL_0306;
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_89 = ___4_textInfo;
|
|
NullCheck(L_89);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_90 = L_89->___textElementInfo_10;
|
|
int32_t L_91 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_90);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_92 = (&((L_90)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_91)))->___vertexBottomLeft_15);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_93 = ___3_generationSettings;
|
|
NullCheck(L_93);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_94 = L_93->___fontColorGradient_15;
|
|
NullCheck(L_94);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_95 = L_94->___bottomLeft_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_96 = ___2_vertexColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_97;
|
|
L_97 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_96, NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_98;
|
|
L_98 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_95, L_97, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_99;
|
|
L_99 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_98, NULL);
|
|
L_92->___color_4 = L_99;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_100 = ___4_textInfo;
|
|
NullCheck(L_100);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_101 = L_100->___textElementInfo_10;
|
|
int32_t L_102 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_101);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_103 = (&((L_101)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_102)))->___vertexTopLeft_14);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_104 = ___3_generationSettings;
|
|
NullCheck(L_104);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_105 = L_104->___fontColorGradient_15;
|
|
NullCheck(L_105);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_106 = L_105->___topLeft_5;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_107 = ___2_vertexColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_108;
|
|
L_108 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_107, NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_109;
|
|
L_109 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_106, L_108, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_110;
|
|
L_110 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_109, NULL);
|
|
L_103->___color_4 = L_110;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_111 = ___4_textInfo;
|
|
NullCheck(L_111);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_112 = L_111->___textElementInfo_10;
|
|
int32_t L_113 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_112);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_114 = (&((L_112)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_113)))->___vertexTopRight_16);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_115 = ___3_generationSettings;
|
|
NullCheck(L_115);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_116 = L_115->___fontColorGradient_15;
|
|
NullCheck(L_116);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_117 = L_116->___topRight_6;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_118 = ___2_vertexColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_119;
|
|
L_119 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_118, NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_120;
|
|
L_120 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_117, L_119, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_121;
|
|
L_121 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_120, NULL);
|
|
L_114->___color_4 = L_121;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_122 = ___4_textInfo;
|
|
NullCheck(L_122);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_123 = L_122->___textElementInfo_10;
|
|
int32_t L_124 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_123);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_125 = (&((L_123)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_124)))->___vertexBottomRight_17);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_126 = ___3_generationSettings;
|
|
NullCheck(L_126);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_127 = L_126->___fontColorGradient_15;
|
|
NullCheck(L_127);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_128 = L_127->___bottomRight_8;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_129 = ___2_vertexColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_130;
|
|
L_130 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_129, NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_131;
|
|
L_131 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_128, L_130, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_132;
|
|
L_132 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_131, NULL);
|
|
L_125->___color_4 = L_132;
|
|
}
|
|
|
|
IL_0306:
|
|
{
|
|
}
|
|
|
|
IL_0307:
|
|
{
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_133 = __this->___m_ColorGradientPreset_35;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_134;
|
|
L_134 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_133, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_6 = L_134;
|
|
bool L_135 = V_6;
|
|
if (!L_135)
|
|
{
|
|
goto IL_0422;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_136 = ___4_textInfo;
|
|
NullCheck(L_136);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_137 = L_136->___textElementInfo_10;
|
|
int32_t L_138 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_137);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_139 = (&((L_137)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_138)))->___vertexBottomLeft_15);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_140 = (&L_139->___color_4);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_141 = L_140;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_142 = (*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_141);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_143;
|
|
L_143 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_142, NULL);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_144 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_144);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_145 = L_144->___bottomLeft_7;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_146;
|
|
L_146 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_143, L_145, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_147;
|
|
L_147 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_146, NULL);
|
|
*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_141 = L_147;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_148 = ___4_textInfo;
|
|
NullCheck(L_148);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_149 = L_148->___textElementInfo_10;
|
|
int32_t L_150 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_149);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_151 = (&((L_149)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_150)))->___vertexTopLeft_14);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_152 = (&L_151->___color_4);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_153 = L_152;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_154 = (*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_153);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_155;
|
|
L_155 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_154, NULL);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_156 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_156);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_157 = L_156->___topLeft_5;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_158;
|
|
L_158 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_155, L_157, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_159;
|
|
L_159 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_158, NULL);
|
|
*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_153 = L_159;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_160 = ___4_textInfo;
|
|
NullCheck(L_160);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_161 = L_160->___textElementInfo_10;
|
|
int32_t L_162 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_161);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_163 = (&((L_161)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_162)))->___vertexTopRight_16);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_164 = (&L_163->___color_4);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_165 = L_164;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_166 = (*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_165);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_167;
|
|
L_167 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_166, NULL);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_168 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_168);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_169 = L_168->___topRight_6;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_170;
|
|
L_170 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_167, L_169, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_171;
|
|
L_171 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_170, NULL);
|
|
*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_165 = L_171;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_172 = ___4_textInfo;
|
|
NullCheck(L_172);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_173 = L_172->___textElementInfo_10;
|
|
int32_t L_174 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_173);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_175 = (&((L_173)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_174)))->___vertexBottomRight_17);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_176 = (&L_175->___color_4);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_177 = L_176;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_178 = (*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_177);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_179;
|
|
L_179 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_178, NULL);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_180 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_180);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_181 = L_180->___bottomRight_8;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_182;
|
|
L_182 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_179, L_181, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_183;
|
|
L_183 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_182, NULL);
|
|
*(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)L_177 = L_183;
|
|
}
|
|
|
|
IL_0422:
|
|
{
|
|
bool L_184 = __this->___m_IsSdfShader_100;
|
|
V_7 = (bool)((((int32_t)L_184) == ((int32_t)0))? 1 : 0);
|
|
bool L_185 = V_7;
|
|
if (!L_185)
|
|
{
|
|
goto IL_0438;
|
|
}
|
|
}
|
|
{
|
|
___1_stylePadding = (0.0f);
|
|
}
|
|
|
|
IL_0438:
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_186 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_186);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_187;
|
|
L_187 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_186, NULL);
|
|
NullCheck(L_187);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_188;
|
|
L_188 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_187, NULL);
|
|
V_8 = L_188;
|
|
int32_t L_189;
|
|
L_189 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_8), NULL);
|
|
float L_190 = ___0_padding;
|
|
float L_191 = ___1_stylePadding;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_192 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_192);
|
|
int32_t L_193;
|
|
L_193 = FontAsset_get_atlasWidth_mE711550FDD4B5F988B77AB5D332A80A34B5CF364(L_192, NULL);
|
|
(&V_0)->___x_0 = ((float)(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)L_189), L_190)), L_191))/((float)L_193)));
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_194 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_194);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_195;
|
|
L_195 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_194, NULL);
|
|
NullCheck(L_195);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_196;
|
|
L_196 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_195, NULL);
|
|
V_8 = L_196;
|
|
int32_t L_197;
|
|
L_197 = GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA((&V_8), NULL);
|
|
float L_198 = ___0_padding;
|
|
float L_199 = ___1_stylePadding;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_200 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_200);
|
|
int32_t L_201;
|
|
L_201 = FontAsset_get_atlasHeight_m306FBF7D35C39123A4770E147FAF95B1B8DE8086(L_200, NULL);
|
|
(&V_0)->___y_1 = ((float)(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)L_197), L_198)), L_199))/((float)L_201)));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_202 = V_0;
|
|
float L_203 = L_202.___x_0;
|
|
(&V_1)->___x_0 = L_203;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_204 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_204);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_205;
|
|
L_205 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_204, NULL);
|
|
NullCheck(L_205);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_206;
|
|
L_206 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_205, NULL);
|
|
V_8 = L_206;
|
|
int32_t L_207;
|
|
L_207 = GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA((&V_8), NULL);
|
|
float L_208 = ___0_padding;
|
|
float L_209 = ___1_stylePadding;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_210 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_210);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_211;
|
|
L_211 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_210, NULL);
|
|
NullCheck(L_211);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_212;
|
|
L_212 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_211, NULL);
|
|
V_8 = L_212;
|
|
int32_t L_213;
|
|
L_213 = GlyphRect_get_height_m7F4D04452994E0D18762BB44352608E484DAAC1A((&V_8), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_214 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_214);
|
|
int32_t L_215;
|
|
L_215 = FontAsset_get_atlasHeight_m306FBF7D35C39123A4770E147FAF95B1B8DE8086(L_214, NULL);
|
|
(&V_1)->___y_1 = ((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)L_207), L_208)), L_209)), ((float)L_213)))/((float)L_215)));
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_216 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_216);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_217;
|
|
L_217 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_216, NULL);
|
|
NullCheck(L_217);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_218;
|
|
L_218 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_217, NULL);
|
|
V_8 = L_218;
|
|
int32_t L_219;
|
|
L_219 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_8), NULL);
|
|
float L_220 = ___0_padding;
|
|
float L_221 = ___1_stylePadding;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_222 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_222);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_223;
|
|
L_223 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_222, NULL);
|
|
NullCheck(L_223);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_224;
|
|
L_224 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_223, NULL);
|
|
V_8 = L_224;
|
|
int32_t L_225;
|
|
L_225 = GlyphRect_get_width_mD291C7644BBF18D6A213427F6C9C28840F233F12((&V_8), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_226 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_226);
|
|
int32_t L_227;
|
|
L_227 = FontAsset_get_atlasWidth_mE711550FDD4B5F988B77AB5D332A80A34B5CF364(L_226, NULL);
|
|
(&V_2)->___x_0 = ((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)L_219), L_220)), L_221)), ((float)L_225)))/((float)L_227)));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_228 = V_1;
|
|
float L_229 = L_228.___y_1;
|
|
(&V_2)->___y_1 = L_229;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_230 = V_2;
|
|
float L_231 = L_230.___x_0;
|
|
(&V_3)->___x_0 = L_231;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_232 = V_0;
|
|
float L_233 = L_232.___y_1;
|
|
(&V_3)->___y_1 = L_233;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_234 = ___4_textInfo;
|
|
NullCheck(L_234);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_235 = L_234->___textElementInfo_10;
|
|
int32_t L_236 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_235);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_237 = (&((L_235)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_236)))->___vertexBottomLeft_15);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_238 = V_0;
|
|
L_237->___uv_1 = L_238;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_239 = ___4_textInfo;
|
|
NullCheck(L_239);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_240 = L_239->___textElementInfo_10;
|
|
int32_t L_241 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_240);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_242 = (&((L_240)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_241)))->___vertexTopLeft_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_243 = V_1;
|
|
L_242->___uv_1 = L_243;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_244 = ___4_textInfo;
|
|
NullCheck(L_244);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_245 = L_244->___textElementInfo_10;
|
|
int32_t L_246 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_245);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_247 = (&((L_245)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_246)))->___vertexTopRight_16);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_248 = V_2;
|
|
L_247->___uv_1 = L_248;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_249 = ___4_textInfo;
|
|
NullCheck(L_249);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_250 = L_249->___textElementInfo_10;
|
|
int32_t L_251 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_250);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_252 = (&((L_250)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_251)))->___vertexBottomRight_17);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_253 = V_3;
|
|
L_252->___uv_1 = L_253;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::SaveSpriteVertexInfo(UnityEngine.Color32,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_SaveSpriteVertexInfo_m4B47901F01927E7CC4E486A1C4354AFBF4D138A5 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_vertexColor, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___1_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___2_textInfo, 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;
|
|
}
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
uint8_t V_10 = 0x0;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B5_0;
|
|
memset((&G_B5_0), 0, sizeof(G_B5_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B7_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B6_0 = NULL;
|
|
uint8_t G_B11_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B11_1 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B9_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B9_1 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B8_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B8_1 = NULL;
|
|
uint8_t G_B10_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B10_1 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B10_2 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B15_0;
|
|
memset((&G_B15_0), 0, sizeof(G_B15_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B18_0;
|
|
memset((&G_B18_0), 0, sizeof(G_B18_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B21_0;
|
|
memset((&G_B21_0), 0, sizeof(G_B21_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B24_0;
|
|
memset((&G_B24_0), 0, sizeof(G_B24_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B29_0;
|
|
memset((&G_B29_0), 0, sizeof(G_B29_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B32_0;
|
|
memset((&G_B32_0), 0, sizeof(G_B32_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B35_0;
|
|
memset((&G_B35_0), 0, sizeof(G_B35_0));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B38_0;
|
|
memset((&G_B38_0), 0, sizeof(G_B38_0));
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_0 = ___2_textInfo;
|
|
NullCheck(L_0);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_1 = L_0->___textElementInfo_10;
|
|
int32_t L_2 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_1);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_3 = (&((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->___vertexBottomLeft_15);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_4 = ___2_textInfo;
|
|
NullCheck(L_4);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_5 = L_4->___textElementInfo_10;
|
|
int32_t L_6 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->___bottomLeft_19;
|
|
L_3->___position_0 = L_7;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_8 = ___2_textInfo;
|
|
NullCheck(L_8);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_9 = L_8->___textElementInfo_10;
|
|
int32_t L_10 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_9);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_11 = (&((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->___vertexTopLeft_14);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_12 = ___2_textInfo;
|
|
NullCheck(L_12);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_13 = L_12->___textElementInfo_10;
|
|
int32_t L_14 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->___topLeft_18;
|
|
L_11->___position_0 = L_15;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_16 = ___2_textInfo;
|
|
NullCheck(L_16);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_17 = L_16->___textElementInfo_10;
|
|
int32_t L_18 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_17);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_19 = (&((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->___vertexTopRight_16);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_20 = ___2_textInfo;
|
|
NullCheck(L_20);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_21 = L_20->___textElementInfo_10;
|
|
int32_t L_22 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_21);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)))->___topRight_20;
|
|
L_19->___position_0 = L_23;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_24 = ___2_textInfo;
|
|
NullCheck(L_24);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_25 = L_24->___textElementInfo_10;
|
|
int32_t L_26 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_25);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_27 = (&((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)))->___vertexBottomRight_17);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_28 = ___2_textInfo;
|
|
NullCheck(L_28);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_29 = L_28->___textElementInfo_10;
|
|
int32_t L_30 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_29);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->___bottomRight_21;
|
|
L_27->___position_0 = L_31;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_32 = ___1_generationSettings;
|
|
NullCheck(L_32);
|
|
bool L_33 = L_32->___tintSprites_16;
|
|
V_9 = L_33;
|
|
bool L_34 = V_9;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_TintSprite_96 = (bool)1;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
bool L_35 = __this->___m_TintSprite_96;
|
|
if (L_35)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_36 = __this->___m_SpriteColor_74;
|
|
G_B5_0 = L_36;
|
|
goto IL_00f4;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_37 = __this->___m_SpriteColor_74;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_38 = ___0_vertexColor;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_39;
|
|
L_39 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_37, L_38, NULL);
|
|
G_B5_0 = L_39;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
V_0 = G_B5_0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_40 = V_0;
|
|
uint8_t L_41 = L_40.___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_42 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_43 = L_42->___a_4;
|
|
G_B6_0 = (&V_0);
|
|
if ((((int32_t)L_41) < ((int32_t)L_43)))
|
|
{
|
|
G_B7_0 = (&V_0);
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_44 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_45 = L_44->___a_4;
|
|
G_B11_0 = L_45;
|
|
G_B11_1 = G_B6_0;
|
|
goto IL_013f;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_46 = V_0;
|
|
uint8_t L_47 = L_46.___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_48 = ___0_vertexColor;
|
|
uint8_t L_49 = L_48.___a_4;
|
|
G_B8_0 = (&V_0);
|
|
G_B8_1 = G_B7_0;
|
|
if ((((int32_t)L_47) < ((int32_t)L_49)))
|
|
{
|
|
G_B9_0 = (&V_0);
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_50 = ___0_vertexColor;
|
|
uint8_t L_51 = L_50.___a_4;
|
|
G_B10_0 = L_51;
|
|
G_B10_1 = G_B8_0;
|
|
G_B10_2 = G_B8_1;
|
|
goto IL_0135;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_52 = V_0;
|
|
uint8_t L_53 = L_52.___a_4;
|
|
G_B10_0 = L_53;
|
|
G_B10_1 = G_B9_0;
|
|
G_B10_2 = G_B9_1;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
uint8_t L_54 = G_B10_0;
|
|
V_10 = L_54;
|
|
G_B10_1->___a_4 = L_54;
|
|
uint8_t L_55 = V_10;
|
|
G_B11_0 = L_55;
|
|
G_B11_1 = G_B10_2;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
G_B11_1->___a_4 = G_B11_0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_56 = V_0;
|
|
V_1 = L_56;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_57 = V_0;
|
|
V_2 = L_57;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_58 = V_0;
|
|
V_3 = L_58;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_59 = V_0;
|
|
V_4 = L_59;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_60 = ___1_generationSettings;
|
|
NullCheck(L_60);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_61 = L_60->___fontColorGradient_15;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_62;
|
|
L_62 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_61, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_11 = L_62;
|
|
bool L_63 = V_11;
|
|
if (!L_63)
|
|
{
|
|
goto IL_01ef;
|
|
}
|
|
}
|
|
{
|
|
bool L_64 = __this->___m_TintSprite_96;
|
|
if (L_64)
|
|
{
|
|
goto IL_016e;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_65 = V_1;
|
|
G_B15_0 = L_65;
|
|
goto IL_0184;
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_66 = V_1;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_67 = ___1_generationSettings;
|
|
NullCheck(L_67);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_68 = L_67->___fontColorGradient_15;
|
|
NullCheck(L_68);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_69 = L_68->___bottomLeft_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_70;
|
|
L_70 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_69, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_71;
|
|
L_71 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_66, L_70, NULL);
|
|
G_B15_0 = L_71;
|
|
}
|
|
|
|
IL_0184:
|
|
{
|
|
V_1 = G_B15_0;
|
|
bool L_72 = __this->___m_TintSprite_96;
|
|
if (L_72)
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_73 = V_2;
|
|
G_B18_0 = L_73;
|
|
goto IL_01a6;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_74 = V_2;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_75 = ___1_generationSettings;
|
|
NullCheck(L_75);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_76 = L_75->___fontColorGradient_15;
|
|
NullCheck(L_76);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_77 = L_76->___topLeft_5;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_78;
|
|
L_78 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_77, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_79;
|
|
L_79 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_74, L_78, NULL);
|
|
G_B18_0 = L_79;
|
|
}
|
|
|
|
IL_01a6:
|
|
{
|
|
V_2 = G_B18_0;
|
|
bool L_80 = __this->___m_TintSprite_96;
|
|
if (L_80)
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_81 = V_3;
|
|
G_B21_0 = L_81;
|
|
goto IL_01c8;
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_82 = V_3;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_83 = ___1_generationSettings;
|
|
NullCheck(L_83);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_84 = L_83->___fontColorGradient_15;
|
|
NullCheck(L_84);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_85 = L_84->___topRight_6;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_86;
|
|
L_86 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_85, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_87;
|
|
L_87 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_82, L_86, NULL);
|
|
G_B21_0 = L_87;
|
|
}
|
|
|
|
IL_01c8:
|
|
{
|
|
V_3 = G_B21_0;
|
|
bool L_88 = __this->___m_TintSprite_96;
|
|
if (L_88)
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_89 = V_4;
|
|
G_B24_0 = L_89;
|
|
goto IL_01ec;
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_90 = V_4;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_91 = ___1_generationSettings;
|
|
NullCheck(L_91);
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_92 = L_91->___fontColorGradient_15;
|
|
NullCheck(L_92);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_93 = L_92->___bottomRight_8;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_94;
|
|
L_94 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_93, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_95;
|
|
L_95 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_90, L_94, NULL);
|
|
G_B24_0 = L_95;
|
|
}
|
|
|
|
IL_01ec:
|
|
{
|
|
V_4 = G_B24_0;
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_96 = __this->___m_ColorGradientPreset_35;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_97;
|
|
L_97 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_96, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_12 = L_97;
|
|
bool L_98 = V_12;
|
|
if (!L_98)
|
|
{
|
|
goto IL_0291;
|
|
}
|
|
}
|
|
{
|
|
bool L_99 = __this->___m_TintSprite_96;
|
|
if (L_99)
|
|
{
|
|
goto IL_0210;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_100 = V_1;
|
|
G_B29_0 = L_100;
|
|
goto IL_0226;
|
|
}
|
|
|
|
IL_0210:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_101 = V_1;
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_102 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_102);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_103 = L_102->___bottomLeft_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_104;
|
|
L_104 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_103, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_105;
|
|
L_105 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_101, L_104, NULL);
|
|
G_B29_0 = L_105;
|
|
}
|
|
|
|
IL_0226:
|
|
{
|
|
V_1 = G_B29_0;
|
|
bool L_106 = __this->___m_TintSprite_96;
|
|
if (L_106)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_107 = V_2;
|
|
G_B32_0 = L_107;
|
|
goto IL_0248;
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_108 = V_2;
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_109 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_109);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_110 = L_109->___topLeft_5;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_111;
|
|
L_111 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_110, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_112;
|
|
L_112 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_108, L_111, NULL);
|
|
G_B32_0 = L_112;
|
|
}
|
|
|
|
IL_0248:
|
|
{
|
|
V_2 = G_B32_0;
|
|
bool L_113 = __this->___m_TintSprite_96;
|
|
if (L_113)
|
|
{
|
|
goto IL_0254;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_114 = V_3;
|
|
G_B35_0 = L_114;
|
|
goto IL_026a;
|
|
}
|
|
|
|
IL_0254:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_115 = V_3;
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_116 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_116);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_117 = L_116->___topRight_6;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_118;
|
|
L_118 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_117, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_119;
|
|
L_119 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_115, L_118, NULL);
|
|
G_B35_0 = L_119;
|
|
}
|
|
|
|
IL_026a:
|
|
{
|
|
V_3 = G_B35_0;
|
|
bool L_120 = __this->___m_TintSprite_96;
|
|
if (L_120)
|
|
{
|
|
goto IL_0277;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_121 = V_4;
|
|
G_B38_0 = L_121;
|
|
goto IL_028e;
|
|
}
|
|
|
|
IL_0277:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_122 = V_4;
|
|
TextColorGradient_t22D94E441E8E8CD772B966C167E5C0AEB0919D70* L_123 = __this->___m_ColorGradientPreset_35;
|
|
NullCheck(L_123);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_124 = L_123->___bottomRight_8;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_125;
|
|
L_125 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_124, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_126;
|
|
L_126 = ColorUtilities_MultiplyColors_m81D3E41A86E195794977F31C5A944DB40FE734B4(L_122, L_125, NULL);
|
|
G_B38_0 = L_126;
|
|
}
|
|
|
|
IL_028e:
|
|
{
|
|
V_4 = G_B38_0;
|
|
}
|
|
|
|
IL_0291:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_127 = ___2_textInfo;
|
|
NullCheck(L_127);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_128 = L_127->___textElementInfo_10;
|
|
int32_t L_129 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_128);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_130 = (&((L_128)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_129)))->___vertexBottomLeft_15);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_131 = V_1;
|
|
L_130->___color_4 = L_131;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_132 = ___2_textInfo;
|
|
NullCheck(L_132);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_133 = L_132->___textElementInfo_10;
|
|
int32_t L_134 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_133);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_135 = (&((L_133)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_134)))->___vertexTopLeft_14);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_136 = V_2;
|
|
L_135->___color_4 = L_136;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_137 = ___2_textInfo;
|
|
NullCheck(L_137);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_138 = L_137->___textElementInfo_10;
|
|
int32_t L_139 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_138);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_140 = (&((L_138)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_139)))->___vertexTopRight_16);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_141 = V_3;
|
|
L_140->___color_4 = L_141;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_142 = ___2_textInfo;
|
|
NullCheck(L_142);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_143 = L_142->___textElementInfo_10;
|
|
int32_t L_144 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_143);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_145 = (&((L_143)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_144)))->___vertexBottomRight_17);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_146 = V_4;
|
|
L_145->___color_4 = L_146;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_147 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_147);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_148;
|
|
L_148 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_147, NULL);
|
|
NullCheck(L_148);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_149;
|
|
L_149 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_148, NULL);
|
|
V_13 = L_149;
|
|
int32_t L_150;
|
|
L_150 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_13), NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_151 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_151);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_152;
|
|
L_152 = SpriteAsset_get_spriteSheet_mC53205114A12A79F7495FA5F5EFC9948F151256B(L_151, NULL);
|
|
NullCheck(L_152);
|
|
int32_t L_153;
|
|
L_153 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_152);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_154 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_154);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_155;
|
|
L_155 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_154, NULL);
|
|
NullCheck(L_155);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_156;
|
|
L_156 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_155, NULL);
|
|
V_13 = L_156;
|
|
int32_t L_157;
|
|
L_157 = GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA((&V_13), NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_158 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_158);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_159;
|
|
L_159 = SpriteAsset_get_spriteSheet_mC53205114A12A79F7495FA5F5EFC9948F151256B(L_158, NULL);
|
|
NullCheck(L_159);
|
|
int32_t L_160;
|
|
L_160 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_159);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_5), ((float)(((float)L_150)/((float)L_153))), ((float)(((float)L_157)/((float)L_160))), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_161 = V_5;
|
|
float L_162 = L_161.___x_0;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_163 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_163);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_164;
|
|
L_164 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_163, NULL);
|
|
NullCheck(L_164);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_165;
|
|
L_165 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_164, NULL);
|
|
V_13 = L_165;
|
|
int32_t L_166;
|
|
L_166 = GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA((&V_13), NULL);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_167 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_167);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_168;
|
|
L_168 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_167, NULL);
|
|
NullCheck(L_168);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_169;
|
|
L_169 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_168, NULL);
|
|
V_13 = L_169;
|
|
int32_t L_170;
|
|
L_170 = GlyphRect_get_height_m7F4D04452994E0D18762BB44352608E484DAAC1A((&V_13), NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_171 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_171);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_172;
|
|
L_172 = SpriteAsset_get_spriteSheet_mC53205114A12A79F7495FA5F5EFC9948F151256B(L_171, NULL);
|
|
NullCheck(L_172);
|
|
int32_t L_173;
|
|
L_173 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_172);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_6), L_162, ((float)(((float)((int32_t)il2cpp_codegen_add(L_166, L_170)))/((float)L_173))), NULL);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_174 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_174);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_175;
|
|
L_175 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_174, NULL);
|
|
NullCheck(L_175);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_176;
|
|
L_176 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_175, NULL);
|
|
V_13 = L_176;
|
|
int32_t L_177;
|
|
L_177 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_13), NULL);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_178 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_178);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_179;
|
|
L_179 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_178, NULL);
|
|
NullCheck(L_179);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_180;
|
|
L_180 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_179, NULL);
|
|
V_13 = L_180;
|
|
int32_t L_181;
|
|
L_181 = GlyphRect_get_width_mD291C7644BBF18D6A213427F6C9C28840F233F12((&V_13), NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_182 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_182);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_183;
|
|
L_183 = SpriteAsset_get_spriteSheet_mC53205114A12A79F7495FA5F5EFC9948F151256B(L_182, NULL);
|
|
NullCheck(L_183);
|
|
int32_t L_184;
|
|
L_184 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_183);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_185 = V_6;
|
|
float L_186 = L_185.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_7), ((float)(((float)((int32_t)il2cpp_codegen_add(L_177, L_181)))/((float)L_184))), L_186, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_187 = V_7;
|
|
float L_188 = L_187.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_189 = V_5;
|
|
float L_190 = L_189.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_8), L_188, L_190, NULL);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_191 = ___2_textInfo;
|
|
NullCheck(L_191);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_192 = L_191->___textElementInfo_10;
|
|
int32_t L_193 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_192);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_194 = (&((L_192)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_193)))->___vertexBottomLeft_15);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_195 = V_5;
|
|
L_194->___uv_1 = L_195;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_196 = ___2_textInfo;
|
|
NullCheck(L_196);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_197 = L_196->___textElementInfo_10;
|
|
int32_t L_198 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_197);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_199 = (&((L_197)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_198)))->___vertexTopLeft_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_200 = V_6;
|
|
L_199->___uv_1 = L_200;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_201 = ___2_textInfo;
|
|
NullCheck(L_201);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_202 = L_201->___textElementInfo_10;
|
|
int32_t L_203 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_202);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_204 = (&((L_202)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_203)))->___vertexTopRight_16);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_205 = V_7;
|
|
L_204->___uv_1 = L_205;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_206 = ___2_textInfo;
|
|
NullCheck(L_206);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_207 = L_206->___textElementInfo_10;
|
|
int32_t L_208 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_207);
|
|
TextVertex_tF030A16DC67EAF3F6C9C9C0564D4B88758B173A9* L_209 = (&((L_207)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_208)))->___vertexBottomRight_17);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_210 = V_8;
|
|
L_209->___uv_1 = L_210;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_DrawUnderlineMesh_m7BA49F01C2BC1BEF7845A3D8487B45F15A3BB20E (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_start, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_end, int32_t* ___2_index, float ___3_startScale, float ___4_endScale, float ___5_maxScale, float ___6_sdfScale, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___7_underlineColor, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___8_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___9_textInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral804E3B76CDCD07E13EAE2E489D1D76D145E0DED6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* V_9 = NULL;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 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));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
float V_21 = 0.0f;
|
|
float V_22 = 0.0f;
|
|
float V_23 = 0.0f;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_24 = NULL;
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* V_25 = NULL;
|
|
bool V_26 = false;
|
|
bool V_27 = false;
|
|
bool V_28 = false;
|
|
bool V_29 = false;
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 V_30;
|
|
memset((&V_30), 0, sizeof(V_30));
|
|
bool V_31 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B12_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B11_0 = NULL;
|
|
uint8_t G_B13_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B13_1 = NULL;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___8_generationSettings;
|
|
NullCheck(L_0);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1 = L_0->___textSettings_9;
|
|
V_0 = L_1;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_2 = ___8_generationSettings;
|
|
TextGenerator_GetUnderlineSpecialCharacter_mE5E9D5DEB9A7758333CDDCAD05EF25F076EC1AD5(__this, L_2, NULL);
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_3 = (&__this->___m_Underline_98);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_4 = L_3->___character_0;
|
|
V_26 = (bool)((((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_5 = V_26;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = TextSettings_get_displayWarnings_m3CA9FCB44B30CC06F54CD3716D68285FF844DF83_inline(L_6, NULL);
|
|
V_27 = L_7;
|
|
bool L_8 = V_27;
|
|
if (!L_8)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral804E3B76CDCD07E13EAE2E489D1D76D145E0DED6, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
goto IL_0ad9;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_9 = (&__this->___m_Underline_98);
|
|
int32_t L_10 = L_9->___materialIndex_3;
|
|
V_1 = L_10;
|
|
int32_t* L_11 = ___2_index;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_12, ((int32_t)12)));
|
|
int32_t L_13 = V_2;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_14 = ___9_textInfo;
|
|
NullCheck(L_14);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_15 = L_14->___meshInfo_15;
|
|
int32_t L_16 = V_1;
|
|
NullCheck(L_15);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16)))->___vertices_2;
|
|
NullCheck(L_17);
|
|
V_28 = (bool)((((int32_t)L_13) > ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))? 1 : 0);
|
|
bool L_18 = V_28;
|
|
if (!L_18)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_19 = ___9_textInfo;
|
|
NullCheck(L_19);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_20 = L_19->___meshInfo_15;
|
|
int32_t L_21 = V_1;
|
|
NullCheck(L_20);
|
|
int32_t L_22 = V_2;
|
|
MeshInfo_ResizeMeshInfo_mE411FE40935FB9CFB7C334B3A1F216A98B96F5FC(((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21))), ((int32_t)(L_22/4)), NULL);
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = ___0_start;
|
|
float L_24 = L_23.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = ___1_end;
|
|
float L_26 = L_25.___y_3;
|
|
float L_27;
|
|
L_27 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_24, L_26, NULL);
|
|
(&___0_start)->___y_3 = L_27;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = ___0_start;
|
|
float L_29 = L_28.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = ___1_end;
|
|
float L_31 = L_30.___y_3;
|
|
float L_32;
|
|
L_32 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_29, L_31, NULL);
|
|
(&___1_end)->___y_3 = L_32;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_33 = (&__this->___m_Underline_98);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_34 = L_33->___character_0;
|
|
NullCheck(L_34);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_35;
|
|
L_35 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_34, NULL);
|
|
NullCheck(L_35);
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_36;
|
|
L_36 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_35, NULL);
|
|
V_3 = L_36;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_37 = (&__this->___m_Underline_98);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_38 = L_37->___character_0;
|
|
NullCheck(L_38);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_39;
|
|
L_39 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_38, NULL);
|
|
NullCheck(L_39);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_40;
|
|
L_40 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_39, NULL);
|
|
V_4 = L_40;
|
|
float L_41;
|
|
L_41 = GlyphMetrics_get_width_m0F9F391E3A98984167E8001D4101BE1CE9354D13((&V_3), NULL);
|
|
float L_42 = ___5_maxScale;
|
|
V_5 = ((float)il2cpp_codegen_multiply(((float)(L_41/(2.0f))), L_42));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43 = ___1_end;
|
|
float L_44 = L_43.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45 = ___0_start;
|
|
float L_46 = L_45.___x_2;
|
|
float L_47;
|
|
L_47 = GlyphMetrics_get_width_m0F9F391E3A98984167E8001D4101BE1CE9354D13((&V_3), NULL);
|
|
float L_48 = ___5_maxScale;
|
|
V_29 = (bool)((((float)((float)il2cpp_codegen_subtract(L_44, L_46))) < ((float)((float)il2cpp_codegen_multiply(L_47, L_48))))? 1 : 0);
|
|
bool L_49 = V_29;
|
|
if (!L_49)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_50 = ___1_end;
|
|
float L_51 = L_50.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52 = ___0_start;
|
|
float L_53 = L_52.___x_2;
|
|
V_5 = ((float)(((float)il2cpp_codegen_subtract(L_51, L_53))/(2.0f)));
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
float L_54 = __this->___m_Padding_11;
|
|
float L_55 = ___3_startScale;
|
|
float L_56 = ___5_maxScale;
|
|
V_6 = ((float)(((float)il2cpp_codegen_multiply(L_54, L_55))/L_56));
|
|
float L_57 = __this->___m_Padding_11;
|
|
float L_58 = ___4_endScale;
|
|
float L_59 = ___5_maxScale;
|
|
V_7 = ((float)(((float)il2cpp_codegen_multiply(L_57, L_58))/L_59));
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_60 = (&__this->___m_Underline_98);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_61 = L_60->___fontAsset_1;
|
|
NullCheck(L_61);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_62;
|
|
L_62 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_61, NULL);
|
|
V_30 = L_62;
|
|
float L_63;
|
|
L_63 = FaceInfo_get_underlineThickness_mC032F8C026994AF3FD49E6AB12E113F61EFA98E2((&V_30), NULL);
|
|
V_8 = L_63;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_64 = ___9_textInfo;
|
|
NullCheck(L_64);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_65 = L_64->___meshInfo_15;
|
|
NullCheck(L_65);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_66 = ((L_65)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___vertices_2;
|
|
V_9 = L_66;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_67 = V_9;
|
|
int32_t* L_68 = ___2_index;
|
|
int32_t L_69 = *((int32_t*)L_68);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70 = ___0_start;
|
|
float L_71 = V_8;
|
|
float L_72 = __this->___m_Padding_11;
|
|
float L_73 = ___5_maxScale;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_74;
|
|
memset((&L_74), 0, sizeof(L_74));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_74), (0.0f), ((float)il2cpp_codegen_subtract((0.0f), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(L_71, L_72)), L_73)))), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_75;
|
|
L_75 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_70, L_74, NULL);
|
|
NullCheck(L_67);
|
|
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(L_69), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_75);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_76 = V_9;
|
|
int32_t* L_77 = ___2_index;
|
|
int32_t L_78 = *((int32_t*)L_77);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_79 = ___0_start;
|
|
float L_80 = __this->___m_Padding_11;
|
|
float L_81 = ___5_maxScale;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_82;
|
|
memset((&L_82), 0, sizeof(L_82));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_82), (0.0f), ((float)il2cpp_codegen_multiply(L_80, L_81)), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_83;
|
|
L_83 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_79, L_82, NULL);
|
|
NullCheck(L_76);
|
|
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_78, 1))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_83);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_84 = V_9;
|
|
int32_t* L_85 = ___2_index;
|
|
int32_t L_86 = *((int32_t*)L_85);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_87 = V_9;
|
|
int32_t* L_88 = ___2_index;
|
|
int32_t L_89 = *((int32_t*)L_88);
|
|
NullCheck(L_87);
|
|
int32_t L_90 = ((int32_t)il2cpp_codegen_add(L_89, 1));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_91 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
|
|
float L_92 = V_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_93;
|
|
memset((&L_93), 0, sizeof(L_93));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_93), L_92, (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_94;
|
|
L_94 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_91, L_93, NULL);
|
|
NullCheck(L_84);
|
|
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_86, 2))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_94);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_95 = V_9;
|
|
int32_t* L_96 = ___2_index;
|
|
int32_t L_97 = *((int32_t*)L_96);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_98 = V_9;
|
|
int32_t* L_99 = ___2_index;
|
|
int32_t L_100 = *((int32_t*)L_99);
|
|
NullCheck(L_98);
|
|
int32_t L_101 = L_100;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_102 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_101));
|
|
float L_103 = V_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_104;
|
|
memset((&L_104), 0, sizeof(L_104));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_104), L_103, (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_105;
|
|
L_105 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_102, L_104, NULL);
|
|
NullCheck(L_95);
|
|
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_97, 3))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_105);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_106 = V_9;
|
|
int32_t* L_107 = ___2_index;
|
|
int32_t L_108 = *((int32_t*)L_107);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_109 = V_9;
|
|
int32_t* L_110 = ___2_index;
|
|
int32_t L_111 = *((int32_t*)L_110);
|
|
NullCheck(L_109);
|
|
int32_t L_112 = ((int32_t)il2cpp_codegen_add(L_111, 3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_113 = (L_109)->GetAt(static_cast<il2cpp_array_size_t>(L_112));
|
|
NullCheck(L_106);
|
|
(L_106)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_108, 4))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_113);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_114 = V_9;
|
|
int32_t* L_115 = ___2_index;
|
|
int32_t L_116 = *((int32_t*)L_115);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_117 = V_9;
|
|
int32_t* L_118 = ___2_index;
|
|
int32_t L_119 = *((int32_t*)L_118);
|
|
NullCheck(L_117);
|
|
int32_t L_120 = ((int32_t)il2cpp_codegen_add(L_119, 2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_121 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
|
|
NullCheck(L_114);
|
|
(L_114)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_116, 5))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_121);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_122 = V_9;
|
|
int32_t* L_123 = ___2_index;
|
|
int32_t L_124 = *((int32_t*)L_123);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_125 = ___1_end;
|
|
float L_126 = V_5;
|
|
float L_127 = __this->___m_Padding_11;
|
|
float L_128 = ___5_maxScale;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_129;
|
|
memset((&L_129), 0, sizeof(L_129));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_129), ((-L_126)), ((float)il2cpp_codegen_multiply(L_127, L_128)), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_130;
|
|
L_130 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_125, L_129, NULL);
|
|
NullCheck(L_122);
|
|
(L_122)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_124, 6))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_130);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_131 = V_9;
|
|
int32_t* L_132 = ___2_index;
|
|
int32_t L_133 = *((int32_t*)L_132);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_134 = ___1_end;
|
|
float L_135 = V_5;
|
|
float L_136 = V_8;
|
|
float L_137 = __this->___m_Padding_11;
|
|
float L_138 = ___5_maxScale;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_139;
|
|
memset((&L_139), 0, sizeof(L_139));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_139), ((-L_135)), ((float)il2cpp_codegen_multiply(((-((float)il2cpp_codegen_add(L_136, L_137)))), L_138)), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_140;
|
|
L_140 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_134, L_139, NULL);
|
|
NullCheck(L_131);
|
|
(L_131)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_133, 7))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_140);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_141 = V_9;
|
|
int32_t* L_142 = ___2_index;
|
|
int32_t L_143 = *((int32_t*)L_142);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_144 = V_9;
|
|
int32_t* L_145 = ___2_index;
|
|
int32_t L_146 = *((int32_t*)L_145);
|
|
NullCheck(L_144);
|
|
int32_t L_147 = ((int32_t)il2cpp_codegen_add(L_146, 7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_148 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
|
|
NullCheck(L_141);
|
|
(L_141)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_143, 8))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_148);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_149 = V_9;
|
|
int32_t* L_150 = ___2_index;
|
|
int32_t L_151 = *((int32_t*)L_150);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_152 = V_9;
|
|
int32_t* L_153 = ___2_index;
|
|
int32_t L_154 = *((int32_t*)L_153);
|
|
NullCheck(L_152);
|
|
int32_t L_155 = ((int32_t)il2cpp_codegen_add(L_154, 6));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_156 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_155));
|
|
NullCheck(L_149);
|
|
(L_149)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_151, ((int32_t)9)))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_156);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_157 = V_9;
|
|
int32_t* L_158 = ___2_index;
|
|
int32_t L_159 = *((int32_t*)L_158);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_160 = ___1_end;
|
|
float L_161 = __this->___m_Padding_11;
|
|
float L_162 = ___5_maxScale;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_163;
|
|
memset((&L_163), 0, sizeof(L_163));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_163), (0.0f), ((float)il2cpp_codegen_multiply(L_161, L_162)), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_164;
|
|
L_164 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_160, L_163, NULL);
|
|
NullCheck(L_157);
|
|
(L_157)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_159, ((int32_t)10)))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_164);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_165 = V_9;
|
|
int32_t* L_166 = ___2_index;
|
|
int32_t L_167 = *((int32_t*)L_166);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_168 = ___1_end;
|
|
float L_169 = V_8;
|
|
float L_170 = __this->___m_Padding_11;
|
|
float L_171 = ___5_maxScale;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_172;
|
|
memset((&L_172), 0, sizeof(L_172));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_172), (0.0f), ((float)il2cpp_codegen_multiply(((-((float)il2cpp_codegen_add(L_169, L_170)))), L_171)), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_173;
|
|
L_173 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_168, L_172, NULL);
|
|
NullCheck(L_165);
|
|
(L_165)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_167, ((int32_t)11)))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_173);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_174 = ___8_generationSettings;
|
|
NullCheck(L_174);
|
|
bool L_175 = L_174->___inverseYAxis_43;
|
|
V_31 = L_175;
|
|
bool L_176 = V_31;
|
|
if (!L_176)
|
|
{
|
|
goto IL_05a0;
|
|
}
|
|
}
|
|
{
|
|
(&V_32)->___x_2 = (0.0f);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_177 = ___8_generationSettings;
|
|
NullCheck(L_177);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_178 = (&L_177->___screenRect_1);
|
|
float L_179;
|
|
L_179 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_178, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_180 = ___8_generationSettings;
|
|
NullCheck(L_180);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_181 = (&L_180->___screenRect_1);
|
|
float L_182;
|
|
L_182 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_181, NULL);
|
|
(&V_32)->___y_3 = ((float)il2cpp_codegen_add(L_179, L_182));
|
|
(&V_32)->___z_4 = (0.0f);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_183 = V_9;
|
|
int32_t* L_184 = ___2_index;
|
|
int32_t L_185 = *((int32_t*)L_184);
|
|
NullCheck(L_183);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_186 = V_9;
|
|
int32_t* L_187 = ___2_index;
|
|
int32_t L_188 = *((int32_t*)L_187);
|
|
NullCheck(L_186);
|
|
float L_189 = ((L_186)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_188)))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_190 = V_32;
|
|
float L_191 = L_190.___y_3;
|
|
((L_183)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_185)))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_189, (-1.0f))), L_191));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_192 = V_9;
|
|
int32_t* L_193 = ___2_index;
|
|
int32_t L_194 = *((int32_t*)L_193);
|
|
NullCheck(L_192);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_195 = V_9;
|
|
int32_t* L_196 = ___2_index;
|
|
int32_t L_197 = *((int32_t*)L_196);
|
|
NullCheck(L_195);
|
|
float L_198 = ((L_195)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_197, 1)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_199 = V_32;
|
|
float L_200 = L_199.___y_3;
|
|
((L_192)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_194, 1)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_198, (-1.0f))), L_200));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_201 = V_9;
|
|
int32_t* L_202 = ___2_index;
|
|
int32_t L_203 = *((int32_t*)L_202);
|
|
NullCheck(L_201);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_204 = V_9;
|
|
int32_t* L_205 = ___2_index;
|
|
int32_t L_206 = *((int32_t*)L_205);
|
|
NullCheck(L_204);
|
|
float L_207 = ((L_204)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_206, 2)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_208 = V_32;
|
|
float L_209 = L_208.___y_3;
|
|
((L_201)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_203, 2)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_207, (-1.0f))), L_209));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_210 = V_9;
|
|
int32_t* L_211 = ___2_index;
|
|
int32_t L_212 = *((int32_t*)L_211);
|
|
NullCheck(L_210);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_213 = V_9;
|
|
int32_t* L_214 = ___2_index;
|
|
int32_t L_215 = *((int32_t*)L_214);
|
|
NullCheck(L_213);
|
|
float L_216 = ((L_213)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_215, 3)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_217 = V_32;
|
|
float L_218 = L_217.___y_3;
|
|
((L_210)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_212, 3)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_216, (-1.0f))), L_218));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_219 = V_9;
|
|
int32_t* L_220 = ___2_index;
|
|
int32_t L_221 = *((int32_t*)L_220);
|
|
NullCheck(L_219);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_222 = V_9;
|
|
int32_t* L_223 = ___2_index;
|
|
int32_t L_224 = *((int32_t*)L_223);
|
|
NullCheck(L_222);
|
|
float L_225 = ((L_222)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_224, 4)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_226 = V_32;
|
|
float L_227 = L_226.___y_3;
|
|
((L_219)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_221, 4)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_225, (-1.0f))), L_227));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_228 = V_9;
|
|
int32_t* L_229 = ___2_index;
|
|
int32_t L_230 = *((int32_t*)L_229);
|
|
NullCheck(L_228);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_231 = V_9;
|
|
int32_t* L_232 = ___2_index;
|
|
int32_t L_233 = *((int32_t*)L_232);
|
|
NullCheck(L_231);
|
|
float L_234 = ((L_231)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_233, 5)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_235 = V_32;
|
|
float L_236 = L_235.___y_3;
|
|
((L_228)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_230, 5)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_234, (-1.0f))), L_236));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_237 = V_9;
|
|
int32_t* L_238 = ___2_index;
|
|
int32_t L_239 = *((int32_t*)L_238);
|
|
NullCheck(L_237);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_240 = V_9;
|
|
int32_t* L_241 = ___2_index;
|
|
int32_t L_242 = *((int32_t*)L_241);
|
|
NullCheck(L_240);
|
|
float L_243 = ((L_240)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_242, 6)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_244 = V_32;
|
|
float L_245 = L_244.___y_3;
|
|
((L_237)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_239, 6)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_243, (-1.0f))), L_245));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_246 = V_9;
|
|
int32_t* L_247 = ___2_index;
|
|
int32_t L_248 = *((int32_t*)L_247);
|
|
NullCheck(L_246);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_249 = V_9;
|
|
int32_t* L_250 = ___2_index;
|
|
int32_t L_251 = *((int32_t*)L_250);
|
|
NullCheck(L_249);
|
|
float L_252 = ((L_249)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_251, 7)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_253 = V_32;
|
|
float L_254 = L_253.___y_3;
|
|
((L_246)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_248, 7)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_252, (-1.0f))), L_254));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_255 = V_9;
|
|
int32_t* L_256 = ___2_index;
|
|
int32_t L_257 = *((int32_t*)L_256);
|
|
NullCheck(L_255);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_258 = V_9;
|
|
int32_t* L_259 = ___2_index;
|
|
int32_t L_260 = *((int32_t*)L_259);
|
|
NullCheck(L_258);
|
|
float L_261 = ((L_258)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_260, 8)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_262 = V_32;
|
|
float L_263 = L_262.___y_3;
|
|
((L_255)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_257, 8)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_261, (-1.0f))), L_263));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_264 = V_9;
|
|
int32_t* L_265 = ___2_index;
|
|
int32_t L_266 = *((int32_t*)L_265);
|
|
NullCheck(L_264);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_267 = V_9;
|
|
int32_t* L_268 = ___2_index;
|
|
int32_t L_269 = *((int32_t*)L_268);
|
|
NullCheck(L_267);
|
|
float L_270 = ((L_267)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_269, ((int32_t)9))))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_271 = V_32;
|
|
float L_272 = L_271.___y_3;
|
|
((L_264)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_266, ((int32_t)9))))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_270, (-1.0f))), L_272));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_273 = V_9;
|
|
int32_t* L_274 = ___2_index;
|
|
int32_t L_275 = *((int32_t*)L_274);
|
|
NullCheck(L_273);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_276 = V_9;
|
|
int32_t* L_277 = ___2_index;
|
|
int32_t L_278 = *((int32_t*)L_277);
|
|
NullCheck(L_276);
|
|
float L_279 = ((L_276)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_278, ((int32_t)10))))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_280 = V_32;
|
|
float L_281 = L_280.___y_3;
|
|
((L_273)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_275, ((int32_t)10))))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_279, (-1.0f))), L_281));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_282 = V_9;
|
|
int32_t* L_283 = ___2_index;
|
|
int32_t L_284 = *((int32_t*)L_283);
|
|
NullCheck(L_282);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_285 = V_9;
|
|
int32_t* L_286 = ___2_index;
|
|
int32_t L_287 = *((int32_t*)L_286);
|
|
NullCheck(L_285);
|
|
float L_288 = ((L_285)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_287, ((int32_t)11))))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_289 = V_32;
|
|
float L_290 = L_289.___y_3;
|
|
((L_282)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_284, ((int32_t)11))))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_288, (-1.0f))), L_290));
|
|
}
|
|
|
|
IL_05a0:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_291 = ___9_textInfo;
|
|
NullCheck(L_291);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_292 = L_291->___meshInfo_15;
|
|
int32_t L_293 = V_1;
|
|
NullCheck(L_292);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_294 = ((L_292)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_293)))->___uvs0_3;
|
|
V_10 = L_294;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_295 = (&__this->___m_Underline_98);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_296 = L_295->___fontAsset_1;
|
|
NullCheck(L_296);
|
|
int32_t L_297;
|
|
L_297 = FontAsset_get_atlasWidth_mE711550FDD4B5F988B77AB5D332A80A34B5CF364(L_296, NULL);
|
|
V_11 = L_297;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_298 = (&__this->___m_Underline_98);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_299 = L_298->___fontAsset_1;
|
|
NullCheck(L_299);
|
|
int32_t L_300;
|
|
L_300 = FontAsset_get_atlasHeight_m306FBF7D35C39123A4770E147FAF95B1B8DE8086(L_299, NULL);
|
|
V_12 = L_300;
|
|
int32_t L_301;
|
|
L_301 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_4), NULL);
|
|
float L_302 = V_6;
|
|
int32_t L_303 = V_11;
|
|
int32_t L_304;
|
|
L_304 = GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA((&V_4), NULL);
|
|
float L_305 = __this->___m_Padding_11;
|
|
int32_t L_306 = V_12;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_13), ((float)(((float)il2cpp_codegen_subtract(((float)L_301), L_302))/((float)L_303))), ((float)(((float)il2cpp_codegen_subtract(((float)L_304), L_305))/((float)L_306))), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_307 = V_13;
|
|
float L_308 = L_307.___x_0;
|
|
int32_t L_309;
|
|
L_309 = GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA((&V_4), NULL);
|
|
int32_t L_310;
|
|
L_310 = GlyphRect_get_height_m7F4D04452994E0D18762BB44352608E484DAAC1A((&V_4), NULL);
|
|
float L_311 = __this->___m_Padding_11;
|
|
int32_t L_312 = V_12;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_14), L_308, ((float)(((float)il2cpp_codegen_add(((float)((int32_t)il2cpp_codegen_add(L_309, L_310))), L_311))/((float)L_312))), NULL);
|
|
int32_t L_313;
|
|
L_313 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_4), NULL);
|
|
float L_314 = V_6;
|
|
int32_t L_315;
|
|
L_315 = GlyphRect_get_width_mD291C7644BBF18D6A213427F6C9C28840F233F12((&V_4), NULL);
|
|
int32_t L_316 = V_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_317 = V_14;
|
|
float L_318 = L_317.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_15), ((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract(((float)L_313), L_314)), ((float)(((float)L_315)/(2.0f)))))/((float)L_316))), L_318, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_319 = V_15;
|
|
float L_320 = L_319.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_321 = V_13;
|
|
float L_322 = L_321.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_16), L_320, L_322, NULL);
|
|
int32_t L_323;
|
|
L_323 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_4), NULL);
|
|
float L_324 = V_7;
|
|
int32_t L_325;
|
|
L_325 = GlyphRect_get_width_mD291C7644BBF18D6A213427F6C9C28840F233F12((&V_4), NULL);
|
|
int32_t L_326 = V_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_327 = V_14;
|
|
float L_328 = L_327.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_17), ((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)L_323), L_324)), ((float)(((float)L_325)/(2.0f)))))/((float)L_326))), L_328, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_329 = V_17;
|
|
float L_330 = L_329.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_331 = V_13;
|
|
float L_332 = L_331.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_18), L_330, L_332, NULL);
|
|
int32_t L_333;
|
|
L_333 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_4), NULL);
|
|
float L_334 = V_7;
|
|
int32_t L_335;
|
|
L_335 = GlyphRect_get_width_mD291C7644BBF18D6A213427F6C9C28840F233F12((&V_4), NULL);
|
|
int32_t L_336 = V_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_337 = V_14;
|
|
float L_338 = L_337.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_19), ((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)L_333), L_334)), ((float)L_335)))/((float)L_336))), L_338, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_339 = V_19;
|
|
float L_340 = L_339.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_341 = V_13;
|
|
float L_342 = L_341.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_20), L_340, L_342, NULL);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_343 = V_10;
|
|
int32_t* L_344 = ___2_index;
|
|
int32_t L_345 = *((int32_t*)L_344);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_346 = V_13;
|
|
NullCheck(L_343);
|
|
(L_343)->SetAt(static_cast<il2cpp_array_size_t>(L_345), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_346);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_347 = V_10;
|
|
int32_t* L_348 = ___2_index;
|
|
int32_t L_349 = *((int32_t*)L_348);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_350 = V_14;
|
|
NullCheck(L_347);
|
|
(L_347)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(1, L_349))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_350);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_351 = V_10;
|
|
int32_t* L_352 = ___2_index;
|
|
int32_t L_353 = *((int32_t*)L_352);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_354 = V_15;
|
|
NullCheck(L_351);
|
|
(L_351)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(2, L_353))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_354);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_355 = V_10;
|
|
int32_t* L_356 = ___2_index;
|
|
int32_t L_357 = *((int32_t*)L_356);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_358 = V_16;
|
|
NullCheck(L_355);
|
|
(L_355)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(3, L_357))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_358);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_359 = V_10;
|
|
int32_t* L_360 = ___2_index;
|
|
int32_t L_361 = *((int32_t*)L_360);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_362 = V_15;
|
|
float L_363 = L_362.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_364 = V_15;
|
|
float L_365 = L_364.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_366 = V_13;
|
|
float L_367 = L_366.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_368;
|
|
memset((&L_368), 0, sizeof(L_368));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_368), ((float)il2cpp_codegen_subtract(L_363, ((float)il2cpp_codegen_multiply(L_365, (0.00100000005f))))), L_367, /*hidden argument*/NULL);
|
|
NullCheck(L_359);
|
|
(L_359)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(4, L_361))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_368);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_369 = V_10;
|
|
int32_t* L_370 = ___2_index;
|
|
int32_t L_371 = *((int32_t*)L_370);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_372 = V_15;
|
|
float L_373 = L_372.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_374 = V_15;
|
|
float L_375 = L_374.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_376 = V_14;
|
|
float L_377 = L_376.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_378;
|
|
memset((&L_378), 0, sizeof(L_378));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_378), ((float)il2cpp_codegen_subtract(L_373, ((float)il2cpp_codegen_multiply(L_375, (0.00100000005f))))), L_377, /*hidden argument*/NULL);
|
|
NullCheck(L_369);
|
|
(L_369)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(5, L_371))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_378);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_379 = V_10;
|
|
int32_t* L_380 = ___2_index;
|
|
int32_t L_381 = *((int32_t*)L_380);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_382 = V_15;
|
|
float L_383 = L_382.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_384 = V_15;
|
|
float L_385 = L_384.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_386 = V_14;
|
|
float L_387 = L_386.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_388;
|
|
memset((&L_388), 0, sizeof(L_388));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_388), ((float)il2cpp_codegen_add(L_383, ((float)il2cpp_codegen_multiply(L_385, (0.00100000005f))))), L_387, /*hidden argument*/NULL);
|
|
NullCheck(L_379);
|
|
(L_379)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(6, L_381))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_388);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_389 = V_10;
|
|
int32_t* L_390 = ___2_index;
|
|
int32_t L_391 = *((int32_t*)L_390);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_392 = V_15;
|
|
float L_393 = L_392.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_394 = V_15;
|
|
float L_395 = L_394.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_396 = V_13;
|
|
float L_397 = L_396.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_398;
|
|
memset((&L_398), 0, sizeof(L_398));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_398), ((float)il2cpp_codegen_add(L_393, ((float)il2cpp_codegen_multiply(L_395, (0.00100000005f))))), L_397, /*hidden argument*/NULL);
|
|
NullCheck(L_389);
|
|
(L_389)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(7, L_391))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_398);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_399 = V_10;
|
|
int32_t* L_400 = ___2_index;
|
|
int32_t L_401 = *((int32_t*)L_400);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_402 = V_18;
|
|
NullCheck(L_399);
|
|
(L_399)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(8, L_401))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_402);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_403 = V_10;
|
|
int32_t* L_404 = ___2_index;
|
|
int32_t L_405 = *((int32_t*)L_404);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_406 = V_17;
|
|
NullCheck(L_403);
|
|
(L_403)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)9), L_405))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_406);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_407 = V_10;
|
|
int32_t* L_408 = ___2_index;
|
|
int32_t L_409 = *((int32_t*)L_408);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_410 = V_19;
|
|
NullCheck(L_407);
|
|
(L_407)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)10), L_409))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_410);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_411 = V_10;
|
|
int32_t* L_412 = ___2_index;
|
|
int32_t L_413 = *((int32_t*)L_412);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_414 = V_20;
|
|
NullCheck(L_411);
|
|
(L_411)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)11), L_413))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_414);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_415 = V_9;
|
|
int32_t* L_416 = ___2_index;
|
|
int32_t L_417 = *((int32_t*)L_416);
|
|
NullCheck(L_415);
|
|
float L_418 = ((L_415)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_417, 2)))))->___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_419 = ___0_start;
|
|
float L_420 = L_419.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_421 = ___1_end;
|
|
float L_422 = L_421.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_423 = ___0_start;
|
|
float L_424 = L_423.___x_2;
|
|
V_22 = ((float)(((float)il2cpp_codegen_subtract(L_418, L_420))/((float)il2cpp_codegen_subtract(L_422, L_424))));
|
|
float L_425 = ___6_sdfScale;
|
|
float L_426;
|
|
L_426 = fabsf(L_425);
|
|
V_23 = L_426;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_427 = ___9_textInfo;
|
|
NullCheck(L_427);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_428 = L_427->___meshInfo_15;
|
|
int32_t L_429 = V_1;
|
|
NullCheck(L_428);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_430 = ((L_428)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_429)))->___uvs2_4;
|
|
V_24 = L_430;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_431 = V_24;
|
|
int32_t* L_432 = ___2_index;
|
|
int32_t L_433 = *((int32_t*)L_432);
|
|
float L_434 = V_23;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_435;
|
|
L_435 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5((0.0f), (0.0f), L_434, NULL);
|
|
NullCheck(L_431);
|
|
(L_431)->SetAt(static_cast<il2cpp_array_size_t>(L_433), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_435);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_436 = V_24;
|
|
int32_t* L_437 = ___2_index;
|
|
int32_t L_438 = *((int32_t*)L_437);
|
|
float L_439 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_440;
|
|
L_440 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5((0.0f), (1.0f), L_439, NULL);
|
|
NullCheck(L_436);
|
|
(L_436)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(1, L_438))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_440);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_441 = V_24;
|
|
int32_t* L_442 = ___2_index;
|
|
int32_t L_443 = *((int32_t*)L_442);
|
|
float L_444 = V_22;
|
|
float L_445 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_446;
|
|
L_446 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_444, (1.0f), L_445, NULL);
|
|
NullCheck(L_441);
|
|
(L_441)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(2, L_443))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_446);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_447 = V_24;
|
|
int32_t* L_448 = ___2_index;
|
|
int32_t L_449 = *((int32_t*)L_448);
|
|
float L_450 = V_22;
|
|
float L_451 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_452;
|
|
L_452 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_450, (0.0f), L_451, NULL);
|
|
NullCheck(L_447);
|
|
(L_447)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(3, L_449))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_452);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_453 = V_9;
|
|
int32_t* L_454 = ___2_index;
|
|
int32_t L_455 = *((int32_t*)L_454);
|
|
NullCheck(L_453);
|
|
float L_456 = ((L_453)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_455, 4)))))->___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_457 = ___0_start;
|
|
float L_458 = L_457.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_459 = ___1_end;
|
|
float L_460 = L_459.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_461 = ___0_start;
|
|
float L_462 = L_461.___x_2;
|
|
V_21 = ((float)(((float)il2cpp_codegen_subtract(L_456, L_458))/((float)il2cpp_codegen_subtract(L_460, L_462))));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_463 = V_9;
|
|
int32_t* L_464 = ___2_index;
|
|
int32_t L_465 = *((int32_t*)L_464);
|
|
NullCheck(L_463);
|
|
float L_466 = ((L_463)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_465, 6)))))->___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_467 = ___0_start;
|
|
float L_468 = L_467.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_469 = ___1_end;
|
|
float L_470 = L_469.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_471 = ___0_start;
|
|
float L_472 = L_471.___x_2;
|
|
V_22 = ((float)(((float)il2cpp_codegen_subtract(L_466, L_468))/((float)il2cpp_codegen_subtract(L_470, L_472))));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_473 = V_24;
|
|
int32_t* L_474 = ___2_index;
|
|
int32_t L_475 = *((int32_t*)L_474);
|
|
float L_476 = V_21;
|
|
float L_477 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_478;
|
|
L_478 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_476, (0.0f), L_477, NULL);
|
|
NullCheck(L_473);
|
|
(L_473)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(4, L_475))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_478);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_479 = V_24;
|
|
int32_t* L_480 = ___2_index;
|
|
int32_t L_481 = *((int32_t*)L_480);
|
|
float L_482 = V_21;
|
|
float L_483 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_484;
|
|
L_484 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_482, (1.0f), L_483, NULL);
|
|
NullCheck(L_479);
|
|
(L_479)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(5, L_481))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_484);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_485 = V_24;
|
|
int32_t* L_486 = ___2_index;
|
|
int32_t L_487 = *((int32_t*)L_486);
|
|
float L_488 = V_22;
|
|
float L_489 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_490;
|
|
L_490 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_488, (1.0f), L_489, NULL);
|
|
NullCheck(L_485);
|
|
(L_485)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(6, L_487))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_490);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_491 = V_24;
|
|
int32_t* L_492 = ___2_index;
|
|
int32_t L_493 = *((int32_t*)L_492);
|
|
float L_494 = V_22;
|
|
float L_495 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_496;
|
|
L_496 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_494, (0.0f), L_495, NULL);
|
|
NullCheck(L_491);
|
|
(L_491)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(7, L_493))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_496);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_497 = V_9;
|
|
int32_t* L_498 = ___2_index;
|
|
int32_t L_499 = *((int32_t*)L_498);
|
|
NullCheck(L_497);
|
|
float L_500 = ((L_497)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_499, 8)))))->___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_501 = ___0_start;
|
|
float L_502 = L_501.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_503 = ___1_end;
|
|
float L_504 = L_503.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_505 = ___0_start;
|
|
float L_506 = L_505.___x_2;
|
|
V_21 = ((float)(((float)il2cpp_codegen_subtract(L_500, L_502))/((float)il2cpp_codegen_subtract(L_504, L_506))));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_507 = V_24;
|
|
int32_t* L_508 = ___2_index;
|
|
int32_t L_509 = *((int32_t*)L_508);
|
|
float L_510 = V_21;
|
|
float L_511 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_512;
|
|
L_512 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_510, (0.0f), L_511, NULL);
|
|
NullCheck(L_507);
|
|
(L_507)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(8, L_509))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_512);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_513 = V_24;
|
|
int32_t* L_514 = ___2_index;
|
|
int32_t L_515 = *((int32_t*)L_514);
|
|
float L_516 = V_21;
|
|
float L_517 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_518;
|
|
L_518 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5(L_516, (1.0f), L_517, NULL);
|
|
NullCheck(L_513);
|
|
(L_513)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)9), L_515))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_518);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_519 = V_24;
|
|
int32_t* L_520 = ___2_index;
|
|
int32_t L_521 = *((int32_t*)L_520);
|
|
float L_522 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_523;
|
|
L_523 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5((1.0f), (1.0f), L_522, NULL);
|
|
NullCheck(L_519);
|
|
(L_519)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)10), L_521))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_523);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_524 = V_24;
|
|
int32_t* L_525 = ___2_index;
|
|
int32_t L_526 = *((int32_t*)L_525);
|
|
float L_527 = V_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_528;
|
|
L_528 = TextGeneratorUtilities_PackUV_mE110A97960725C40D87FA903B63E0100AFCB06F5((1.0f), (0.0f), L_527, NULL);
|
|
NullCheck(L_524);
|
|
(L_524)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)11), L_526))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_528);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_529 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_530 = L_529->___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_531 = ___7_underlineColor;
|
|
uint8_t L_532 = L_531.___a_4;
|
|
G_B11_0 = (&___7_underlineColor);
|
|
if ((((int32_t)L_530) < ((int32_t)L_532)))
|
|
{
|
|
G_B12_0 = (&___7_underlineColor);
|
|
goto IL_0a11;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_533 = ___7_underlineColor;
|
|
uint8_t L_534 = L_533.___a_4;
|
|
G_B13_0 = L_534;
|
|
G_B13_1 = G_B11_0;
|
|
goto IL_0a1c;
|
|
}
|
|
|
|
IL_0a11:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_535 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_536 = L_535->___a_4;
|
|
G_B13_0 = L_536;
|
|
G_B13_1 = G_B12_0;
|
|
}
|
|
|
|
IL_0a1c:
|
|
{
|
|
G_B13_1->___a_4 = G_B13_0;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_537 = ___9_textInfo;
|
|
NullCheck(L_537);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_538 = L_537->___meshInfo_15;
|
|
int32_t L_539 = V_1;
|
|
NullCheck(L_538);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_540 = ((L_538)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_539)))->___colors32_5;
|
|
V_25 = L_540;
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_541 = V_25;
|
|
int32_t* L_542 = ___2_index;
|
|
int32_t L_543 = *((int32_t*)L_542);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_544 = ___7_underlineColor;
|
|
NullCheck(L_541);
|
|
(L_541)->SetAt(static_cast<il2cpp_array_size_t>(L_543), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_544);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_545 = V_25;
|
|
int32_t* L_546 = ___2_index;
|
|
int32_t L_547 = *((int32_t*)L_546);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_548 = ___7_underlineColor;
|
|
NullCheck(L_545);
|
|
(L_545)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(1, L_547))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_548);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_549 = V_25;
|
|
int32_t* L_550 = ___2_index;
|
|
int32_t L_551 = *((int32_t*)L_550);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_552 = ___7_underlineColor;
|
|
NullCheck(L_549);
|
|
(L_549)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(2, L_551))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_552);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_553 = V_25;
|
|
int32_t* L_554 = ___2_index;
|
|
int32_t L_555 = *((int32_t*)L_554);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_556 = ___7_underlineColor;
|
|
NullCheck(L_553);
|
|
(L_553)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(3, L_555))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_556);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_557 = V_25;
|
|
int32_t* L_558 = ___2_index;
|
|
int32_t L_559 = *((int32_t*)L_558);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_560 = ___7_underlineColor;
|
|
NullCheck(L_557);
|
|
(L_557)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(4, L_559))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_560);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_561 = V_25;
|
|
int32_t* L_562 = ___2_index;
|
|
int32_t L_563 = *((int32_t*)L_562);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_564 = ___7_underlineColor;
|
|
NullCheck(L_561);
|
|
(L_561)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(5, L_563))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_564);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_565 = V_25;
|
|
int32_t* L_566 = ___2_index;
|
|
int32_t L_567 = *((int32_t*)L_566);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_568 = ___7_underlineColor;
|
|
NullCheck(L_565);
|
|
(L_565)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(6, L_567))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_568);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_569 = V_25;
|
|
int32_t* L_570 = ___2_index;
|
|
int32_t L_571 = *((int32_t*)L_570);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_572 = ___7_underlineColor;
|
|
NullCheck(L_569);
|
|
(L_569)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(7, L_571))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_572);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_573 = V_25;
|
|
int32_t* L_574 = ___2_index;
|
|
int32_t L_575 = *((int32_t*)L_574);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_576 = ___7_underlineColor;
|
|
NullCheck(L_573);
|
|
(L_573)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(8, L_575))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_576);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_577 = V_25;
|
|
int32_t* L_578 = ___2_index;
|
|
int32_t L_579 = *((int32_t*)L_578);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_580 = ___7_underlineColor;
|
|
NullCheck(L_577);
|
|
(L_577)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)9), L_579))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_580);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_581 = V_25;
|
|
int32_t* L_582 = ___2_index;
|
|
int32_t L_583 = *((int32_t*)L_582);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_584 = ___7_underlineColor;
|
|
NullCheck(L_581);
|
|
(L_581)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)10), L_583))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_584);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_585 = V_25;
|
|
int32_t* L_586 = ___2_index;
|
|
int32_t L_587 = *((int32_t*)L_586);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_588 = ___7_underlineColor;
|
|
NullCheck(L_585);
|
|
(L_585)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)11), L_587))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_588);
|
|
int32_t* L_589 = ___2_index;
|
|
int32_t* L_590 = ___2_index;
|
|
int32_t L_591 = *((int32_t*)L_590);
|
|
*((int32_t*)L_589) = (int32_t)((int32_t)il2cpp_codegen_add(L_591, ((int32_t)12)));
|
|
}
|
|
|
|
IL_0ad9:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::DrawTextHighlight(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,UnityEngine.Color32,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_DrawTextHighlight_m3A8E9A72C0984B5DEEF9858060675F3B517F701B (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_start, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_end, int32_t* ___2_index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___3_highlightColor, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___4_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___5_textInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75CDF58C9AFA1ECF6D29D4045BD510C2651DD6E5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* V_3 = NULL;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_9 = NULL;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* V_11 = NULL;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B12_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B11_0 = NULL;
|
|
uint8_t G_B13_0 = 0x0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B13_1 = NULL;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___4_generationSettings;
|
|
NullCheck(L_0);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1 = L_0->___textSettings_9;
|
|
V_0 = L_1;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_2 = (&__this->___m_Underline_98);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_3 = L_2->___character_0;
|
|
V_12 = (bool)((((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_4 = V_12;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_5 = ___4_generationSettings;
|
|
TextGenerator_GetUnderlineSpecialCharacter_mE5E9D5DEB9A7758333CDDCAD05EF25F076EC1AD5(__this, L_5, NULL);
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_6 = (&__this->___m_Underline_98);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_7 = L_6->___character_0;
|
|
V_13 = (bool)((((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_8 = V_13;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = TextSettings_get_displayWarnings_m3CA9FCB44B30CC06F54CD3716D68285FF844DF83_inline(L_9, NULL);
|
|
V_14 = L_10;
|
|
bool L_11 = V_14;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral75CDF58C9AFA1ECF6D29D4045BD510C2651DD6E5, NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
goto IL_03d8;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_12 = (&__this->___m_Underline_98);
|
|
int32_t L_13 = L_12->___materialIndex_3;
|
|
V_1 = L_13;
|
|
int32_t* L_14 = ___2_index;
|
|
int32_t L_15 = *((int32_t*)L_14);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 4));
|
|
int32_t L_16 = V_2;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_17 = ___5_textInfo;
|
|
NullCheck(L_17);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_18 = L_17->___meshInfo_15;
|
|
int32_t L_19 = V_1;
|
|
NullCheck(L_18);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_20 = ((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19)))->___vertices_2;
|
|
NullCheck(L_20);
|
|
V_15 = (bool)((((int32_t)L_16) > ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))? 1 : 0);
|
|
bool L_21 = V_15;
|
|
if (!L_21)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_22 = ___5_textInfo;
|
|
NullCheck(L_22);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_23 = L_22->___meshInfo_15;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_23);
|
|
int32_t L_25 = V_2;
|
|
MeshInfo_ResizeMeshInfo_mE411FE40935FB9CFB7C334B3A1F216A98B96F5FC(((L_23)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_24))), ((int32_t)(L_25/4)), NULL);
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_26 = ___5_textInfo;
|
|
NullCheck(L_26);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_27 = L_26->___meshInfo_15;
|
|
int32_t L_28 = V_1;
|
|
NullCheck(L_27);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_29 = ((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_28)))->___vertices_2;
|
|
V_3 = L_29;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_30 = V_3;
|
|
int32_t* L_31 = ___2_index;
|
|
int32_t L_32 = *((int32_t*)L_31);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33 = ___0_start;
|
|
NullCheck(L_30);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_33);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_34 = V_3;
|
|
int32_t* L_35 = ___2_index;
|
|
int32_t L_36 = *((int32_t*)L_35);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = ___0_start;
|
|
float L_38 = L_37.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39 = ___1_end;
|
|
float L_40 = L_39.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41;
|
|
memset((&L_41), 0, sizeof(L_41));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_41), L_38, L_40, (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_36, 1))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_41);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_42 = V_3;
|
|
int32_t* L_43 = ___2_index;
|
|
int32_t L_44 = *((int32_t*)L_43);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45 = ___1_end;
|
|
NullCheck(L_42);
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_44, 2))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_45);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_46 = V_3;
|
|
int32_t* L_47 = ___2_index;
|
|
int32_t L_48 = *((int32_t*)L_47);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49 = ___1_end;
|
|
float L_50 = L_49.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_51 = ___0_start;
|
|
float L_52 = L_51.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53;
|
|
memset((&L_53), 0, sizeof(L_53));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_53), L_50, L_52, (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_48, 3))), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_53);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_54 = ___4_generationSettings;
|
|
NullCheck(L_54);
|
|
bool L_55 = L_54->___inverseYAxis_43;
|
|
V_16 = L_55;
|
|
bool L_56 = V_16;
|
|
if (!L_56)
|
|
{
|
|
goto IL_01fc;
|
|
}
|
|
}
|
|
{
|
|
(&V_17)->___x_2 = (0.0f);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_57 = ___4_generationSettings;
|
|
NullCheck(L_57);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_58 = (&L_57->___screenRect_1);
|
|
float L_59;
|
|
L_59 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_58, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_60 = ___4_generationSettings;
|
|
NullCheck(L_60);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_61 = (&L_60->___screenRect_1);
|
|
float L_62;
|
|
L_62 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_61, NULL);
|
|
(&V_17)->___y_3 = ((float)il2cpp_codegen_add(L_59, L_62));
|
|
(&V_17)->___z_4 = (0.0f);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_63 = V_3;
|
|
int32_t* L_64 = ___2_index;
|
|
int32_t L_65 = *((int32_t*)L_64);
|
|
NullCheck(L_63);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_66 = V_3;
|
|
int32_t* L_67 = ___2_index;
|
|
int32_t L_68 = *((int32_t*)L_67);
|
|
NullCheck(L_66);
|
|
float L_69 = ((L_66)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_68)))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70 = V_17;
|
|
float L_71 = L_70.___y_3;
|
|
((L_63)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_65)))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_69, (-1.0f))), L_71));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_72 = V_3;
|
|
int32_t* L_73 = ___2_index;
|
|
int32_t L_74 = *((int32_t*)L_73);
|
|
NullCheck(L_72);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_75 = V_3;
|
|
int32_t* L_76 = ___2_index;
|
|
int32_t L_77 = *((int32_t*)L_76);
|
|
NullCheck(L_75);
|
|
float L_78 = ((L_75)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_77, 1)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_79 = V_17;
|
|
float L_80 = L_79.___y_3;
|
|
((L_72)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_74, 1)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_78, (-1.0f))), L_80));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_81 = V_3;
|
|
int32_t* L_82 = ___2_index;
|
|
int32_t L_83 = *((int32_t*)L_82);
|
|
NullCheck(L_81);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_84 = V_3;
|
|
int32_t* L_85 = ___2_index;
|
|
int32_t L_86 = *((int32_t*)L_85);
|
|
NullCheck(L_84);
|
|
float L_87 = ((L_84)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_86, 2)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_88 = V_17;
|
|
float L_89 = L_88.___y_3;
|
|
((L_81)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_83, 2)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_87, (-1.0f))), L_89));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_90 = V_3;
|
|
int32_t* L_91 = ___2_index;
|
|
int32_t L_92 = *((int32_t*)L_91);
|
|
NullCheck(L_90);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_93 = V_3;
|
|
int32_t* L_94 = ___2_index;
|
|
int32_t L_95 = *((int32_t*)L_94);
|
|
NullCheck(L_93);
|
|
float L_96 = ((L_93)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_95, 3)))))->___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_97 = V_17;
|
|
float L_98 = L_97.___y_3;
|
|
((L_90)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_92, 3)))))->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_96, (-1.0f))), L_98));
|
|
}
|
|
|
|
IL_01fc:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_99 = ___5_textInfo;
|
|
NullCheck(L_99);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_100 = L_99->___meshInfo_15;
|
|
int32_t L_101 = V_1;
|
|
NullCheck(L_100);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_102 = ((L_100)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_101)))->___uvs0_3;
|
|
V_4 = L_102;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_103 = (&__this->___m_Underline_98);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_104 = L_103->___fontAsset_1;
|
|
NullCheck(L_104);
|
|
int32_t L_105;
|
|
L_105 = FontAsset_get_atlasWidth_mE711550FDD4B5F988B77AB5D332A80A34B5CF364(L_104, NULL);
|
|
V_5 = L_105;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_106 = (&__this->___m_Underline_98);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_107 = L_106->___fontAsset_1;
|
|
NullCheck(L_107);
|
|
int32_t L_108;
|
|
L_108 = FontAsset_get_atlasHeight_m306FBF7D35C39123A4770E147FAF95B1B8DE8086(L_107, NULL);
|
|
V_6 = L_108;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD* L_109 = (&__this->___m_Underline_98);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_110 = L_109->___character_0;
|
|
NullCheck(L_110);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_111;
|
|
L_111 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_110, NULL);
|
|
NullCheck(L_111);
|
|
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_112;
|
|
L_112 = Glyph_get_glyphRect_m94E7C5FE682695CDC096248EF027079F33768EE5(L_111, NULL);
|
|
V_7 = L_112;
|
|
int32_t L_113;
|
|
L_113 = GlyphRect_get_x_m453EECC6C6F08602B1F74C5E1D8EE1163236A898((&V_7), NULL);
|
|
int32_t L_114;
|
|
L_114 = GlyphRect_get_width_mD291C7644BBF18D6A213427F6C9C28840F233F12((&V_7), NULL);
|
|
int32_t L_115 = V_5;
|
|
int32_t L_116;
|
|
L_116 = GlyphRect_get_y_mE31390BB3185EEA82DD16EA41E208F6A0397E3EA((&V_7), NULL);
|
|
int32_t L_117;
|
|
L_117 = GlyphRect_get_height_m7F4D04452994E0D18762BB44352608E484DAAC1A((&V_7), NULL);
|
|
int32_t L_118 = V_6;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_8), ((float)(((float)il2cpp_codegen_add(((float)L_113), ((float)((int32_t)(L_114/2)))))/((float)L_115))), ((float)(((float)il2cpp_codegen_add(((float)L_116), ((float)(((float)L_117)/(2.0f)))))/((float)L_118))), NULL);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_119 = V_4;
|
|
int32_t* L_120 = ___2_index;
|
|
int32_t L_121 = *((int32_t*)L_120);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_122 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_123;
|
|
memset((&L_123), 0, sizeof(L_123));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_123), (-9.99999975E-05f), (-9.99999975E-05f), /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_124;
|
|
L_124 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_122, L_123, NULL);
|
|
NullCheck(L_119);
|
|
(L_119)->SetAt(static_cast<il2cpp_array_size_t>(L_121), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_124);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_125 = V_4;
|
|
int32_t* L_126 = ___2_index;
|
|
int32_t L_127 = *((int32_t*)L_126);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_128 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_129;
|
|
memset((&L_129), 0, sizeof(L_129));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_129), (-9.99999975E-05f), (9.99999975E-05f), /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_130;
|
|
L_130 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_128, L_129, NULL);
|
|
NullCheck(L_125);
|
|
(L_125)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(1, L_127))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_130);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_131 = V_4;
|
|
int32_t* L_132 = ___2_index;
|
|
int32_t L_133 = *((int32_t*)L_132);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_134 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_135;
|
|
memset((&L_135), 0, sizeof(L_135));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_135), (9.99999975E-05f), (9.99999975E-05f), /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_136;
|
|
L_136 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_134, L_135, NULL);
|
|
NullCheck(L_131);
|
|
(L_131)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(2, L_133))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_136);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_137 = V_4;
|
|
int32_t* L_138 = ___2_index;
|
|
int32_t L_139 = *((int32_t*)L_138);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_140 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_141;
|
|
memset((&L_141), 0, sizeof(L_141));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_141), (9.99999975E-05f), (-9.99999975E-05f), /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_142;
|
|
L_142 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_140, L_141, NULL);
|
|
NullCheck(L_137);
|
|
(L_137)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(3, L_139))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_142);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_143 = ___5_textInfo;
|
|
NullCheck(L_143);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_144 = L_143->___meshInfo_15;
|
|
int32_t L_145 = V_1;
|
|
NullCheck(L_144);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_146 = ((L_144)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_145)))->___uvs2_4;
|
|
V_9 = L_146;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_10), (0.0f), (1.0f), NULL);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_147 = V_9;
|
|
int32_t* L_148 = ___2_index;
|
|
int32_t L_149 = *((int32_t*)L_148);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_150 = V_10;
|
|
NullCheck(L_147);
|
|
(L_147)->SetAt(static_cast<il2cpp_array_size_t>(L_149), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_150);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_151 = V_9;
|
|
int32_t* L_152 = ___2_index;
|
|
int32_t L_153 = *((int32_t*)L_152);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_154 = V_10;
|
|
NullCheck(L_151);
|
|
(L_151)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(1, L_153))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_154);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_155 = V_9;
|
|
int32_t* L_156 = ___2_index;
|
|
int32_t L_157 = *((int32_t*)L_156);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_158 = V_10;
|
|
NullCheck(L_155);
|
|
(L_155)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(2, L_157))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_158);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_159 = V_9;
|
|
int32_t* L_160 = ___2_index;
|
|
int32_t L_161 = *((int32_t*)L_160);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_162 = V_10;
|
|
NullCheck(L_159);
|
|
(L_159)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(3, L_161))), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_162);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_163 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_164 = L_163->___a_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_165 = ___3_highlightColor;
|
|
uint8_t L_166 = L_165.___a_4;
|
|
G_B11_0 = (&___3_highlightColor);
|
|
if ((((int32_t)L_164) < ((int32_t)L_166)))
|
|
{
|
|
G_B12_0 = (&___3_highlightColor);
|
|
goto IL_037c;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_167 = ___3_highlightColor;
|
|
uint8_t L_168 = L_167.___a_4;
|
|
G_B13_0 = L_168;
|
|
G_B13_1 = G_B11_0;
|
|
goto IL_0387;
|
|
}
|
|
|
|
IL_037c:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_169 = (&__this->___m_FontColor32_27);
|
|
uint8_t L_170 = L_169->___a_4;
|
|
G_B13_0 = L_170;
|
|
G_B13_1 = G_B12_0;
|
|
}
|
|
|
|
IL_0387:
|
|
{
|
|
G_B13_1->___a_4 = G_B13_0;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_171 = ___5_textInfo;
|
|
NullCheck(L_171);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_172 = L_171->___meshInfo_15;
|
|
int32_t L_173 = V_1;
|
|
NullCheck(L_172);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_174 = ((L_172)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_173)))->___colors32_5;
|
|
V_11 = L_174;
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_175 = V_11;
|
|
int32_t* L_176 = ___2_index;
|
|
int32_t L_177 = *((int32_t*)L_176);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_178 = ___3_highlightColor;
|
|
NullCheck(L_175);
|
|
(L_175)->SetAt(static_cast<il2cpp_array_size_t>(L_177), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_178);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_179 = V_11;
|
|
int32_t* L_180 = ___2_index;
|
|
int32_t L_181 = *((int32_t*)L_180);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_182 = ___3_highlightColor;
|
|
NullCheck(L_179);
|
|
(L_179)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(1, L_181))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_182);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_183 = V_11;
|
|
int32_t* L_184 = ___2_index;
|
|
int32_t L_185 = *((int32_t*)L_184);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_186 = ___3_highlightColor;
|
|
NullCheck(L_183);
|
|
(L_183)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(2, L_185))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_186);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_187 = V_11;
|
|
int32_t* L_188 = ___2_index;
|
|
int32_t L_189 = *((int32_t*)L_188);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_190 = ___3_highlightColor;
|
|
NullCheck(L_187);
|
|
(L_187)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(3, L_189))), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_190);
|
|
int32_t* L_191 = ___2_index;
|
|
int32_t* L_192 = ___2_index;
|
|
int32_t L_193 = *((int32_t*)L_192);
|
|
*((int32_t*)L_191) = (int32_t)((int32_t)il2cpp_codegen_add(L_193, 4));
|
|
}
|
|
|
|
IL_03d8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::ClearMesh(System.Boolean,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_ClearMesh_m68BA46B0365FC730BA5D2E6BDF2528BD370B2D83 (bool ___0_updateMesh, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_0 = ___1_textInfo;
|
|
bool L_1 = ___0_updateMesh;
|
|
NullCheck(L_0);
|
|
TextInfo_ClearMeshInfo_mCA598F01C7F302CFCD0F508E2DBF072E66CA74F3(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::EnableMasking()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_EnableMasking_mB38D92D32518523DE33A2FCD85A67DE481BB0991 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___m_IsMaskingEnabled_84 = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::DisableMasking()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_DisableMasking_mBDE8E47000367F45FC907243C845A11DBDD89950 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___m_IsMaskingEnabled_84 = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::SetArraySizes(System.Int32[],UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_SetArraySizes_mF0041F3D79936C05EB87DEE399F1DC389CCD1BD5 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_chars, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___1_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___2_textInfo, 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*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mD88F18E0B2065189516BF168F521E531BE54384A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialManager_t104D2897F78BE83C3377323E18BEB5B8F0704D9B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_Resize_TisMeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_m12C1214F381EE3DE1ABDDCD67922D47344C093CA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_SetDefault_mDF71503A7E4F1891305CDCC7AE245CA66A713E79_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A16983F3F5E2FE996FFAE625831CCA22C609206);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAAD2794A22F622E48C3D6803C2630A786F758B7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* V_8 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* V_11 = NULL;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
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;
|
|
bool V_25 = false;
|
|
bool V_26 = false;
|
|
int32_t V_27 = 0;
|
|
bool V_28 = false;
|
|
bool V_29 = false;
|
|
bool V_30 = false;
|
|
bool V_31 = false;
|
|
bool V_32 = false;
|
|
bool V_33 = false;
|
|
String_t* V_34 = NULL;
|
|
bool V_35 = false;
|
|
bool V_36 = false;
|
|
bool V_37 = false;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* V_38 = NULL;
|
|
bool V_39 = false;
|
|
bool V_40 = false;
|
|
bool V_41 = false;
|
|
bool V_42 = false;
|
|
bool V_43 = false;
|
|
bool V_44 = false;
|
|
bool V_45 = false;
|
|
bool V_46 = false;
|
|
int32_t V_47 = 0;
|
|
bool V_48 = false;
|
|
bool V_49 = false;
|
|
int32_t V_50 = 0;
|
|
int32_t V_51 = 0;
|
|
bool V_52 = false;
|
|
bool V_53 = false;
|
|
bool V_54 = false;
|
|
bool V_55 = false;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B2_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B3_1 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
int32_t G_B40_0 = 0;
|
|
int32_t G_B44_0 = 0;
|
|
String_t* G_B56_0 = NULL;
|
|
int32_t G_B68_0 = 0;
|
|
int32_t G_B76_0 = 0;
|
|
int32_t G_B81_0 = 0;
|
|
int32_t G_B93_0 = 0;
|
|
int32_t G_B104_0 = 0;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* G_B109_0 = NULL;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* G_B108_0 = NULL;
|
|
int32_t G_B110_0 = 0;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* G_B110_1 = NULL;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* G_B115_0 = NULL;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* G_B114_0 = NULL;
|
|
int32_t G_B116_0 = 0;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* G_B116_1 = NULL;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___1_generationSettings;
|
|
NullCheck(L_0);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1 = L_0->___textSettings_9;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
__this->___m_TotalCharacterCount_13 = 0;
|
|
__this->___m_IsUsingBold_99 = (bool)0;
|
|
__this->___m_IsParsingText_72 = (bool)0;
|
|
__this->___m_TagNoParsing_47 = (bool)0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_2 = ___1_generationSettings;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___fontStyle_8;
|
|
__this->___m_FontStyleInternal_19 = L_3;
|
|
int32_t L_4 = __this->___m_FontStyleInternal_19;
|
|
G_B1_0 = __this;
|
|
if ((((int32_t)((int32_t)((int32_t)L_4&1))) == ((int32_t)1)))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_5 = ___1_generationSettings;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___fontWeight_37;
|
|
G_B3_0 = ((int32_t)(L_6));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
G_B3_0 = ((int32_t)700);
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___m_FontWeightInternal_21 = G_B3_0;
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790* L_7 = (&__this->___m_FontWeightStack_22);
|
|
int32_t L_8 = __this->___m_FontWeightInternal_21;
|
|
TextProcessingStack_1_SetDefault_mDF71503A7E4F1891305CDCC7AE245CA66A713E79(L_7, L_8, TextProcessingStack_1_SetDefault_mDF71503A7E4F1891305CDCC7AE245CA66A713E79_RuntimeMethod_var);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_9 = ___1_generationSettings;
|
|
NullCheck(L_9);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_10 = L_9->___fontAsset_4;
|
|
__this->___m_CurrentFontAsset_7 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_10);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_11 = ___1_generationSettings;
|
|
NullCheck(L_11);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = L_11->___material_5;
|
|
__this->___m_CurrentMaterial_8 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_12);
|
|
__this->___m_CurrentMaterialIndex_9 = 0;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_13 = (&__this->___m_MaterialReferenceStack_10);
|
|
int32_t L_14 = __this->___m_CurrentMaterialIndex_9;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_15 = __this->___m_CurrentFontAsset_7;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16 = __this->___m_CurrentMaterial_8;
|
|
float L_17 = __this->___m_Padding_11;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_18;
|
|
memset((&L_18), 0, sizeof(L_18));
|
|
MaterialReference__ctor_m044AAA2C1079EB25A5534A6E0FA2314F033DB15A((&L_18), L_14, L_15, (SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313*)NULL, L_16, L_17, /*hidden argument*/NULL);
|
|
TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C(L_13, L_18, TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C_RuntimeMethod_var);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_19 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
NullCheck(L_19);
|
|
Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0(L_19, Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_21 = __this->___m_CurrentFontAsset_7;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_22 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_23 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_24;
|
|
L_24 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_20, L_21, L_22, L_23, NULL);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_25 = ___2_textInfo;
|
|
V_3 = (bool)((((RuntimeObject*)(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09*)L_25) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_26 = V_3;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_27 = (TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09*)il2cpp_codegen_object_new(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
TextInfo__ctor_m241E24715CC5F6293DC90A4D25884548BAD0D602(L_27, NULL);
|
|
___2_textInfo = L_27;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
__this->___m_TextElementType_71 = 1;
|
|
V_4 = 0;
|
|
goto IL_08dc;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_28 = ___2_textInfo;
|
|
NullCheck(L_28);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_29 = L_28->___textElementInfo_10;
|
|
if (!L_29)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = __this->___m_TotalCharacterCount_13;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_31 = ___2_textInfo;
|
|
NullCheck(L_31);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_32 = L_31->___textElementInfo_10;
|
|
NullCheck(L_32);
|
|
G_B9_0 = ((((int32_t)((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0112;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
V_12 = (bool)G_B9_0;
|
|
bool L_33 = V_12;
|
|
if (!L_33)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_34 = ___2_textInfo;
|
|
NullCheck(L_34);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E** L_35 = (&L_34->___textElementInfo_10);
|
|
int32_t L_36 = __this->___m_TotalCharacterCount_13;
|
|
il2cpp_codegen_runtime_class_init_inline(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD(L_35, ((int32_t)il2cpp_codegen_add(L_36, 1)), (bool)1, TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_37 = ___0_chars;
|
|
int32_t L_38 = V_4;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = L_38;
|
|
int32_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
V_5 = L_40;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_41 = ___1_generationSettings;
|
|
NullCheck(L_41);
|
|
bool L_42 = L_41->___richText_23;
|
|
if (!L_42)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_5;
|
|
G_B14_0 = ((((int32_t)L_43) == ((int32_t)((int32_t)60)))? 1 : 0);
|
|
goto IL_0144;
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
G_B14_0 = 0;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
V_13 = (bool)G_B14_0;
|
|
bool L_44 = V_13;
|
|
if (!L_44)
|
|
{
|
|
goto IL_02bc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = __this->___m_CurrentMaterialIndex_9;
|
|
V_14 = L_45;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_46 = ___0_chars;
|
|
int32_t L_47 = V_4;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_48 = ___1_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_49 = ___2_textInfo;
|
|
bool L_50;
|
|
L_50 = TextGenerator_ValidateHtmlTag_m9C85462F15A6165B10E4C4EE93620AC1021BE5CD(__this, L_46, ((int32_t)il2cpp_codegen_add(L_47, 1)), (&V_15), L_48, L_49, NULL);
|
|
V_16 = L_50;
|
|
bool L_51 = V_16;
|
|
if (!L_51)
|
|
{
|
|
goto IL_02bb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_15;
|
|
V_4 = L_52;
|
|
int32_t L_53 = __this->___m_FontStyleInternal_19;
|
|
V_17 = (bool)((((int32_t)((int32_t)((int32_t)L_53&1))) == ((int32_t)1))? 1 : 0);
|
|
bool L_54 = V_17;
|
|
if (!L_54)
|
|
{
|
|
goto IL_018b;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_IsUsingBold_99 = (bool)1;
|
|
}
|
|
|
|
IL_018b:
|
|
{
|
|
uint8_t L_55 = __this->___m_TextElementType_71;
|
|
V_18 = (bool)((((int32_t)L_55) == ((int32_t)2))? 1 : 0);
|
|
bool L_56 = V_18;
|
|
if (!L_56)
|
|
{
|
|
goto IL_02b6;
|
|
}
|
|
}
|
|
{
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_57 = __this->___m_MaterialReferences_85;
|
|
int32_t L_58 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_57);
|
|
int32_t* L_59 = (&((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_58)))->___referenceCount_8);
|
|
int32_t* L_60 = L_59;
|
|
int32_t L_61 = *((int32_t*)L_60);
|
|
*((int32_t*)L_60) = (int32_t)((int32_t)il2cpp_codegen_add(L_61, 1));
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_62 = ___2_textInfo;
|
|
NullCheck(L_62);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_63 = L_62->___textElementInfo_10;
|
|
int32_t L_64 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_63);
|
|
int32_t L_65 = __this->___m_SpriteIndex_73;
|
|
((L_63)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_64)))->___character_0 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)57344), L_65)));
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_66 = ___2_textInfo;
|
|
NullCheck(L_66);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_67 = L_66->___textElementInfo_10;
|
|
int32_t L_68 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_67);
|
|
int32_t L_69 = __this->___m_SpriteIndex_73;
|
|
((L_67)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_68)))->___spriteIndex_6 = L_69;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_70 = ___2_textInfo;
|
|
NullCheck(L_70);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_71 = L_70->___textElementInfo_10;
|
|
int32_t L_72 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_71);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_73 = __this->___m_CurrentFontAsset_7;
|
|
((L_71)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_72)))->___fontAsset_4 = L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_71)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_72)))->___fontAsset_4), (void*)L_73);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_74 = ___2_textInfo;
|
|
NullCheck(L_74);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_75 = L_74->___textElementInfo_10;
|
|
int32_t L_76 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_75);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_77 = __this->___m_CurrentSpriteAsset_12;
|
|
((L_75)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_76)))->___spriteAsset_5 = L_77;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_75)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_76)))->___spriteAsset_5), (void*)L_77);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_78 = ___2_textInfo;
|
|
NullCheck(L_78);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_79 = L_78->___textElementInfo_10;
|
|
int32_t L_80 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_79);
|
|
int32_t L_81 = __this->___m_CurrentMaterialIndex_9;
|
|
((L_79)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_80)))->___materialReferenceIndex_8 = L_81;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_82 = ___2_textInfo;
|
|
NullCheck(L_82);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_83 = L_82->___textElementInfo_10;
|
|
int32_t L_84 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_83);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_85 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_85);
|
|
List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* L_86;
|
|
L_86 = SpriteAsset_get_spriteCharacterTable_m8D0D65C430AD8BC8C2BC8151DC4672CC0F690E0A(L_85, NULL);
|
|
int32_t L_87 = __this->___m_SpriteIndex_73;
|
|
NullCheck(L_86);
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_88;
|
|
L_88 = List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8(L_86, L_87, List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8_RuntimeMethod_var);
|
|
((L_83)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_84)))->___textElement_3 = L_88;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_83)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_84)))->___textElement_3), (void*)L_88);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_89 = ___2_textInfo;
|
|
NullCheck(L_89);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_90 = L_89->___textElementInfo_10;
|
|
int32_t L_91 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_90);
|
|
uint8_t L_92 = __this->___m_TextElementType_71;
|
|
((L_90)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_91)))->___elementType_2 = L_92;
|
|
__this->___m_TextElementType_71 = 1;
|
|
int32_t L_93 = V_14;
|
|
__this->___m_CurrentMaterialIndex_9 = L_93;
|
|
int32_t L_94 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_94, 1));
|
|
int32_t L_95 = __this->___m_TotalCharacterCount_13;
|
|
__this->___m_TotalCharacterCount_13 = ((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
}
|
|
|
|
IL_02b6:
|
|
{
|
|
goto IL_08d6;
|
|
}
|
|
|
|
IL_02bb:
|
|
{
|
|
}
|
|
|
|
IL_02bc:
|
|
{
|
|
V_7 = (bool)0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_96 = __this->___m_CurrentFontAsset_7;
|
|
V_8 = L_96;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_97 = __this->___m_CurrentMaterial_8;
|
|
V_9 = L_97;
|
|
int32_t L_98 = __this->___m_CurrentMaterialIndex_9;
|
|
V_10 = L_98;
|
|
uint8_t L_99 = __this->___m_TextElementType_71;
|
|
V_19 = (bool)((((int32_t)L_99) == ((int32_t)1))? 1 : 0);
|
|
bool L_100 = V_19;
|
|
if (!L_100)
|
|
{
|
|
goto IL_0374;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_101 = __this->___m_FontStyleInternal_19;
|
|
V_20 = (bool)((((int32_t)((int32_t)((int32_t)L_101&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
|
|
bool L_102 = V_20;
|
|
if (!L_102)
|
|
{
|
|
goto IL_0319;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_103 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_104;
|
|
L_104 = Char_IsLower_m9DDB41367F97CFFE6C46A3B5EDE7D11180B5F1AE(((int32_t)(uint16_t)L_103), NULL);
|
|
V_21 = L_104;
|
|
bool L_105 = V_21;
|
|
if (!L_105)
|
|
{
|
|
goto IL_0316;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_106 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_107;
|
|
L_107 = Char_ToUpper_m7DB51DD07EE52F4CA897807281880930F5CBD2D2(((int32_t)(uint16_t)L_106), NULL);
|
|
V_5 = L_107;
|
|
}
|
|
|
|
IL_0316:
|
|
{
|
|
goto IL_0373;
|
|
}
|
|
|
|
IL_0319:
|
|
{
|
|
int32_t L_108 = __this->___m_FontStyleInternal_19;
|
|
V_22 = (bool)((((int32_t)((int32_t)((int32_t)L_108&8))) == ((int32_t)8))? 1 : 0);
|
|
bool L_109 = V_22;
|
|
if (!L_109)
|
|
{
|
|
goto IL_0346;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_110 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_111;
|
|
L_111 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(((int32_t)(uint16_t)L_110), NULL);
|
|
V_23 = L_111;
|
|
bool L_112 = V_23;
|
|
if (!L_112)
|
|
{
|
|
goto IL_0343;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_113 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_114;
|
|
L_114 = Char_ToLower_m238489988C62CB10C7C7CAAEF8F3B2D1C5B5E056(((int32_t)(uint16_t)L_113), NULL);
|
|
V_5 = L_114;
|
|
}
|
|
|
|
IL_0343:
|
|
{
|
|
goto IL_0373;
|
|
}
|
|
|
|
IL_0346:
|
|
{
|
|
int32_t L_115 = __this->___m_FontStyleInternal_19;
|
|
V_24 = (bool)((((int32_t)((int32_t)((int32_t)L_115&((int32_t)32)))) == ((int32_t)((int32_t)32)))? 1 : 0);
|
|
bool L_116 = V_24;
|
|
if (!L_116)
|
|
{
|
|
goto IL_0373;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_117 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_118;
|
|
L_118 = Char_IsLower_m9DDB41367F97CFFE6C46A3B5EDE7D11180B5F1AE(((int32_t)(uint16_t)L_117), NULL);
|
|
V_25 = L_118;
|
|
bool L_119 = V_25;
|
|
if (!L_119)
|
|
{
|
|
goto IL_0372;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_120 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_121;
|
|
L_121 = Char_ToUpper_m7DB51DD07EE52F4CA897807281880930F5CBD2D2(((int32_t)(uint16_t)L_120), NULL);
|
|
V_5 = L_121;
|
|
}
|
|
|
|
IL_0372:
|
|
{
|
|
}
|
|
|
|
IL_0373:
|
|
{
|
|
}
|
|
|
|
IL_0374:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_122 = ___1_generationSettings;
|
|
int32_t L_123 = V_5;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_124 = __this->___m_CurrentFontAsset_7;
|
|
int32_t L_125 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_126 = __this->___m_FontWeightInternal_21;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_127;
|
|
L_127 = TextGenerator_GetTextElement_mC46F0E788A0F6EB5A62601BCE4F383C3143C78CB(__this, L_122, L_123, L_124, L_125, L_126, (&V_6), NULL);
|
|
V_11 = L_127;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_128 = V_11;
|
|
V_26 = (bool)((((RuntimeObject*)(TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA*)L_128) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_129 = V_26;
|
|
if (!L_129)
|
|
{
|
|
goto IL_04f3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_130 = V_5;
|
|
V_27 = L_130;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_131 = V_0;
|
|
NullCheck(L_131);
|
|
int32_t L_132;
|
|
L_132 = TextSettings_get_missingCharacterUnicode_mA707E5E6633633BBB3BAFB96B97A5A995100F3F3_inline(L_131, NULL);
|
|
if (!L_132)
|
|
{
|
|
goto IL_03b6;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_133 = V_0;
|
|
NullCheck(L_133);
|
|
int32_t L_134;
|
|
L_134 = TextSettings_get_missingCharacterUnicode_mA707E5E6633633BBB3BAFB96B97A5A995100F3F3_inline(L_133, NULL);
|
|
G_B40_0 = L_134;
|
|
goto IL_03bb;
|
|
}
|
|
|
|
IL_03b6:
|
|
{
|
|
G_B40_0 = ((int32_t)9633);
|
|
}
|
|
|
|
IL_03bb:
|
|
{
|
|
V_5 = G_B40_0;
|
|
int32_t L_135 = V_5;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_136 = __this->___m_CurrentFontAsset_7;
|
|
int32_t L_137 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_138 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_139;
|
|
L_139 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(L_135, L_136, (bool)1, L_137, L_138, (&V_6), NULL);
|
|
V_11 = L_139;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_140 = V_11;
|
|
V_28 = (bool)((((RuntimeObject*)(TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA*)L_140) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_141 = V_28;
|
|
if (!L_141)
|
|
{
|
|
goto IL_042b;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_142 = V_0;
|
|
NullCheck(L_142);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_143;
|
|
L_143 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_142, NULL);
|
|
if (!L_143)
|
|
{
|
|
goto IL_03ff;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_144 = V_0;
|
|
NullCheck(L_144);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_145;
|
|
L_145 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_144, NULL);
|
|
NullCheck(L_145);
|
|
int32_t L_146;
|
|
L_146 = List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_inline(L_145, List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
G_B44_0 = ((((int32_t)L_146) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0400;
|
|
}
|
|
|
|
IL_03ff:
|
|
{
|
|
G_B44_0 = 0;
|
|
}
|
|
|
|
IL_0400:
|
|
{
|
|
V_29 = (bool)G_B44_0;
|
|
bool L_147 = V_29;
|
|
if (!L_147)
|
|
{
|
|
goto IL_042a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_148 = V_5;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_149 = __this->___m_CurrentFontAsset_7;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_150 = V_0;
|
|
NullCheck(L_150);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_151;
|
|
L_151 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_150, NULL);
|
|
int32_t L_152 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_153 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_154;
|
|
L_154 = FontAssetUtilities_GetCharacterFromFontAssets_mB26999A2C8D9AD3D35857403DD59BEED6D008BA0(L_148, L_149, L_151, (bool)1, L_152, L_153, (&V_6), NULL);
|
|
V_11 = L_154;
|
|
}
|
|
|
|
IL_042a:
|
|
{
|
|
}
|
|
|
|
IL_042b:
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_155 = V_11;
|
|
V_30 = (bool)((((RuntimeObject*)(TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA*)L_155) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_156 = V_30;
|
|
if (!L_156)
|
|
{
|
|
goto IL_0468;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_157 = V_0;
|
|
NullCheck(L_157);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_158;
|
|
L_158 = TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline(L_157, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_159;
|
|
L_159 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_158, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_31 = L_159;
|
|
bool L_160 = V_31;
|
|
if (!L_160)
|
|
{
|
|
goto IL_0467;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_161 = V_5;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_162 = V_0;
|
|
NullCheck(L_162);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_163;
|
|
L_163 = TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline(L_162, NULL);
|
|
int32_t L_164 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_165 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_166;
|
|
L_166 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(L_161, L_163, (bool)1, L_164, L_165, (&V_6), NULL);
|
|
V_11 = L_166;
|
|
}
|
|
|
|
IL_0467:
|
|
{
|
|
}
|
|
|
|
IL_0468:
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_167 = V_11;
|
|
V_32 = (bool)((((RuntimeObject*)(TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA*)L_167) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_168 = V_32;
|
|
if (!L_168)
|
|
{
|
|
goto IL_04f2;
|
|
}
|
|
}
|
|
{
|
|
V_5 = ((int32_t)32);
|
|
int32_t L_169 = V_5;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_170 = __this->___m_CurrentFontAsset_7;
|
|
int32_t L_171 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_172 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_173;
|
|
L_173 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(L_169, L_170, (bool)1, L_171, L_172, (&V_6), NULL);
|
|
V_11 = L_173;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_174 = V_0;
|
|
NullCheck(L_174);
|
|
bool L_175;
|
|
L_175 = TextSettings_get_displayWarnings_m3CA9FCB44B30CC06F54CD3716D68285FF844DF83_inline(L_174, NULL);
|
|
V_33 = L_175;
|
|
bool L_176 = V_33;
|
|
if (!L_176)
|
|
{
|
|
goto IL_04f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_177 = V_27;
|
|
if ((((int32_t)L_177) > ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_04ca;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_178 = V_27;
|
|
int32_t L_179 = L_178;
|
|
RuntimeObject* L_180 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_179);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_181 = ___1_generationSettings;
|
|
NullCheck(L_181);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_182 = L_181->___fontAsset_4;
|
|
NullCheck(L_182);
|
|
String_t* L_183;
|
|
L_183 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_182, NULL);
|
|
String_t* L_184;
|
|
L_184 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralCAAD2794A22F622E48C3D6803C2630A786F758B7, L_180, L_183, NULL);
|
|
G_B56_0 = L_184;
|
|
goto IL_04e6;
|
|
}
|
|
|
|
IL_04ca:
|
|
{
|
|
int32_t L_185 = V_27;
|
|
int32_t L_186 = L_185;
|
|
RuntimeObject* L_187 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_186);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_188 = ___1_generationSettings;
|
|
NullCheck(L_188);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_189 = L_188->___fontAsset_4;
|
|
NullCheck(L_189);
|
|
String_t* L_190;
|
|
L_190 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_189, NULL);
|
|
String_t* L_191;
|
|
L_191 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral3A16983F3F5E2FE996FFAE625831CCA22C609206, L_187, L_190, NULL);
|
|
G_B56_0 = L_191;
|
|
}
|
|
|
|
IL_04e6:
|
|
{
|
|
V_34 = G_B56_0;
|
|
String_t* L_192 = V_34;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_192, NULL);
|
|
}
|
|
|
|
IL_04f1:
|
|
{
|
|
}
|
|
|
|
IL_04f2:
|
|
{
|
|
}
|
|
|
|
IL_04f3:
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_193 = V_11;
|
|
NullCheck(L_193);
|
|
uint8_t L_194;
|
|
L_194 = TextElement_get_elementType_m7BF97842479112227C1C3C83E0E94A176CD7D31A(L_193, NULL);
|
|
V_35 = (bool)((((int32_t)L_194) == ((int32_t)1))? 1 : 0);
|
|
bool L_195 = V_35;
|
|
if (!L_195)
|
|
{
|
|
goto IL_053e;
|
|
}
|
|
}
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_196 = V_11;
|
|
NullCheck(L_196);
|
|
TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* L_197;
|
|
L_197 = TextElement_get_textAsset_m52383A3758AABF5BEA013155765BD1141479685A(L_196, NULL);
|
|
NullCheck(L_197);
|
|
int32_t L_198;
|
|
L_198 = TextAsset_get_instanceID_m843A6CAA7FE9322CD19546671D3F0E90A0E27AFB(L_197, NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_199 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_199);
|
|
int32_t L_200;
|
|
L_200 = TextAsset_get_instanceID_m843A6CAA7FE9322CD19546671D3F0E90A0E27AFB(L_199, NULL);
|
|
V_36 = (bool)((((int32_t)((((int32_t)L_198) == ((int32_t)L_200))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_201 = V_36;
|
|
if (!L_201)
|
|
{
|
|
goto IL_053d;
|
|
}
|
|
}
|
|
{
|
|
V_7 = (bool)1;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_202 = V_11;
|
|
NullCheck(L_202);
|
|
TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* L_203;
|
|
L_203 = TextElement_get_textAsset_m52383A3758AABF5BEA013155765BD1141479685A(L_202, NULL);
|
|
__this->___m_CurrentFontAsset_7 = ((FontAsset_t61A6446D934E582651044E33D250EA8D306AB958*)IsInstClass((RuntimeObject*)L_203, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)((FontAsset_t61A6446D934E582651044E33D250EA8D306AB958*)IsInstClass((RuntimeObject*)L_203, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958_il2cpp_TypeInfo_var)));
|
|
}
|
|
|
|
IL_053d:
|
|
{
|
|
}
|
|
|
|
IL_053e:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_204 = ___2_textInfo;
|
|
NullCheck(L_204);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_205 = L_204->___textElementInfo_10;
|
|
int32_t L_206 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_205);
|
|
((L_205)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_206)))->___elementType_2 = 1;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_207 = ___2_textInfo;
|
|
NullCheck(L_207);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_208 = L_207->___textElementInfo_10;
|
|
int32_t L_209 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_208);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_210 = V_11;
|
|
((L_208)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_209)))->___textElement_3 = L_210;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_208)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_209)))->___textElement_3), (void*)L_210);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_211 = ___2_textInfo;
|
|
NullCheck(L_211);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_212 = L_211->___textElementInfo_10;
|
|
int32_t L_213 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_212);
|
|
bool L_214 = V_6;
|
|
((L_212)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_213)))->___isUsingAlternateTypeface_9 = L_214;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_215 = ___2_textInfo;
|
|
NullCheck(L_215);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_216 = L_215->___textElementInfo_10;
|
|
int32_t L_217 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_216);
|
|
int32_t L_218 = V_5;
|
|
((L_216)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_217)))->___character_0 = ((int32_t)(uint16_t)L_218);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_219 = ___2_textInfo;
|
|
NullCheck(L_219);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_220 = L_219->___textElementInfo_10;
|
|
int32_t L_221 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_220);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_222 = __this->___m_CurrentFontAsset_7;
|
|
((L_220)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_221)))->___fontAsset_4 = L_222;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_220)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_221)))->___fontAsset_4), (void*)L_222);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_223 = V_11;
|
|
NullCheck(L_223);
|
|
uint8_t L_224;
|
|
L_224 = TextElement_get_elementType_m7BF97842479112227C1C3C83E0E94A176CD7D31A(L_223, NULL);
|
|
V_37 = (bool)((((int32_t)L_224) == ((int32_t)2))? 1 : 0);
|
|
bool L_225 = V_37;
|
|
if (!L_225)
|
|
{
|
|
goto IL_06a5;
|
|
}
|
|
}
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_226 = V_11;
|
|
NullCheck(L_226);
|
|
TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* L_227;
|
|
L_227 = TextElement_get_textAsset_m52383A3758AABF5BEA013155765BD1141479685A(L_226, NULL);
|
|
V_38 = ((SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313*)IsInstClass((RuntimeObject*)L_227, SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313_il2cpp_TypeInfo_var));
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_228 = V_38;
|
|
NullCheck(L_228);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_229;
|
|
L_229 = TextAsset_get_material_m4B9C02D34426436FDB01F1963A9FDC11D75604EF_inline(L_228, NULL);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_230 = V_38;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_231 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_232 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_233;
|
|
L_233 = MaterialReference_AddMaterialReference_mEE57C2284E5BE17BDD80C69165FAECB3B4CC1BCD(L_229, L_230, L_231, L_232, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_233;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_234 = __this->___m_MaterialReferences_85;
|
|
int32_t L_235 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_234);
|
|
int32_t* L_236 = (&((L_234)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_235)))->___referenceCount_8);
|
|
int32_t* L_237 = L_236;
|
|
int32_t L_238 = *((int32_t*)L_237);
|
|
*((int32_t*)L_237) = (int32_t)((int32_t)il2cpp_codegen_add(L_238, 1));
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_239 = ___2_textInfo;
|
|
NullCheck(L_239);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_240 = L_239->___textElementInfo_10;
|
|
int32_t L_241 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_240);
|
|
((L_240)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_241)))->___elementType_2 = 2;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_242 = ___2_textInfo;
|
|
NullCheck(L_242);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_243 = L_242->___textElementInfo_10;
|
|
int32_t L_244 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_243);
|
|
int32_t L_245 = __this->___m_CurrentMaterialIndex_9;
|
|
((L_243)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_244)))->___materialReferenceIndex_8 = L_245;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_246 = ___2_textInfo;
|
|
NullCheck(L_246);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_247 = L_246->___textElementInfo_10;
|
|
int32_t L_248 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_247);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_249 = V_38;
|
|
((L_247)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_248)))->___spriteAsset_5 = L_249;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_247)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_248)))->___spriteAsset_5), (void*)L_249);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_250 = ___2_textInfo;
|
|
NullCheck(L_250);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_251 = L_250->___textElementInfo_10;
|
|
int32_t L_252 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_251);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_253 = V_11;
|
|
NullCheck(L_253);
|
|
uint32_t L_254;
|
|
L_254 = TextElement_get_glyphIndex_m43F82F2F998D640DEDBE6860EBE7B171DDF4FE56(L_253, NULL);
|
|
((L_251)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_252)))->___spriteIndex_6 = L_254;
|
|
__this->___m_TextElementType_71 = 1;
|
|
int32_t L_255 = V_10;
|
|
__this->___m_CurrentMaterialIndex_9 = L_255;
|
|
int32_t L_256 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_256, 1));
|
|
int32_t L_257 = __this->___m_TotalCharacterCount_13;
|
|
__this->___m_TotalCharacterCount_13 = ((int32_t)il2cpp_codegen_add(L_257, 1));
|
|
goto IL_08d6;
|
|
}
|
|
|
|
IL_06a5:
|
|
{
|
|
bool L_258 = V_7;
|
|
if (!L_258)
|
|
{
|
|
goto IL_06c6;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_259 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_259);
|
|
int32_t L_260;
|
|
L_260 = TextAsset_get_instanceID_m843A6CAA7FE9322CD19546671D3F0E90A0E27AFB(L_259, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_261 = ___1_generationSettings;
|
|
NullCheck(L_261);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_262 = L_261->___fontAsset_4;
|
|
NullCheck(L_262);
|
|
int32_t L_263;
|
|
L_263 = TextAsset_get_instanceID_m843A6CAA7FE9322CD19546671D3F0E90A0E27AFB(L_262, NULL);
|
|
G_B68_0 = ((((int32_t)((((int32_t)L_260) == ((int32_t)L_263))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_06c7;
|
|
}
|
|
|
|
IL_06c6:
|
|
{
|
|
G_B68_0 = 0;
|
|
}
|
|
|
|
IL_06c7:
|
|
{
|
|
V_39 = (bool)G_B68_0;
|
|
bool L_264 = V_39;
|
|
if (!L_264)
|
|
{
|
|
goto IL_072d;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_265 = V_0;
|
|
NullCheck(L_265);
|
|
bool L_266;
|
|
L_266 = TextSettings_get_matchMaterialPreset_m4675979547AE4C83E680260EAE5ACBC4FAC53B87_inline(L_265, NULL);
|
|
V_40 = L_266;
|
|
bool L_267 = V_40;
|
|
if (!L_267)
|
|
{
|
|
goto IL_06f8;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_268 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_269 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_269);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_270;
|
|
L_270 = TextAsset_get_material_m4B9C02D34426436FDB01F1963A9FDC11D75604EF_inline(L_269, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(MaterialManager_t104D2897F78BE83C3377323E18BEB5B8F0704D9B_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_271;
|
|
L_271 = MaterialManager_GetFallbackMaterial_m10F67CE1AE1E0B9D8BA8AFC06110FADA2404B5A1(L_268, L_270, NULL);
|
|
__this->___m_CurrentMaterial_8 = L_271;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_271);
|
|
goto IL_0709;
|
|
}
|
|
|
|
IL_06f8:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_272 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_272);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_273;
|
|
L_273 = TextAsset_get_material_m4B9C02D34426436FDB01F1963A9FDC11D75604EF_inline(L_272, NULL);
|
|
__this->___m_CurrentMaterial_8 = L_273;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_273);
|
|
}
|
|
|
|
IL_0709:
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_274 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_275 = __this->___m_CurrentFontAsset_7;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_276 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_277 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_278;
|
|
L_278 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_274, L_275, L_276, L_277, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_278;
|
|
}
|
|
|
|
IL_072d:
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_279 = V_11;
|
|
if (!L_279)
|
|
{
|
|
goto IL_0742;
|
|
}
|
|
}
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_280 = V_11;
|
|
NullCheck(L_280);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_281;
|
|
L_281 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_280, NULL);
|
|
NullCheck(L_281);
|
|
int32_t L_282;
|
|
L_282 = Glyph_get_atlasIndex_m575332307F2C182655EE9AD352E92F1B5F4D26DF(L_281, NULL);
|
|
G_B76_0 = ((((int32_t)L_282) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0743;
|
|
}
|
|
|
|
IL_0742:
|
|
{
|
|
G_B76_0 = 0;
|
|
}
|
|
|
|
IL_0743:
|
|
{
|
|
V_41 = (bool)G_B76_0;
|
|
bool L_283 = V_41;
|
|
if (!L_283)
|
|
{
|
|
goto IL_0794;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_284 = __this->___m_CurrentFontAsset_7;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_285 = __this->___m_CurrentMaterial_8;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_286 = V_11;
|
|
NullCheck(L_286);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_287;
|
|
L_287 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_286, NULL);
|
|
NullCheck(L_287);
|
|
int32_t L_288;
|
|
L_288 = Glyph_get_atlasIndex_m575332307F2C182655EE9AD352E92F1B5F4D26DF(L_287, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(MaterialManager_t104D2897F78BE83C3377323E18BEB5B8F0704D9B_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_289;
|
|
L_289 = MaterialManager_GetFallbackMaterial_mB65C8D7625B0D0A0D623FC6AC545469AF6B7724D(L_284, L_285, L_288, NULL);
|
|
__this->___m_CurrentMaterial_8 = L_289;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_289);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_290 = __this->___m_CurrentMaterial_8;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_291 = __this->___m_CurrentFontAsset_7;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_292 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_293 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_294;
|
|
L_294 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_290, L_291, L_292, L_293, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_294;
|
|
V_7 = (bool)1;
|
|
}
|
|
|
|
IL_0794:
|
|
{
|
|
int32_t L_295 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_296;
|
|
L_296 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(((int32_t)(uint16_t)L_295), NULL);
|
|
if (L_296)
|
|
{
|
|
goto IL_07ac;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_297 = V_5;
|
|
G_B81_0 = ((((int32_t)((((int32_t)L_297) == ((int32_t)((int32_t)8203)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_07ad;
|
|
}
|
|
|
|
IL_07ac:
|
|
{
|
|
G_B81_0 = 0;
|
|
}
|
|
|
|
IL_07ad:
|
|
{
|
|
V_42 = (bool)G_B81_0;
|
|
bool L_298 = V_42;
|
|
if (!L_298)
|
|
{
|
|
goto IL_083d;
|
|
}
|
|
}
|
|
{
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_299 = __this->___m_MaterialReferences_85;
|
|
int32_t L_300 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_299);
|
|
int32_t L_301 = ((L_299)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_300)))->___referenceCount_8;
|
|
V_43 = (bool)((((int32_t)L_301) < ((int32_t)((int32_t)16383)))? 1 : 0);
|
|
bool L_302 = V_43;
|
|
if (!L_302)
|
|
{
|
|
goto IL_07f7;
|
|
}
|
|
}
|
|
{
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_303 = __this->___m_MaterialReferences_85;
|
|
int32_t L_304 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_303);
|
|
int32_t* L_305 = (&((L_303)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_304)))->___referenceCount_8);
|
|
int32_t* L_306 = L_305;
|
|
int32_t L_307 = *((int32_t*)L_306);
|
|
*((int32_t*)L_306) = (int32_t)((int32_t)il2cpp_codegen_add(L_307, 1));
|
|
goto IL_083c;
|
|
}
|
|
|
|
IL_07f7:
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_308 = __this->___m_CurrentMaterial_8;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_309 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_309);
|
|
Material__ctor_mFCC42FB90257F1E8F7516A8640A79C465A39961C(L_309, L_308, NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_310 = __this->___m_CurrentFontAsset_7;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E** L_311 = (&__this->___m_MaterialReferences_85);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_312 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
int32_t L_313;
|
|
L_313 = MaterialReference_AddMaterialReference_m13CC47A7CA6C8781EA68A355B36FCD5AFF467A40(L_309, L_310, L_311, L_312, NULL);
|
|
__this->___m_CurrentMaterialIndex_9 = L_313;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_314 = __this->___m_MaterialReferences_85;
|
|
int32_t L_315 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_314);
|
|
int32_t* L_316 = (&((L_314)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_315)))->___referenceCount_8);
|
|
int32_t* L_317 = L_316;
|
|
int32_t L_318 = *((int32_t*)L_317);
|
|
*((int32_t*)L_317) = (int32_t)((int32_t)il2cpp_codegen_add(L_318, 1));
|
|
}
|
|
|
|
IL_083c:
|
|
{
|
|
}
|
|
|
|
IL_083d:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_319 = ___2_textInfo;
|
|
NullCheck(L_319);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_320 = L_319->___textElementInfo_10;
|
|
int32_t L_321 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_320);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_322 = __this->___m_CurrentMaterial_8;
|
|
((L_320)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_321)))->___material_7 = L_322;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_320)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_321)))->___material_7), (void*)L_322);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_323 = ___2_textInfo;
|
|
NullCheck(L_323);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_324 = L_323->___textElementInfo_10;
|
|
int32_t L_325 = __this->___m_TotalCharacterCount_13;
|
|
NullCheck(L_324);
|
|
int32_t L_326 = __this->___m_CurrentMaterialIndex_9;
|
|
((L_324)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_325)))->___materialReferenceIndex_8 = L_326;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_327 = __this->___m_MaterialReferences_85;
|
|
int32_t L_328 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_327);
|
|
bool L_329 = V_7;
|
|
((L_327)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_328)))->___isFallbackMaterial_5 = L_329;
|
|
bool L_330 = V_7;
|
|
V_44 = L_330;
|
|
bool L_331 = V_44;
|
|
if (!L_331)
|
|
{
|
|
goto IL_08c7;
|
|
}
|
|
}
|
|
{
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_332 = __this->___m_MaterialReferences_85;
|
|
int32_t L_333 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_332);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_334 = V_9;
|
|
((L_332)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_333)))->___fallbackMaterial_6 = L_334;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_332)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_333)))->___fallbackMaterial_6), (void*)L_334);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_335 = V_8;
|
|
__this->___m_CurrentFontAsset_7 = L_335;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_335);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_336 = V_9;
|
|
__this->___m_CurrentMaterial_8 = L_336;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_336);
|
|
int32_t L_337 = V_10;
|
|
__this->___m_CurrentMaterialIndex_9 = L_337;
|
|
}
|
|
|
|
IL_08c7:
|
|
{
|
|
int32_t L_338 = __this->___m_TotalCharacterCount_13;
|
|
__this->___m_TotalCharacterCount_13 = ((int32_t)il2cpp_codegen_add(L_338, 1));
|
|
}
|
|
|
|
IL_08d6:
|
|
{
|
|
int32_t L_339 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_339, 1));
|
|
}
|
|
|
|
IL_08dc:
|
|
{
|
|
int32_t L_340 = V_4;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_341 = ___0_chars;
|
|
NullCheck(L_341);
|
|
if ((((int32_t)L_340) >= ((int32_t)((int32_t)(((RuntimeArray*)L_341)->max_length)))))
|
|
{
|
|
goto IL_08ec;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_342 = ___0_chars;
|
|
int32_t L_343 = V_4;
|
|
NullCheck(L_342);
|
|
int32_t L_344 = L_343;
|
|
int32_t L_345 = (L_342)->GetAt(static_cast<il2cpp_array_size_t>(L_344));
|
|
G_B93_0 = ((!(((uint32_t)L_345) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_08ed;
|
|
}
|
|
|
|
IL_08ec:
|
|
{
|
|
G_B93_0 = 0;
|
|
}
|
|
|
|
IL_08ed:
|
|
{
|
|
V_45 = (bool)G_B93_0;
|
|
bool L_346 = V_45;
|
|
if (L_346)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
bool L_347 = __this->___m_IsCalculatingPreferredValues_94;
|
|
V_46 = L_347;
|
|
bool L_348 = V_46;
|
|
if (!L_348)
|
|
{
|
|
goto IL_090f;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_IsCalculatingPreferredValues_94 = (bool)0;
|
|
goto IL_0ad9;
|
|
}
|
|
|
|
IL_090f:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_349 = ___2_textInfo;
|
|
int32_t L_350 = V_1;
|
|
NullCheck(L_349);
|
|
L_349->___spriteCount_3 = L_350;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_351 = ___2_textInfo;
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_352 = __this->___m_MaterialReferenceIndexLookup_93;
|
|
NullCheck(L_352);
|
|
int32_t L_353;
|
|
L_353 = Dictionary_2_get_Count_mD88F18E0B2065189516BF168F521E531BE54384A(L_352, Dictionary_2_get_Count_mD88F18E0B2065189516BF168F521E531BE54384A_RuntimeMethod_var);
|
|
int32_t L_354 = L_353;
|
|
V_47 = L_354;
|
|
NullCheck(L_351);
|
|
L_351->___materialCount_9 = L_354;
|
|
int32_t L_355 = V_47;
|
|
V_2 = L_355;
|
|
int32_t L_356 = V_2;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_357 = ___2_textInfo;
|
|
NullCheck(L_357);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_358 = L_357->___meshInfo_15;
|
|
NullCheck(L_358);
|
|
V_48 = (bool)((((int32_t)L_356) > ((int32_t)((int32_t)(((RuntimeArray*)L_358)->max_length))))? 1 : 0);
|
|
bool L_359 = V_48;
|
|
if (!L_359)
|
|
{
|
|
goto IL_094c;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_360 = ___2_textInfo;
|
|
NullCheck(L_360);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6** L_361 = (&L_360->___meshInfo_15);
|
|
int32_t L_362 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
TextInfo_Resize_TisMeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_m12C1214F381EE3DE1ABDDCD67922D47344C093CA(L_361, L_362, (bool)0, TextInfo_Resize_TisMeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_m12C1214F381EE3DE1ABDDCD67922D47344C093CA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_094c:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_363 = ___2_textInfo;
|
|
NullCheck(L_363);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_364 = L_363->___textElementInfo_10;
|
|
NullCheck(L_364);
|
|
int32_t L_365 = __this->___m_TotalCharacterCount_13;
|
|
V_49 = (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_364)->max_length)), L_365))) > ((int32_t)((int32_t)256)))? 1 : 0);
|
|
bool L_366 = V_49;
|
|
if (!L_366)
|
|
{
|
|
goto IL_0987;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_367 = ___2_textInfo;
|
|
NullCheck(L_367);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E** L_368 = (&L_367->___textElementInfo_10);
|
|
int32_t L_369 = __this->___m_TotalCharacterCount_13;
|
|
int32_t L_370;
|
|
L_370 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(((int32_t)il2cpp_codegen_add(L_369, 1)), ((int32_t)256), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD(L_368, L_370, (bool)1, TextInfo_Resize_TisTextElementInfo_tDD7A12E319505510E0B350E342BD55F32AB5F976_mA6966A5218C8D7A4AD10F39BA419E598E283C4DD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0987:
|
|
{
|
|
V_50 = 0;
|
|
goto IL_0acb;
|
|
}
|
|
|
|
IL_098f:
|
|
{
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_371 = __this->___m_MaterialReferences_85;
|
|
int32_t L_372 = V_50;
|
|
NullCheck(L_371);
|
|
int32_t L_373 = ((L_371)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_372)))->___referenceCount_8;
|
|
V_51 = L_373;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_374 = ___2_textInfo;
|
|
NullCheck(L_374);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_375 = L_374->___meshInfo_15;
|
|
int32_t L_376 = V_50;
|
|
NullCheck(L_375);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_377 = ((L_375)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_376)))->___vertices_2;
|
|
if (!L_377)
|
|
{
|
|
goto IL_09d4;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_378 = ___2_textInfo;
|
|
NullCheck(L_378);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_379 = L_378->___meshInfo_15;
|
|
int32_t L_380 = V_50;
|
|
NullCheck(L_379);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_381 = ((L_379)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_380)))->___vertices_2;
|
|
NullCheck(L_381);
|
|
int32_t L_382 = V_51;
|
|
G_B104_0 = ((((int32_t)((int32_t)(((RuntimeArray*)L_381)->max_length))) < ((int32_t)((int32_t)il2cpp_codegen_multiply(L_382, 4))))? 1 : 0);
|
|
goto IL_09d5;
|
|
}
|
|
|
|
IL_09d4:
|
|
{
|
|
G_B104_0 = 1;
|
|
}
|
|
|
|
IL_09d5:
|
|
{
|
|
V_52 = (bool)G_B104_0;
|
|
bool L_383 = V_52;
|
|
if (!L_383)
|
|
{
|
|
goto IL_0a41;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_384 = ___2_textInfo;
|
|
NullCheck(L_384);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_385 = L_384->___meshInfo_15;
|
|
int32_t L_386 = V_50;
|
|
NullCheck(L_385);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_387 = ((L_385)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_386)))->___vertices_2;
|
|
V_53 = (bool)((((RuntimeObject*)(Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)L_387) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_388 = V_53;
|
|
if (!L_388)
|
|
{
|
|
goto IL_0a11;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_389 = ___2_textInfo;
|
|
NullCheck(L_389);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_390 = L_389->___meshInfo_15;
|
|
int32_t L_391 = V_50;
|
|
int32_t L_392 = V_51;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F L_393;
|
|
memset((&L_393), 0, sizeof(L_393));
|
|
MeshInfo__ctor_mCC2410C5590BEA974468F4CECFA874BE966CDE61((&L_393), ((int32_t)il2cpp_codegen_add(L_392, 1)), /*hidden argument*/NULL);
|
|
NullCheck(L_390);
|
|
(L_390)->SetAt(static_cast<il2cpp_array_size_t>(L_391), (MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F)L_393);
|
|
goto IL_0a3e;
|
|
}
|
|
|
|
IL_0a11:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_394 = ___2_textInfo;
|
|
NullCheck(L_394);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_395 = L_394->___meshInfo_15;
|
|
int32_t L_396 = V_50;
|
|
NullCheck(L_395);
|
|
int32_t L_397 = V_51;
|
|
G_B108_0 = ((L_395)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_396)));
|
|
if ((((int32_t)L_397) > ((int32_t)((int32_t)1024))))
|
|
{
|
|
G_B109_0 = ((L_395)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_396)));
|
|
goto IL_0a30;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_398 = V_51;
|
|
int32_t L_399;
|
|
L_399 = Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485(L_398, NULL);
|
|
G_B110_0 = L_399;
|
|
G_B110_1 = G_B108_0;
|
|
goto IL_0a38;
|
|
}
|
|
|
|
IL_0a30:
|
|
{
|
|
int32_t L_400 = V_51;
|
|
G_B110_0 = ((int32_t)il2cpp_codegen_add(L_400, ((int32_t)256)));
|
|
G_B110_1 = G_B109_0;
|
|
}
|
|
|
|
IL_0a38:
|
|
{
|
|
MeshInfo_ResizeMeshInfo_mE411FE40935FB9CFB7C334B3A1F216A98B96F5FC(G_B110_1, G_B110_0, NULL);
|
|
}
|
|
|
|
IL_0a3e:
|
|
{
|
|
goto IL_0aa0;
|
|
}
|
|
|
|
IL_0a41:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_401 = ___2_textInfo;
|
|
NullCheck(L_401);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_402 = L_401->___meshInfo_15;
|
|
int32_t L_403 = V_50;
|
|
NullCheck(L_402);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_404 = ((L_402)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_403)))->___vertices_2;
|
|
NullCheck(L_404);
|
|
int32_t L_405 = V_51;
|
|
V_54 = (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_404)->max_length)), ((int32_t)il2cpp_codegen_multiply(L_405, 4))))) > ((int32_t)((int32_t)1024)))? 1 : 0);
|
|
bool L_406 = V_54;
|
|
if (!L_406)
|
|
{
|
|
goto IL_0aa0;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_407 = ___2_textInfo;
|
|
NullCheck(L_407);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_408 = L_407->___meshInfo_15;
|
|
int32_t L_409 = V_50;
|
|
NullCheck(L_408);
|
|
int32_t L_410 = V_51;
|
|
G_B114_0 = ((L_408)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_409)));
|
|
if ((((int32_t)L_410) > ((int32_t)((int32_t)1024))))
|
|
{
|
|
G_B115_0 = ((L_408)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_409)));
|
|
goto IL_0a91;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_411 = V_51;
|
|
int32_t L_412;
|
|
L_412 = Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485(L_411, NULL);
|
|
int32_t L_413;
|
|
L_413 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_412, ((int32_t)256), NULL);
|
|
G_B116_0 = L_413;
|
|
G_B116_1 = G_B114_0;
|
|
goto IL_0a99;
|
|
}
|
|
|
|
IL_0a91:
|
|
{
|
|
int32_t L_414 = V_51;
|
|
G_B116_0 = ((int32_t)il2cpp_codegen_add(L_414, ((int32_t)256)));
|
|
G_B116_1 = G_B115_0;
|
|
}
|
|
|
|
IL_0a99:
|
|
{
|
|
MeshInfo_ResizeMeshInfo_mE411FE40935FB9CFB7C334B3A1F216A98B96F5FC(G_B116_1, G_B116_0, NULL);
|
|
}
|
|
|
|
IL_0aa0:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_415 = ___2_textInfo;
|
|
NullCheck(L_415);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_416 = L_415->___meshInfo_15;
|
|
int32_t L_417 = V_50;
|
|
NullCheck(L_416);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_418 = __this->___m_MaterialReferences_85;
|
|
int32_t L_419 = V_50;
|
|
NullCheck(L_418);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_420 = ((L_418)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_419)))->___material_3;
|
|
((L_416)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_417)))->___material_7 = L_420;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_416)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_417)))->___material_7), (void*)L_420);
|
|
int32_t L_421 = V_50;
|
|
V_50 = ((int32_t)il2cpp_codegen_add(L_421, 1));
|
|
}
|
|
|
|
IL_0acb:
|
|
{
|
|
int32_t L_422 = V_50;
|
|
int32_t L_423 = V_2;
|
|
V_55 = (bool)((((int32_t)L_422) < ((int32_t)L_423))? 1 : 0);
|
|
bool L_424 = V_55;
|
|
if (L_424)
|
|
{
|
|
goto IL_098f;
|
|
}
|
|
}
|
|
|
|
IL_0ad9:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.TextCore.Text.TextElement UnityEngine.TextCore.Text.TextGenerator::GetTextElement(UnityEngine.TextCore.Text.TextGenerationSettings,System.UInt32,UnityEngine.TextCore.Text.FontAsset,UnityEngine.TextCore.Text.FontStyles,UnityEngine.TextCore.Text.TextFontWeight,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* TextGenerator_GetTextElement_mC46F0E788A0F6EB5A62601BCE4F383C3143C78CB (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, uint32_t ___1_unicode, FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___2_fontAsset, int32_t ___3_fontStyle, int32_t ___4_fontWeight, bool* ___5_isUsingAlternativeTypeface, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_0 = NULL;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* V_1 = NULL;
|
|
bool V_2 = false;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* V_3 = NULL;
|
|
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;
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* V_11 = NULL;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* V_18 = NULL;
|
|
bool V_19 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B27_0 = 0;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_generationSettings;
|
|
NullCheck(L_0);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1 = L_0->___textSettings_9;
|
|
V_0 = L_1;
|
|
uint32_t L_2 = ___1_unicode;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_3 = ___2_fontAsset;
|
|
int32_t L_4 = ___3_fontStyle;
|
|
int32_t L_5 = ___4_fontWeight;
|
|
bool* L_6 = ___5_isUsingAlternativeTypeface;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_7;
|
|
L_7 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(L_2, L_3, (bool)0, L_4, L_5, L_6, NULL);
|
|
V_1 = L_7;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_8 = V_1;
|
|
V_2 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_10 = V_1;
|
|
V_3 = L_10;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_11 = ___2_fontAsset;
|
|
NullCheck(L_11);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_12 = L_11->___m_FallbackFontAssetTable_33;
|
|
if (!L_12)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_13 = ___2_fontAsset;
|
|
NullCheck(L_13);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_14 = L_13->___m_FallbackFontAssetTable_33;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_inline(L_14, List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
G_B5_0 = ((((int32_t)L_15) > ((int32_t)0))? 1 : 0);
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
V_4 = (bool)G_B5_0;
|
|
bool L_16 = V_4;
|
|
if (!L_16)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_17 = ___1_unicode;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_18 = ___2_fontAsset;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_19 = ___2_fontAsset;
|
|
NullCheck(L_19);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_20 = L_19->___m_FallbackFontAssetTable_33;
|
|
int32_t L_21 = ___3_fontStyle;
|
|
int32_t L_22 = ___4_fontWeight;
|
|
bool* L_23 = ___5_isUsingAlternativeTypeface;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_24;
|
|
L_24 = FontAssetUtilities_GetCharacterFromFontAssets_mB26999A2C8D9AD3D35857403DD59BEED6D008BA0(L_17, L_18, L_20, (bool)1, L_21, L_22, L_23, NULL);
|
|
V_1 = L_24;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_25 = V_1;
|
|
V_5 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_25) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_26 = V_5;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_27 = ___2_fontAsset;
|
|
uint32_t L_28 = ___1_unicode;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_29 = V_1;
|
|
NullCheck(L_27);
|
|
FontAsset_AddCharacterToLookupCache_mB90E06CE313CC0BB6F81415BF8FB4E043108EED8(L_27, L_28, L_29, NULL);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_30 = V_1;
|
|
V_3 = L_30;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_31 = ___2_fontAsset;
|
|
NullCheck(L_31);
|
|
int32_t L_32;
|
|
L_32 = TextAsset_get_instanceID_m843A6CAA7FE9322CD19546671D3F0E90A0E27AFB(L_31, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_33 = ___0_generationSettings;
|
|
NullCheck(L_33);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_34 = L_33->___fontAsset_4;
|
|
NullCheck(L_34);
|
|
int32_t L_35;
|
|
L_35 = TextAsset_get_instanceID_m843A6CAA7FE9322CD19546671D3F0E90A0E27AFB(L_34, NULL);
|
|
V_6 = (bool)((((int32_t)((((int32_t)L_32) == ((int32_t)L_35))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_36 = V_6;
|
|
if (!L_36)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_37 = ___1_unicode;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_38 = ___0_generationSettings;
|
|
NullCheck(L_38);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_39 = L_38->___fontAsset_4;
|
|
int32_t L_40 = ___3_fontStyle;
|
|
int32_t L_41 = ___4_fontWeight;
|
|
bool* L_42 = ___5_isUsingAlternativeTypeface;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_43;
|
|
L_43 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(L_37, L_39, (bool)0, L_40, L_41, L_42, NULL);
|
|
V_1 = L_43;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_44 = V_1;
|
|
V_7 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_44) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_45 = V_7;
|
|
if (!L_45)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_CurrentMaterialIndex_9 = 0;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_46 = __this->___m_MaterialReferences_85;
|
|
NullCheck(L_46);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_47 = ((L_46)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___material_3;
|
|
__this->___m_CurrentMaterial_8 = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_47);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_48 = ___2_fontAsset;
|
|
uint32_t L_49 = ___1_unicode;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_50 = V_1;
|
|
NullCheck(L_48);
|
|
FontAsset_AddCharacterToLookupCache_mB90E06CE313CC0BB6F81415BF8FB4E043108EED8(L_48, L_49, L_50, NULL);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_51 = V_1;
|
|
V_3 = L_51;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_52 = ___0_generationSettings;
|
|
NullCheck(L_52);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_53 = L_52->___fontAsset_4;
|
|
NullCheck(L_53);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_54 = L_53->___m_FallbackFontAssetTable_33;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_55 = ___0_generationSettings;
|
|
NullCheck(L_55);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_56 = L_55->___fontAsset_4;
|
|
NullCheck(L_56);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_57 = L_56->___m_FallbackFontAssetTable_33;
|
|
NullCheck(L_57);
|
|
int32_t L_58;
|
|
L_58 = List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_inline(L_57, List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
G_B15_0 = ((((int32_t)L_58) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0105;
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
G_B15_0 = 0;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
V_8 = (bool)G_B15_0;
|
|
bool L_59 = V_8;
|
|
if (!L_59)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_60 = ___1_unicode;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_61 = ___2_fontAsset;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_62 = ___0_generationSettings;
|
|
NullCheck(L_62);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_63 = L_62->___fontAsset_4;
|
|
NullCheck(L_63);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_64 = L_63->___m_FallbackFontAssetTable_33;
|
|
int32_t L_65 = ___3_fontStyle;
|
|
int32_t L_66 = ___4_fontWeight;
|
|
bool* L_67 = ___5_isUsingAlternativeTypeface;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_68;
|
|
L_68 = FontAssetUtilities_GetCharacterFromFontAssets_mB26999A2C8D9AD3D35857403DD59BEED6D008BA0(L_60, L_61, L_64, (bool)1, L_65, L_66, L_67, NULL);
|
|
V_1 = L_68;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_69 = V_1;
|
|
V_9 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_69) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_70 = V_9;
|
|
if (!L_70)
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_71 = ___2_fontAsset;
|
|
uint32_t L_72 = ___1_unicode;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_73 = V_1;
|
|
NullCheck(L_71);
|
|
FontAsset_AddCharacterToLookupCache_mB90E06CE313CC0BB6F81415BF8FB4E043108EED8(L_71, L_72, L_73, NULL);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_74 = V_1;
|
|
V_3 = L_74;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_75 = ___0_generationSettings;
|
|
NullCheck(L_75);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_76 = L_75->___spriteAsset_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_77;
|
|
L_77 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_76, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_10 = L_77;
|
|
bool L_78 = V_10;
|
|
if (!L_78)
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_79 = ___1_unicode;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_80 = ___0_generationSettings;
|
|
NullCheck(L_80);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_81 = L_80->___spriteAsset_6;
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_82;
|
|
L_82 = FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_mB9147480CA9223089D54748F37F227BC180D78E1(L_79, L_81, (bool)1, NULL);
|
|
V_11 = L_82;
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_83 = V_11;
|
|
V_12 = (bool)((!(((RuntimeObject*)(SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5*)L_83) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_84 = V_12;
|
|
if (!L_84)
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_85 = V_11;
|
|
V_3 = L_85;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_86 = V_0;
|
|
NullCheck(L_86);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_87;
|
|
L_87 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_86, NULL);
|
|
if (!L_87)
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_88 = V_0;
|
|
NullCheck(L_88);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_89;
|
|
L_89 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_88, NULL);
|
|
NullCheck(L_89);
|
|
int32_t L_90;
|
|
L_90 = List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_inline(L_89, List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
G_B27_0 = ((((int32_t)L_90) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0190;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
G_B27_0 = 0;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
V_13 = (bool)G_B27_0;
|
|
bool L_91 = V_13;
|
|
if (!L_91)
|
|
{
|
|
goto IL_01ab;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_92 = ___1_unicode;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_93 = ___2_fontAsset;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_94 = V_0;
|
|
NullCheck(L_94);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_95;
|
|
L_95 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_94, NULL);
|
|
int32_t L_96 = ___3_fontStyle;
|
|
int32_t L_97 = ___4_fontWeight;
|
|
bool* L_98 = ___5_isUsingAlternativeTypeface;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_99;
|
|
L_99 = FontAssetUtilities_GetCharacterFromFontAssets_mB26999A2C8D9AD3D35857403DD59BEED6D008BA0(L_92, L_93, L_95, (bool)1, L_96, L_97, L_98, NULL);
|
|
V_1 = L_99;
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_100 = V_1;
|
|
V_14 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_100) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_101 = V_14;
|
|
if (!L_101)
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_102 = ___2_fontAsset;
|
|
uint32_t L_103 = ___1_unicode;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_104 = V_1;
|
|
NullCheck(L_102);
|
|
FontAsset_AddCharacterToLookupCache_mB90E06CE313CC0BB6F81415BF8FB4E043108EED8(L_102, L_103, L_104, NULL);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_105 = V_1;
|
|
V_3 = L_105;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_106 = V_0;
|
|
NullCheck(L_106);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_107;
|
|
L_107 = TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline(L_106, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_108;
|
|
L_108 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_107, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_15 = L_108;
|
|
bool L_109 = V_15;
|
|
if (!L_109)
|
|
{
|
|
goto IL_01e9;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_110 = ___1_unicode;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_111 = V_0;
|
|
NullCheck(L_111);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_112;
|
|
L_112 = TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline(L_111, NULL);
|
|
int32_t L_113 = ___3_fontStyle;
|
|
int32_t L_114 = ___4_fontWeight;
|
|
bool* L_115 = ___5_isUsingAlternativeTypeface;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_116;
|
|
L_116 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(L_110, L_112, (bool)1, L_113, L_114, L_115, NULL);
|
|
V_1 = L_116;
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_117 = V_1;
|
|
V_16 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_117) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_118 = V_16;
|
|
if (!L_118)
|
|
{
|
|
goto IL_0201;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_119 = ___2_fontAsset;
|
|
uint32_t L_120 = ___1_unicode;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_121 = V_1;
|
|
NullCheck(L_119);
|
|
FontAsset_AddCharacterToLookupCache_mB90E06CE313CC0BB6F81415BF8FB4E043108EED8(L_119, L_120, L_121, NULL);
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_122 = V_1;
|
|
V_3 = L_122;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_123 = V_0;
|
|
NullCheck(L_123);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_124;
|
|
L_124 = TextSettings_get_defaultSpriteAsset_m8FA900F9747B7ADBCD2A2F612E7D977DB58D6445_inline(L_123, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_125;
|
|
L_125 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_124, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_17 = L_125;
|
|
bool L_126 = V_17;
|
|
if (!L_126)
|
|
{
|
|
goto IL_0234;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_127 = ___1_unicode;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_128 = V_0;
|
|
NullCheck(L_128);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_129;
|
|
L_129 = TextSettings_get_defaultSpriteAsset_m8FA900F9747B7ADBCD2A2F612E7D977DB58D6445_inline(L_128, NULL);
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_130;
|
|
L_130 = FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_mB9147480CA9223089D54748F37F227BC180D78E1(L_127, L_129, (bool)1, NULL);
|
|
V_18 = L_130;
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_131 = V_18;
|
|
V_19 = (bool)((!(((RuntimeObject*)(SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5*)L_131) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_132 = V_19;
|
|
if (!L_132)
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_133 = V_18;
|
|
V_3 = L_133;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
}
|
|
|
|
IL_0234:
|
|
{
|
|
V_3 = (TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA*)NULL;
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0238:
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_134 = V_3;
|
|
return L_134;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::ComputeMarginSize(UnityEngine.Rect,UnityEngine.Vector4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_ComputeMarginSize_m485F8B01196058B15F597DE99D6F6A47FA539D3F (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_margins, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___0_rect), NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___1_margins;
|
|
float L_2 = L_1.___x_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___1_margins;
|
|
float L_4 = L_3.___z_3;
|
|
__this->___m_MarginWidth_2 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(L_0, L_2)), L_4));
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___0_rect), NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_margins;
|
|
float L_7 = L_6.___y_2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___1_margins;
|
|
float L_9 = L_8.___w_4;
|
|
__this->___m_MarginHeight_3 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(L_5, L_7)), L_9));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_10 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_10);
|
|
((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___x_2 = (0.0f);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_11 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_11);
|
|
((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___y_3 = (0.0f);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_12 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_12);
|
|
((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___x_2 = (0.0f);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_13 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_13);
|
|
float L_14;
|
|
L_14 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___0_rect), NULL);
|
|
((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___y_3 = L_14;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_15 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_15);
|
|
float L_16;
|
|
L_16 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___0_rect), NULL);
|
|
((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->___x_2 = L_16;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_17 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_17);
|
|
float L_18;
|
|
L_18 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___0_rect), NULL);
|
|
((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->___y_3 = L_18;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_19 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_19);
|
|
float L_20;
|
|
L_20 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___0_rect), NULL);
|
|
((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)))->___x_2 = L_20;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_21 = __this->___m_RectTransformCorners_1;
|
|
NullCheck(L_21);
|
|
((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)))->___y_3 = (0.0f);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::GetSpecialCharacters(UnityEngine.TextCore.Text.TextGenerationSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GetSpecialCharacters_mA82879FA537C58223BB660E797AC135A8E07B492 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_generationSettings;
|
|
TextGenerator_GetEllipsisSpecialCharacter_m5139CAE03CD2E25C9A528A6A6FC984A8515C2460(__this, L_0, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_1 = ___0_generationSettings;
|
|
TextGenerator_GetUnderlineSpecialCharacter_mE5E9D5DEB9A7758333CDDCAD05EF25F076EC1AD5(__this, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::GetEllipsisSpecialCharacter(UnityEngine.TextCore.Text.TextGenerationSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GetEllipsisSpecialCharacter_m5139CAE03CD2E25C9A528A6A6FC984A8515C2460 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* V_1 = NULL;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_2 = NULL;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* V_3 = NULL;
|
|
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;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_generationSettings;
|
|
NullCheck(L_0);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1 = L_0->___fontAsset_4;
|
|
V_1 = L_1;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_2 = ___0_generationSettings;
|
|
NullCheck(L_2);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_3 = L_2->___textSettings_9;
|
|
V_2 = L_3;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_4 = V_1;
|
|
int32_t L_5 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_6 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_7;
|
|
L_7 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(((int32_t)8230), L_4, (bool)0, L_5, L_6, (&V_0), NULL);
|
|
V_3 = L_7;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_8 = V_3;
|
|
V_4 = (bool)((((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_9 = V_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_11 = L_10->___m_FallbackFontAssetTable_33;
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_13 = L_12->___m_FallbackFontAssetTable_33;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_inline(L_13, List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
G_B4_0 = ((((int32_t)L_14) > ((int32_t)0))? 1 : 0);
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
V_5 = (bool)G_B4_0;
|
|
bool L_15 = V_5;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_16 = V_1;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_18 = L_17->___m_FallbackFontAssetTable_33;
|
|
int32_t L_19 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_20 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_21;
|
|
L_21 = FontAssetUtilities_GetCharacterFromFontAssets_mB26999A2C8D9AD3D35857403DD59BEED6D008BA0(((int32_t)8230), L_16, L_18, (bool)1, L_19, L_20, (&V_0), NULL);
|
|
V_3 = L_21;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_22 = V_3;
|
|
V_6 = (bool)((((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_22) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_23 = V_6;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_24 = V_2;
|
|
NullCheck(L_24);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_25;
|
|
L_25 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_24, NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_27;
|
|
L_27 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_26, NULL);
|
|
NullCheck(L_27);
|
|
int32_t L_28;
|
|
L_28 = List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_inline(L_27, List_1_get_Count_m654F4B0CF3BAA9A130BC72017949E6B5DA07AD86_RuntimeMethod_var);
|
|
G_B11_0 = ((((int32_t)L_28) > ((int32_t)0))? 1 : 0);
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
G_B11_0 = 0;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
V_7 = (bool)G_B11_0;
|
|
bool L_29 = V_7;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_30 = V_1;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_31 = V_2;
|
|
NullCheck(L_31);
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_32;
|
|
L_32 = TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline(L_31, NULL);
|
|
int32_t L_33 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_34 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_35;
|
|
L_35 = FontAssetUtilities_GetCharacterFromFontAssets_mB26999A2C8D9AD3D35857403DD59BEED6D008BA0(((int32_t)8230), L_30, L_32, (bool)1, L_33, L_34, (&V_0), NULL);
|
|
V_3 = L_35;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_36 = V_3;
|
|
V_8 = (bool)((((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_36) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_37 = V_8;
|
|
if (!L_37)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_39;
|
|
L_39 = TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline(L_38, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_40;
|
|
L_40 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_39, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_9 = L_40;
|
|
bool L_41 = V_9;
|
|
if (!L_41)
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_42 = V_2;
|
|
NullCheck(L_42);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_43;
|
|
L_43 = TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline(L_42, NULL);
|
|
int32_t L_44 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_45 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_46;
|
|
L_46 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(((int32_t)8230), L_43, (bool)1, L_44, L_45, (&V_0), NULL);
|
|
V_3 = L_46;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_47 = V_3;
|
|
V_10 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_47) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_48 = V_10;
|
|
if (!L_48)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_49 = V_3;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD L_50;
|
|
memset((&L_50), 0, sizeof(L_50));
|
|
SpecialCharacter__ctor_m6697A8BF272F0144733EE12368C038F45E99F969((&L_50), L_49, 0, /*hidden argument*/NULL);
|
|
__this->___m_Ellipsis_97 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Ellipsis_97))->___character_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Ellipsis_97))->___fontAsset_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Ellipsis_97))->___material_2), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::GetUnderlineSpecialCharacter(UnityEngine.TextCore.Text.TextGenerationSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator_GetUnderlineSpecialCharacter_mE5E9D5DEB9A7758333CDDCAD05EF25F076EC1AD5 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77A4D95C5A66881369906720C24690D7097D85DC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC04DCE144956C85753B1D40627C3620348D36C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* V_1 = NULL;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_2 = NULL;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* V_3 = NULL;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_generationSettings;
|
|
NullCheck(L_0);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1 = L_0->___fontAsset_4;
|
|
V_1 = L_1;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_2 = ___0_generationSettings;
|
|
NullCheck(L_2);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_3 = L_2->___textSettings_9;
|
|
V_2 = L_3;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_4 = V_1;
|
|
int32_t L_5 = __this->___m_FontStyleInternal_19;
|
|
int32_t L_6 = __this->___m_FontWeightInternal_21;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_7;
|
|
L_7 = FontAssetUtilities_GetCharacterFromFontAsset_m0F073D15EC39A1D4F302F02A5E2F583F28889332(((int32_t)95), L_4, (bool)0, L_5, L_6, (&V_0), NULL);
|
|
V_3 = L_7;
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_8 = V_3;
|
|
V_4 = (bool)((!(((RuntimeObject*)(Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_9 = V_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Character_t9B671B493FAC8D43638C69AF6AE92CBD103D80EC* L_10 = V_3;
|
|
SpecialCharacter_t869F8BE65A7FE32AFD4196118258F49A63D8E2BD L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
SpecialCharacter__ctor_m6697A8BF272F0144733EE12368C038F45E99F969((&L_11), L_10, 0, /*hidden argument*/NULL);
|
|
__this->___m_Underline_98 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Underline_98))->___character_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Underline_98))->___fontAsset_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Underline_98))->___material_2), (void*)NULL);
|
|
#endif
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
bool L_13;
|
|
L_13 = TextSettings_get_displayWarnings_m3CA9FCB44B30CC06F54CD3716D68285FF844DF83_inline(L_12, NULL);
|
|
V_5 = L_13;
|
|
bool L_14 = V_5;
|
|
if (!L_14)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_15, NULL);
|
|
String_t* L_17;
|
|
L_17 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralBDC04DCE144956C85753B1D40627C3620348D36C, L_16, _stringLiteral77A4D95C5A66881369906720C24690D7097D85DC, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_17, NULL);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.TextCore.Text.TextGenerator::GetPaddingForMaterial(UnityEngine.Material,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextGenerator_GetPaddingForMaterial_mE5A4DEF3F64851861C092F7A4FC58C902F775C74 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, bool ___1_extraPadding, 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*)&TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var);
|
|
TextShaderUtilities_GetShaderPropertyIDs_mBA841B8CACE147593703FF6E7E2804FF2017DE52(NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___0_material;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (0.0f);
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___0_material;
|
|
bool L_4 = ___1_extraPadding;
|
|
bool L_5 = __this->___m_IsUsingBold_99;
|
|
il2cpp_codegen_runtime_class_init_inline(TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var);
|
|
float L_6;
|
|
L_6 = TextShaderUtilities_GetPadding_mB8AB51D48DC021C3446D30408B4515B16E3BFA5F(L_3, L_4, L_5, NULL);
|
|
__this->___m_Padding_11 = L_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = ___0_material;
|
|
bool L_8;
|
|
L_8 = TextShaderUtilities_IsMaskingEnabled_m5613AC55B82463CB01B7983743EF5A4518490331(L_7, NULL);
|
|
__this->___m_IsMaskingEnabled_84 = L_8;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = ___0_material;
|
|
int32_t L_10 = ((TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_StaticFields*)il2cpp_codegen_static_fields_for(TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var))->___ID_WeightNormal_10;
|
|
NullCheck(L_9);
|
|
bool L_11;
|
|
L_11 = Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222(L_9, L_10, NULL);
|
|
__this->___m_IsSdfShader_100 = L_11;
|
|
float L_12 = __this->___m_Padding_11;
|
|
V_1 = L_12;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
float L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::GetPreferredValuesInternal(UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 TextGenerator_GetPreferredValuesInternal_m125B070164DFEA503C67525D1F418DAF41300ABD (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___0_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___1_textInfo, 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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
float G_B5_0 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* G_B7_0 = NULL;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* G_B6_0 = NULL;
|
|
float G_B8_0 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* G_B8_1 = NULL;
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___0_generationSettings;
|
|
NullCheck(L_0);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_1 = L_0->___textSettings_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_2;
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
V_3 = L_4;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_5 = ___0_generationSettings;
|
|
NullCheck(L_5);
|
|
bool L_6 = L_5->___autoSize_19;
|
|
if (L_6)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = __this->___m_FontSize_15;
|
|
G_B5_0 = L_7;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_8 = ___0_generationSettings;
|
|
NullCheck(L_8);
|
|
float L_9 = L_8->___fontSizeMax_21;
|
|
G_B5_0 = L_9;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
V_0 = G_B5_0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_10 = ___0_generationSettings;
|
|
NullCheck(L_10);
|
|
float L_11 = L_10->___fontSizeMin_20;
|
|
__this->___m_MinFontSize_80 = L_11;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_12 = ___0_generationSettings;
|
|
NullCheck(L_12);
|
|
float L_13 = L_12->___fontSizeMax_21;
|
|
__this->___m_MaxFontSize_79 = L_13;
|
|
__this->___m_CharWidthAdjDelta_77 = (0.0f);
|
|
float L_14 = __this->___m_MarginWidth_2;
|
|
G_B6_0 = (&V_1);
|
|
if ((!(((float)L_14) == ((float)(0.0f)))))
|
|
{
|
|
G_B7_0 = (&V_1);
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = (32767.0f);
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
float L_15 = __this->___m_MarginWidth_2;
|
|
G_B8_0 = L_15;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline(G_B8_1, G_B8_0, (32767.0f), NULL);
|
|
__this->___m_RecursiveCount_102 = 0;
|
|
float L_16 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_1;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_18 = ___0_generationSettings;
|
|
NullCheck(L_18);
|
|
bool L_19 = L_18->___autoSize_19;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_20 = ___0_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_21 = ___1_textInfo;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
|
|
L_22 = VirtualFuncInvoker5< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, float, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* >::Invoke(4 /* UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo) */, __this, L_16, L_17, (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0), L_20, L_21);
|
|
V_3 = L_22;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_3;
|
|
return L_23;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 TextGenerator_CalculatePreferredValues_mBBE23FA780CF24415963F32F7C500F0394C2545E (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, float ___0_defaultFontSize, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_marginSize, bool ___2_ignoreTextAutoSizing, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___3_generationSettings, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___4_textInfo, 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*)&Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_Clear_m857C80F9AFD9507FE4784DB5DE79109E16C8EAA3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_SetDefault_m2DBB41C08A4CB7F71156ED5965850C2A0570F230_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2721F1FB5FC4A504275A0C43F1EBCAE2F87F2F45);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* V_8 = NULL;
|
|
float V_9 = 0.0f;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
float V_12 = 0.0f;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
int32_t V_17 = 0;
|
|
int32_t V_18 = 0;
|
|
float V_19 = 0.0f;
|
|
bool V_20 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
float V_25 = 0.0f;
|
|
int32_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
bool V_28 = false;
|
|
float V_29 = 0.0f;
|
|
float V_30 = 0.0f;
|
|
GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E V_31;
|
|
memset((&V_31), 0, sizeof(V_31));
|
|
float V_32 = 0.0f;
|
|
float V_33 = 0.0f;
|
|
float V_34 = 0.0f;
|
|
float V_35 = 0.0f;
|
|
bool V_36 = false;
|
|
bool V_37 = false;
|
|
bool V_38 = false;
|
|
bool V_39 = false;
|
|
bool V_40 = false;
|
|
bool V_41 = false;
|
|
bool V_42 = false;
|
|
bool V_43 = false;
|
|
bool V_44 = false;
|
|
bool V_45 = false;
|
|
bool V_46 = false;
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* V_47 = NULL;
|
|
float V_48 = 0.0f;
|
|
bool V_49 = false;
|
|
bool V_50 = false;
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A V_51;
|
|
memset((&V_51), 0, sizeof(V_51));
|
|
bool V_52 = false;
|
|
bool V_53 = false;
|
|
bool V_54 = false;
|
|
bool V_55 = false;
|
|
GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E V_56;
|
|
memset((&V_56), 0, sizeof(V_56));
|
|
uint32_t V_57 = 0;
|
|
bool V_58 = false;
|
|
uint32_t V_59 = 0;
|
|
uint32_t V_60 = 0;
|
|
bool V_61 = false;
|
|
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 V_62;
|
|
memset((&V_62), 0, sizeof(V_62));
|
|
bool V_63 = false;
|
|
uint32_t V_64 = 0;
|
|
uint32_t V_65 = 0;
|
|
bool V_66 = false;
|
|
bool V_67 = false;
|
|
bool V_68 = false;
|
|
bool V_69 = false;
|
|
float V_70 = 0.0f;
|
|
float V_71 = 0.0f;
|
|
bool V_72 = false;
|
|
bool V_73 = false;
|
|
float V_74 = 0.0f;
|
|
bool V_75 = false;
|
|
bool V_76 = false;
|
|
bool V_77 = false;
|
|
float V_78 = 0.0f;
|
|
float V_79 = 0.0f;
|
|
bool V_80 = false;
|
|
bool V_81 = false;
|
|
bool V_82 = false;
|
|
bool V_83 = false;
|
|
bool V_84 = false;
|
|
bool V_85 = false;
|
|
bool V_86 = false;
|
|
float V_87 = 0.0f;
|
|
bool V_88 = false;
|
|
bool V_89 = false;
|
|
float V_90 = 0.0f;
|
|
bool V_91 = false;
|
|
bool V_92 = false;
|
|
bool V_93 = false;
|
|
bool V_94 = false;
|
|
float V_95 = 0.0f;
|
|
bool V_96 = false;
|
|
float V_97 = 0.0f;
|
|
float V_98 = 0.0f;
|
|
bool V_99 = false;
|
|
bool V_100 = false;
|
|
bool V_101 = false;
|
|
bool V_102 = false;
|
|
bool V_103 = false;
|
|
float V_104 = 0.0f;
|
|
bool V_105 = false;
|
|
float V_106 = 0.0f;
|
|
bool V_107 = false;
|
|
bool V_108 = false;
|
|
bool V_109 = false;
|
|
bool V_110 = false;
|
|
bool V_111 = false;
|
|
bool V_112 = false;
|
|
bool V_113 = false;
|
|
bool V_114 = false;
|
|
bool V_115 = false;
|
|
bool V_116 = false;
|
|
bool V_117 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B17_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B16_0 = NULL;
|
|
int32_t G_B18_0 = 0;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B18_1 = NULL;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B71_0 = 0;
|
|
float G_B76_0 = 0.0f;
|
|
float G_B75_0 = 0.0f;
|
|
float G_B77_0 = 0.0f;
|
|
float G_B77_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B79_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B78_0 = NULL;
|
|
float G_B80_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B80_1 = NULL;
|
|
float G_B82_0 = 0.0f;
|
|
float G_B81_0 = 0.0f;
|
|
float G_B83_0 = 0.0f;
|
|
float G_B83_1 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B85_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B84_0 = NULL;
|
|
float G_B86_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B86_1 = NULL;
|
|
int32_t G_B89_0 = 0;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B92_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B91_0 = NULL;
|
|
float G_B93_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B93_1 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B95_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B94_0 = NULL;
|
|
float G_B96_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B96_1 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B100_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B99_0 = NULL;
|
|
float G_B101_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B101_1 = NULL;
|
|
int32_t G_B107_0 = 0;
|
|
float G_B111_0 = 0.0f;
|
|
int32_t G_B114_0 = 0;
|
|
float G_B116_0 = 0.0f;
|
|
float G_B116_1 = 0.0f;
|
|
float G_B115_0 = 0.0f;
|
|
float G_B115_1 = 0.0f;
|
|
float G_B117_0 = 0.0f;
|
|
float G_B117_1 = 0.0f;
|
|
float G_B117_2 = 0.0f;
|
|
float G_B119_0 = 0.0f;
|
|
float G_B119_1 = 0.0f;
|
|
float G_B118_0 = 0.0f;
|
|
float G_B118_1 = 0.0f;
|
|
float G_B120_0 = 0.0f;
|
|
float G_B120_1 = 0.0f;
|
|
float G_B120_2 = 0.0f;
|
|
int32_t G_B124_0 = 0;
|
|
int32_t G_B129_0 = 0;
|
|
int32_t G_B145_0 = 0;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B149_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B148_0 = NULL;
|
|
float G_B150_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B150_1 = NULL;
|
|
int32_t G_B160_0 = 0;
|
|
int32_t G_B173_0 = 0;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B178_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B177_0 = NULL;
|
|
float G_B179_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B179_1 = NULL;
|
|
int32_t G_B184_0 = 0;
|
|
int32_t G_B190_0 = 0;
|
|
int32_t G_B198_0 = 0;
|
|
int32_t G_B203_0 = 0;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B207_0 = NULL;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B206_0 = NULL;
|
|
float G_B208_0 = 0.0f;
|
|
TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* G_B208_1 = NULL;
|
|
int32_t G_B211_0 = 0;
|
|
int32_t G_B224_0 = 0;
|
|
int32_t G_B235_0 = 0;
|
|
int32_t G_B253_0 = 0;
|
|
int32_t G_B259_0 = 0;
|
|
int32_t G_B261_0 = 0;
|
|
int32_t G_B263_0 = 0;
|
|
int32_t G_B269_0 = 0;
|
|
int32_t G_B280_0 = 0;
|
|
float G_B286_0 = 0.0f;
|
|
float G_B285_0 = 0.0f;
|
|
float G_B287_0 = 0.0f;
|
|
float G_B287_1 = 0.0f;
|
|
float G_B289_0 = 0.0f;
|
|
float G_B288_0 = 0.0f;
|
|
float G_B290_0 = 0.0f;
|
|
float G_B290_1 = 0.0f;
|
|
float G_B292_0 = 0.0f;
|
|
float G_B291_0 = 0.0f;
|
|
float G_B293_0 = 0.0f;
|
|
float G_B293_1 = 0.0f;
|
|
float G_B295_0 = 0.0f;
|
|
float G_B294_0 = 0.0f;
|
|
float G_B296_0 = 0.0f;
|
|
float G_B296_1 = 0.0f;
|
|
{
|
|
Profiler_BeginSample_m640E26B682D803CC5DB4EDFDF2F6E83771BF0BE4_inline(_stringLiteral2721F1FB5FC4A504275A0C43F1EBCAE2F87F2F45, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_0 = ___3_generationSettings;
|
|
NullCheck(L_0);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_1 = L_0->___fontAsset_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_3 = ___3_generationSettings;
|
|
NullCheck(L_3);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_4 = L_3->___fontAsset_4;
|
|
NullCheck(L_4);
|
|
Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB* L_5;
|
|
L_5 = FontAsset_get_characterLookupTable_m7E76D6C706C5CEB04A9541C68AE6D9E5C75F0FFC(L_4, NULL);
|
|
G_B3_0 = ((((RuntimeObject*)(Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_20 = (bool)G_B3_0;
|
|
bool L_6 = V_20;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
V_21 = L_7;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = __this->___m_CharBuffer_4;
|
|
if (!L_8)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_CharBuffer_4;
|
|
NullCheck(L_9);
|
|
if (!(((RuntimeArray*)L_9)->max_length))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = __this->___m_CharBuffer_4;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 0;
|
|
int32_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
G_B9_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
V_22 = (bool)G_B9_0;
|
|
bool L_13 = V_22;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
V_21 = L_14;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_15 = ___3_generationSettings;
|
|
NullCheck(L_15);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_16 = L_15->___fontAsset_4;
|
|
__this->___m_CurrentFontAsset_7 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_16);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_17 = ___3_generationSettings;
|
|
NullCheck(L_17);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18 = L_17->___material_5;
|
|
__this->___m_CurrentMaterial_8 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentMaterial_8), (void*)L_18);
|
|
__this->___m_CurrentMaterialIndex_9 = 0;
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA* L_19 = (&__this->___m_MaterialReferenceStack_10);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_20 = __this->___m_CurrentFontAsset_7;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = __this->___m_CurrentMaterial_8;
|
|
float L_22 = __this->___m_Padding_11;
|
|
MaterialReference_t86DB0799D5C82869D4FF0A4F59624AED6910FD26 L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
MaterialReference__ctor_m044AAA2C1079EB25A5534A6E0FA2314F033DB15A((&L_23), 0, L_20, (SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313*)NULL, L_21, L_22, /*hidden argument*/NULL);
|
|
TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C(L_19, L_23, TextProcessingStack_1_SetDefault_mDAFD4911B5A8BEE57351A37415ADF348F0A6B54C_RuntimeMethod_var);
|
|
int32_t L_24 = __this->___m_TotalCharacterCount_13;
|
|
V_0 = L_24;
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_25 = __this->___m_InternalTextElementInfo_101;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_0;
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_27 = __this->___m_InternalTextElementInfo_101;
|
|
NullCheck(L_27);
|
|
G_B14_0 = ((((int32_t)L_26) > ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))? 1 : 0);
|
|
goto IL_00d5;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
G_B14_0 = 1;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
V_23 = (bool)G_B14_0;
|
|
bool L_28 = V_23;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_0;
|
|
G_B16_0 = __this;
|
|
if ((((int32_t)L_29) > ((int32_t)((int32_t)1024))))
|
|
{
|
|
G_B17_0 = __this;
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = V_0;
|
|
int32_t L_31;
|
|
L_31 = Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485(L_30, NULL);
|
|
G_B18_0 = L_31;
|
|
G_B18_1 = G_B16_0;
|
|
goto IL_00f4;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
int32_t L_32 = V_0;
|
|
G_B18_0 = ((int32_t)il2cpp_codegen_add(L_32, ((int32_t)256)));
|
|
G_B18_1 = G_B17_0;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_33 = (TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E*)(TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E*)SZArrayNew(TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E_il2cpp_TypeInfo_var, (uint32_t)G_B18_0);
|
|
NullCheck(G_B18_1);
|
|
G_B18_1->___m_InternalTextElementInfo_101 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B18_1->___m_InternalTextElementInfo_101), (void*)L_33);
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
float L_34 = ___0_defaultFontSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_35 = ___3_generationSettings;
|
|
NullCheck(L_35);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_36 = L_35->___fontAsset_4;
|
|
NullCheck(L_36);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_37;
|
|
L_37 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_36, NULL);
|
|
V_24 = L_37;
|
|
int32_t L_38;
|
|
L_38 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_24), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_39 = ___3_generationSettings;
|
|
NullCheck(L_39);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_40 = L_39->___fontAsset_4;
|
|
NullCheck(L_40);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_41;
|
|
L_41 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_40, NULL);
|
|
V_24 = L_41;
|
|
float L_42;
|
|
L_42 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_24), NULL);
|
|
float L_43 = ((float)il2cpp_codegen_multiply(((float)(L_34/((float)L_38))), L_42));
|
|
V_25 = L_43;
|
|
__this->___m_FontScale_14 = L_43;
|
|
float L_44 = V_25;
|
|
V_1 = L_44;
|
|
float L_45 = V_1;
|
|
V_2 = L_45;
|
|
__this->___m_FontScaleMultiplier_16 = (1.0f);
|
|
float L_46 = ___0_defaultFontSize;
|
|
__this->___m_CurrentFontSize_17 = L_46;
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_47 = (&__this->___m_SizeStack_18);
|
|
float L_48 = __this->___m_CurrentFontSize_17;
|
|
TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9(L_47, L_48, TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9_RuntimeMethod_var);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_49 = ___3_generationSettings;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = L_49->___fontStyle_8;
|
|
__this->___m_FontStyleInternal_19 = L_50;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_51 = ___3_generationSettings;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = L_51->___textAlignment_10;
|
|
__this->___m_LineJustification_23 = L_52;
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F* L_53 = (&__this->___m_LineJustificationStack_24);
|
|
int32_t L_54 = __this->___m_LineJustification_23;
|
|
TextProcessingStack_1_SetDefault_m2DBB41C08A4CB7F71156ED5965850C2A0570F230(L_53, L_54, TextProcessingStack_1_SetDefault_m2DBB41C08A4CB7F71156ED5965850C2A0570F230_RuntimeMethod_var);
|
|
__this->___m_BaselineOffset_25 = (0.0f);
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_55 = (&__this->___m_BaselineOffsetStack_26);
|
|
TextProcessingStack_1_Clear_m857C80F9AFD9507FE4784DB5DE79109E16C8EAA3(L_55, TextProcessingStack_1_Clear_m857C80F9AFD9507FE4784DB5DE79109E16C8EAA3_RuntimeMethod_var);
|
|
__this->___m_LineOffset_39 = (0.0f);
|
|
__this->___m_LineHeight_40 = (-32767.0f);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_56 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_56);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_57;
|
|
L_57 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_56, NULL);
|
|
V_24 = L_57;
|
|
float L_58;
|
|
L_58 = FaceInfo_get_lineHeight_m528B4A822181FCECF3D4FF1045DF288E5872AB9D((&V_24), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_59 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_59);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_60;
|
|
L_60 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_59, NULL);
|
|
V_24 = L_60;
|
|
float L_61;
|
|
L_61 = FaceInfo_get_ascentLine_m193755D649428EC24A7E433A1728F11DA7547ABD((&V_24), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_62 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_62);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_63;
|
|
L_63 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_62, NULL);
|
|
V_24 = L_63;
|
|
float L_64;
|
|
L_64 = FaceInfo_get_descentLine_m811A243C9B328B0C546BF9927A010A05DF172BD3((&V_24), NULL);
|
|
V_5 = ((float)il2cpp_codegen_subtract(L_58, ((float)il2cpp_codegen_subtract(L_61, L_64))));
|
|
__this->___m_CSpacing_41 = (0.0f);
|
|
__this->___m_MonoSpacing_42 = (0.0f);
|
|
__this->___m_XAdvance_43 = (0.0f);
|
|
V_7 = (0.0f);
|
|
__this->___m_TagLineIndent_44 = (0.0f);
|
|
__this->___m_TagIndent_45 = (0.0f);
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555* L_65 = (&__this->___m_IndentStack_46);
|
|
TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9(L_65, (0.0f), TextProcessingStack_1_SetDefault_mA28AEF460395ECD6CBF6A469575571F64F6836B9_RuntimeMethod_var);
|
|
__this->___m_TagNoParsing_47 = (bool)0;
|
|
__this->___m_CharacterCount_48 = 0;
|
|
__this->___m_FirstCharacterOfLine_49 = 0;
|
|
__this->___m_MaxLineAscender_53 = (-32767.0f);
|
|
__this->___m_MaxLineDescender_54 = (32767.0f);
|
|
__this->___m_LineNumber_55 = 0;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_66 = ___3_generationSettings;
|
|
NullCheck(L_66);
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_67 = L_66->___textSettings_9;
|
|
V_8 = L_67;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68 = ___1_marginSize;
|
|
float L_69 = L_68.___x_0;
|
|
V_9 = L_69;
|
|
__this->___m_MarginLeft_59 = (0.0f);
|
|
__this->___m_MarginRight_60 = (0.0f);
|
|
__this->___m_Width_61 = (-1.0f);
|
|
V_10 = (0.0f);
|
|
V_11 = (0.0f);
|
|
V_12 = (0.0f);
|
|
__this->___m_IsCalculatingPreferredValues_94 = (bool)1;
|
|
__this->___m_MaxAscender_64 = (0.0f);
|
|
__this->___m_MaxDescender_65 = (0.0f);
|
|
V_13 = (bool)1;
|
|
V_14 = (bool)0;
|
|
il2cpp_codegen_initobj((&V_15), sizeof(WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123));
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_70 = ___4_textInfo;
|
|
TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936(__this, (&V_15), 0, 0, L_70, NULL);
|
|
il2cpp_codegen_initobj((&V_16), sizeof(WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123));
|
|
V_17 = 0;
|
|
int32_t L_71 = __this->___m_RecursiveCount_102;
|
|
__this->___m_RecursiveCount_102 = ((int32_t)il2cpp_codegen_add(L_71, 1));
|
|
V_26 = 0;
|
|
goto IL_15e7;
|
|
}
|
|
|
|
IL_0319:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_72 = __this->___m_CharBuffer_4;
|
|
int32_t L_73 = V_26;
|
|
NullCheck(L_72);
|
|
int32_t L_74 = L_73;
|
|
int32_t L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
|
|
V_3 = L_75;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_76 = ___4_textInfo;
|
|
NullCheck(L_76);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_77 = L_76->___textElementInfo_10;
|
|
int32_t L_78 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_77);
|
|
uint8_t L_79 = ((L_77)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_78)))->___elementType_2;
|
|
__this->___m_TextElementType_71 = L_79;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_80 = ___4_textInfo;
|
|
NullCheck(L_80);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_81 = L_80->___textElementInfo_10;
|
|
int32_t L_82 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_81);
|
|
int32_t L_83 = ((L_81)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_82)))->___materialReferenceIndex_8;
|
|
__this->___m_CurrentMaterialIndex_9 = L_83;
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_84 = __this->___m_MaterialReferences_85;
|
|
int32_t L_85 = __this->___m_CurrentMaterialIndex_9;
|
|
NullCheck(L_84);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_86 = ((L_84)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_85)))->___fontAsset_1;
|
|
__this->___m_CurrentFontAsset_7 = L_86;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_86);
|
|
int32_t L_87 = __this->___m_CurrentMaterialIndex_9;
|
|
V_27 = L_87;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_88 = ___3_generationSettings;
|
|
NullCheck(L_88);
|
|
bool L_89 = L_88->___richText_23;
|
|
if (!L_89)
|
|
{
|
|
goto IL_0392;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_90 = V_3;
|
|
G_B23_0 = ((((int32_t)L_90) == ((int32_t)((int32_t)60)))? 1 : 0);
|
|
goto IL_0393;
|
|
}
|
|
|
|
IL_0392:
|
|
{
|
|
G_B23_0 = 0;
|
|
}
|
|
|
|
IL_0393:
|
|
{
|
|
V_36 = (bool)G_B23_0;
|
|
bool L_91 = V_36;
|
|
if (!L_91)
|
|
{
|
|
goto IL_03df;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_IsParsingText_72 = (bool)1;
|
|
__this->___m_TextElementType_71 = 1;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_92 = __this->___m_CharBuffer_4;
|
|
int32_t L_93 = V_26;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_94 = ___3_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_95 = ___4_textInfo;
|
|
bool L_96;
|
|
L_96 = TextGenerator_ValidateHtmlTag_m9C85462F15A6165B10E4C4EE93620AC1021BE5CD(__this, L_92, ((int32_t)il2cpp_codegen_add(L_93, 1)), (&V_18), L_94, L_95, NULL);
|
|
V_37 = L_96;
|
|
bool L_97 = V_37;
|
|
if (!L_97)
|
|
{
|
|
goto IL_03de;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_98 = V_18;
|
|
V_26 = L_98;
|
|
uint8_t L_99 = __this->___m_TextElementType_71;
|
|
V_38 = (bool)((((int32_t)L_99) == ((int32_t)1))? 1 : 0);
|
|
bool L_100 = V_38;
|
|
if (!L_100)
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
goto IL_15e1;
|
|
}
|
|
|
|
IL_03dd:
|
|
{
|
|
}
|
|
|
|
IL_03de:
|
|
{
|
|
}
|
|
|
|
IL_03df:
|
|
{
|
|
__this->___m_IsParsingText_72 = (bool)0;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_101 = ___4_textInfo;
|
|
NullCheck(L_101);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_102 = L_101->___textElementInfo_10;
|
|
int32_t L_103 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_102);
|
|
bool L_104 = ((L_102)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_103)))->___isUsingAlternateTypeface_9;
|
|
V_28 = L_104;
|
|
V_29 = (1.0f);
|
|
uint8_t L_105 = __this->___m_TextElementType_71;
|
|
V_39 = (bool)((((int32_t)L_105) == ((int32_t)1))? 1 : 0);
|
|
bool L_106 = V_39;
|
|
if (!L_106)
|
|
{
|
|
goto IL_04a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_107 = __this->___m_FontStyleInternal_19;
|
|
V_40 = (bool)((((int32_t)((int32_t)((int32_t)L_107&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
|
|
bool L_108 = V_40;
|
|
if (!L_108)
|
|
{
|
|
goto IL_0445;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_109 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_110;
|
|
L_110 = Char_IsLower_m9DDB41367F97CFFE6C46A3B5EDE7D11180B5F1AE(((int32_t)(uint16_t)L_109), NULL);
|
|
V_41 = L_110;
|
|
bool L_111 = V_41;
|
|
if (!L_111)
|
|
{
|
|
goto IL_0442;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_112 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_113;
|
|
L_113 = Char_ToUpper_m7DB51DD07EE52F4CA897807281880930F5CBD2D2(((int32_t)(uint16_t)L_112), NULL);
|
|
V_3 = L_113;
|
|
}
|
|
|
|
IL_0442:
|
|
{
|
|
goto IL_04a2;
|
|
}
|
|
|
|
IL_0445:
|
|
{
|
|
int32_t L_114 = __this->___m_FontStyleInternal_19;
|
|
V_42 = (bool)((((int32_t)((int32_t)((int32_t)L_114&8))) == ((int32_t)8))? 1 : 0);
|
|
bool L_115 = V_42;
|
|
if (!L_115)
|
|
{
|
|
goto IL_046f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_116 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_117;
|
|
L_117 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(((int32_t)(uint16_t)L_116), NULL);
|
|
V_43 = L_117;
|
|
bool L_118 = V_43;
|
|
if (!L_118)
|
|
{
|
|
goto IL_046c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_119 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_120;
|
|
L_120 = Char_ToLower_m238489988C62CB10C7C7CAAEF8F3B2D1C5B5E056(((int32_t)(uint16_t)L_119), NULL);
|
|
V_3 = L_120;
|
|
}
|
|
|
|
IL_046c:
|
|
{
|
|
goto IL_04a2;
|
|
}
|
|
|
|
IL_046f:
|
|
{
|
|
int32_t L_121 = __this->___m_FontStyleInternal_19;
|
|
V_44 = (bool)((((int32_t)((int32_t)((int32_t)L_121&((int32_t)32)))) == ((int32_t)((int32_t)32)))? 1 : 0);
|
|
bool L_122 = V_44;
|
|
if (!L_122)
|
|
{
|
|
goto IL_04a2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_123 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_124;
|
|
L_124 = Char_IsLower_m9DDB41367F97CFFE6C46A3B5EDE7D11180B5F1AE(((int32_t)(uint16_t)L_123), NULL);
|
|
V_45 = L_124;
|
|
bool L_125 = V_45;
|
|
if (!L_125)
|
|
{
|
|
goto IL_04a1;
|
|
}
|
|
}
|
|
{
|
|
V_29 = (0.800000012f);
|
|
int32_t L_126 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_127;
|
|
L_127 = Char_ToUpper_m7DB51DD07EE52F4CA897807281880930F5CBD2D2(((int32_t)(uint16_t)L_126), NULL);
|
|
V_3 = L_127;
|
|
}
|
|
|
|
IL_04a1:
|
|
{
|
|
}
|
|
|
|
IL_04a2:
|
|
{
|
|
}
|
|
|
|
IL_04a3:
|
|
{
|
|
uint8_t L_128 = __this->___m_TextElementType_71;
|
|
V_46 = (bool)((((int32_t)L_128) == ((int32_t)2))? 1 : 0);
|
|
bool L_129 = V_46;
|
|
if (!L_129)
|
|
{
|
|
goto IL_05ee;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_130 = ___4_textInfo;
|
|
NullCheck(L_130);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_131 = L_130->___textElementInfo_10;
|
|
int32_t L_132 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_131);
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_133 = ((L_131)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_132)))->___spriteAsset_5;
|
|
__this->___m_CurrentSpriteAsset_12 = L_133;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSpriteAsset_12), (void*)L_133);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_134 = ___4_textInfo;
|
|
NullCheck(L_134);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_135 = L_134->___textElementInfo_10;
|
|
int32_t L_136 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_135);
|
|
int32_t L_137 = ((L_135)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_136)))->___spriteIndex_6;
|
|
__this->___m_SpriteIndex_73 = L_137;
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_138 = __this->___m_CurrentSpriteAsset_12;
|
|
NullCheck(L_138);
|
|
List_1_t7DA088250C54C07AF1211AE132355AD2D343EE51* L_139;
|
|
L_139 = SpriteAsset_get_spriteCharacterTable_m8D0D65C430AD8BC8C2BC8151DC4672CC0F690E0A(L_138, NULL);
|
|
int32_t L_140 = __this->___m_SpriteIndex_73;
|
|
NullCheck(L_139);
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_141;
|
|
L_141 = List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8(L_139, L_140, List_1_get_Item_m25CB12C13D14620785B0E86F6543D20B5080AFF8_RuntimeMethod_var);
|
|
V_47 = L_141;
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_142 = V_47;
|
|
V_49 = (bool)((((RuntimeObject*)(SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5*)L_142) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_143 = V_49;
|
|
if (!L_143)
|
|
{
|
|
goto IL_0518;
|
|
}
|
|
}
|
|
{
|
|
goto IL_15e1;
|
|
}
|
|
|
|
IL_0518:
|
|
{
|
|
int32_t L_144 = V_3;
|
|
V_50 = (bool)((((int32_t)L_144) == ((int32_t)((int32_t)60)))? 1 : 0);
|
|
bool L_145 = V_50;
|
|
if (!L_145)
|
|
{
|
|
goto IL_0530;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_146 = __this->___m_SpriteIndex_73;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(((int32_t)57344), L_146));
|
|
}
|
|
|
|
IL_0530:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_147 = ___3_generationSettings;
|
|
NullCheck(L_147);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_148 = L_147->___fontAsset_4;
|
|
__this->___m_CurrentFontAsset_7 = L_148;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentFontAsset_7), (void*)L_148);
|
|
float L_149 = __this->___m_CurrentFontSize_17;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_150 = ___3_generationSettings;
|
|
NullCheck(L_150);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_151 = L_150->___fontAsset_4;
|
|
NullCheck(L_151);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_152;
|
|
L_152 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_151, NULL);
|
|
V_24 = L_152;
|
|
int32_t L_153;
|
|
L_153 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_24), NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_154 = ___3_generationSettings;
|
|
NullCheck(L_154);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_155 = L_154->___fontAsset_4;
|
|
NullCheck(L_155);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_156;
|
|
L_156 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_155, NULL);
|
|
V_24 = L_156;
|
|
float L_157;
|
|
L_157 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_24), NULL);
|
|
V_48 = ((float)il2cpp_codegen_multiply(((float)(L_149/((float)L_153))), L_157));
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_158 = ___3_generationSettings;
|
|
NullCheck(L_158);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_159 = L_158->___fontAsset_4;
|
|
NullCheck(L_159);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_160;
|
|
L_160 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_159, NULL);
|
|
V_24 = L_160;
|
|
float L_161;
|
|
L_161 = FaceInfo_get_ascentLine_m193755D649428EC24A7E433A1728F11DA7547ABD((&V_24), NULL);
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_162 = V_47;
|
|
NullCheck(L_162);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_163;
|
|
L_163 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_162, NULL);
|
|
NullCheck(L_163);
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_164;
|
|
L_164 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_163, NULL);
|
|
V_51 = L_164;
|
|
float L_165;
|
|
L_165 = GlyphMetrics_get_height_mE0872B23CE1A20BF78DEACDBD53BAF789D84AD5C((&V_51), NULL);
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_166 = V_47;
|
|
NullCheck(L_166);
|
|
float L_167;
|
|
L_167 = TextElement_get_scale_mD16946900449FEE9E2F86B2C4C71E26F4491A0E6(L_166, NULL);
|
|
float L_168 = V_48;
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(L_161/L_165)), L_167)), L_168));
|
|
SpriteCharacter_tB3516A25DBFA0AD68DD8E1432752D503FD1F40F5* L_169 = V_47;
|
|
__this->___m_CachedTextElement_75 = L_169;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CachedTextElement_75), (void*)L_169);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_170 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_171 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_170);
|
|
((L_170)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_171)))->___elementType_2 = 2;
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_172 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_173 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_172);
|
|
float L_174 = V_48;
|
|
((L_172)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_173)))->___scale_28 = L_174;
|
|
int32_t L_175 = V_27;
|
|
__this->___m_CurrentMaterialIndex_9 = L_175;
|
|
goto IL_06bb;
|
|
}
|
|
|
|
IL_05ee:
|
|
{
|
|
uint8_t L_176 = __this->___m_TextElementType_71;
|
|
V_52 = (bool)((((int32_t)L_176) == ((int32_t)1))? 1 : 0);
|
|
bool L_177 = V_52;
|
|
if (!L_177)
|
|
{
|
|
goto IL_06bb;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_178 = ___4_textInfo;
|
|
NullCheck(L_178);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_179 = L_178->___textElementInfo_10;
|
|
int32_t L_180 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_179);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_181 = ((L_179)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_180)))->___textElement_3;
|
|
__this->___m_CachedTextElement_75 = L_181;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CachedTextElement_75), (void*)L_181);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_182 = __this->___m_CachedTextElement_75;
|
|
V_53 = (bool)((((RuntimeObject*)(TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA*)L_182) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_183 = V_53;
|
|
if (!L_183)
|
|
{
|
|
goto IL_0632;
|
|
}
|
|
}
|
|
{
|
|
goto IL_15e1;
|
|
}
|
|
|
|
IL_0632:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_184 = ___4_textInfo;
|
|
NullCheck(L_184);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_185 = L_184->___textElementInfo_10;
|
|
int32_t L_186 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_185);
|
|
int32_t L_187 = ((L_185)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_186)))->___materialReferenceIndex_8;
|
|
__this->___m_CurrentMaterialIndex_9 = L_187;
|
|
float L_188 = __this->___m_CurrentFontSize_17;
|
|
float L_189 = V_29;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_190 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_190);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_191;
|
|
L_191 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_190, NULL);
|
|
V_24 = L_191;
|
|
int32_t L_192;
|
|
L_192 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB((&V_24), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_193 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_193);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_194;
|
|
L_194 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_193, NULL);
|
|
V_24 = L_194;
|
|
float L_195;
|
|
L_195 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD((&V_24), NULL);
|
|
__this->___m_FontScale_14 = ((float)il2cpp_codegen_multiply(((float)(((float)il2cpp_codegen_multiply(L_188, L_189))/((float)L_192))), L_195));
|
|
float L_196 = __this->___m_FontScale_14;
|
|
float L_197 = __this->___m_FontScaleMultiplier_16;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_198 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_198);
|
|
float L_199;
|
|
L_199 = TextElement_get_scale_mD16946900449FEE9E2F86B2C4C71E26F4491A0E6(L_198, NULL);
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_196, L_197)), L_199));
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_200 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_201 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_200);
|
|
((L_200)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_201)))->___elementType_2 = 1;
|
|
}
|
|
|
|
IL_06bb:
|
|
{
|
|
float L_202 = V_2;
|
|
V_30 = L_202;
|
|
int32_t L_203 = V_3;
|
|
V_54 = (bool)((((int32_t)L_203) == ((int32_t)((int32_t)173)))? 1 : 0);
|
|
bool L_204 = V_54;
|
|
if (!L_204)
|
|
{
|
|
goto IL_06d4;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (0.0f);
|
|
}
|
|
|
|
IL_06d4:
|
|
{
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_205 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_206 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_205);
|
|
int32_t L_207 = V_3;
|
|
((L_205)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_206)))->___character_0 = ((int32_t)(uint16_t)L_207);
|
|
il2cpp_codegen_initobj((&V_31), sizeof(GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E));
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_208 = ___3_generationSettings;
|
|
NullCheck(L_208);
|
|
float L_209 = L_208->___characterSpacing_27;
|
|
V_32 = L_209;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_210 = ___3_generationSettings;
|
|
NullCheck(L_210);
|
|
bool L_211 = L_210->___enableKerning_22;
|
|
V_55 = L_211;
|
|
bool L_212 = V_55;
|
|
if (!L_212)
|
|
{
|
|
goto IL_0804;
|
|
}
|
|
}
|
|
{
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_213 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_213);
|
|
uint32_t L_214;
|
|
L_214 = TextElement_get_glyphIndex_m43F82F2F998D640DEDBE6860EBE7B171DDF4FE56(L_213, NULL);
|
|
V_57 = L_214;
|
|
int32_t L_215 = __this->___m_CharacterCount_48;
|
|
int32_t L_216 = V_0;
|
|
V_58 = (bool)((((int32_t)L_215) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_216, 1))))? 1 : 0);
|
|
bool L_217 = V_58;
|
|
if (!L_217)
|
|
{
|
|
goto IL_078b;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_218 = ___4_textInfo;
|
|
NullCheck(L_218);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_219 = L_218->___textElementInfo_10;
|
|
int32_t L_220 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_219);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_221 = ((L_219)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_220, 1)))))->___textElement_3;
|
|
NullCheck(L_221);
|
|
uint32_t L_222;
|
|
L_222 = TextElement_get_glyphIndex_m43F82F2F998D640DEDBE6860EBE7B171DDF4FE56(L_221, NULL);
|
|
V_59 = L_222;
|
|
uint32_t L_223 = V_59;
|
|
uint32_t L_224 = V_57;
|
|
V_60 = ((int32_t)(((int32_t)((int32_t)L_223<<((int32_t)16)))|(int32_t)L_224));
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_225 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_225);
|
|
FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7* L_226 = L_225->___m_FontFeatureTable_32;
|
|
NullCheck(L_226);
|
|
Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0* L_227 = L_226->___m_GlyphPairAdjustmentRecordLookup_1;
|
|
uint32_t L_228 = V_60;
|
|
NullCheck(L_227);
|
|
bool L_229;
|
|
L_229 = Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA(L_227, L_228, (&V_56), Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA_RuntimeMethod_var);
|
|
V_61 = L_229;
|
|
bool L_230 = V_61;
|
|
if (!L_230)
|
|
{
|
|
goto IL_078a;
|
|
}
|
|
}
|
|
{
|
|
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_231;
|
|
L_231 = GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m867469548F17B298F893B78EE2F93D34E4A6C39C((&V_56), NULL);
|
|
V_62 = L_231;
|
|
GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E L_232;
|
|
L_232 = GlyphAdjustmentRecord_get_glyphValueRecord_m83866DCE07A22F903D4BA417476E64114625BDD7((&V_62), NULL);
|
|
V_31 = L_232;
|
|
}
|
|
|
|
IL_078a:
|
|
{
|
|
}
|
|
|
|
IL_078b:
|
|
{
|
|
int32_t L_233 = __this->___m_CharacterCount_48;
|
|
V_63 = (bool)((((int32_t)((((int32_t)L_233) < ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_234 = V_63;
|
|
if (!L_234)
|
|
{
|
|
goto IL_0803;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_235 = ___4_textInfo;
|
|
NullCheck(L_235);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_236 = L_235->___textElementInfo_10;
|
|
int32_t L_237 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_236);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_238 = ((L_236)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_237, 1)))))->___textElement_3;
|
|
NullCheck(L_238);
|
|
uint32_t L_239;
|
|
L_239 = TextElement_get_glyphIndex_m43F82F2F998D640DEDBE6860EBE7B171DDF4FE56(L_238, NULL);
|
|
V_64 = L_239;
|
|
uint32_t L_240 = V_57;
|
|
uint32_t L_241 = V_64;
|
|
V_65 = ((int32_t)(((int32_t)((int32_t)L_240<<((int32_t)16)))|(int32_t)L_241));
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_242 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_242);
|
|
FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7* L_243 = L_242->___m_FontFeatureTable_32;
|
|
NullCheck(L_243);
|
|
Dictionary_2_tDD72F78A572F94ECEDBDA75C3D17C3ED05C167E0* L_244 = L_243->___m_GlyphPairAdjustmentRecordLookup_1;
|
|
uint32_t L_245 = V_65;
|
|
NullCheck(L_244);
|
|
bool L_246;
|
|
L_246 = Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA(L_244, L_245, (&V_56), Dictionary_2_TryGetValue_m45061EA2C8BF9DD9DC9DA92DAB968171136507DA_RuntimeMethod_var);
|
|
V_66 = L_246;
|
|
bool L_247 = V_66;
|
|
if (!L_247)
|
|
{
|
|
goto IL_0802;
|
|
}
|
|
}
|
|
{
|
|
GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E L_248 = V_31;
|
|
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_249;
|
|
L_249 = GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mFDFECB1F7A38E22BD2388FFE9C71E732F6B44D91((&V_56), NULL);
|
|
V_62 = L_249;
|
|
GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E L_250;
|
|
L_250 = GlyphAdjustmentRecord_get_glyphValueRecord_m83866DCE07A22F903D4BA417476E64114625BDD7((&V_62), NULL);
|
|
GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E L_251;
|
|
L_251 = GlyphValueRecord_op_Addition_mF26165B4CE61A5409AEFF24B0D1727804E13602B(L_248, L_250, NULL);
|
|
V_31 = L_251;
|
|
}
|
|
|
|
IL_0802:
|
|
{
|
|
}
|
|
|
|
IL_0803:
|
|
{
|
|
}
|
|
|
|
IL_0804:
|
|
{
|
|
V_33 = (0.0f);
|
|
float L_252 = __this->___m_MonoSpacing_42;
|
|
V_67 = (bool)((((int32_t)((((float)L_252) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_253 = V_67;
|
|
if (!L_253)
|
|
{
|
|
goto IL_087c;
|
|
}
|
|
}
|
|
{
|
|
float L_254 = __this->___m_MonoSpacing_42;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_255 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_255);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_256;
|
|
L_256 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_255, NULL);
|
|
NullCheck(L_256);
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_257;
|
|
L_257 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_256, NULL);
|
|
V_51 = L_257;
|
|
float L_258;
|
|
L_258 = GlyphMetrics_get_width_m0F9F391E3A98984167E8001D4101BE1CE9354D13((&V_51), NULL);
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_259 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_259);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_260;
|
|
L_260 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_259, NULL);
|
|
NullCheck(L_260);
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_261;
|
|
L_261 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_260, NULL);
|
|
V_51 = L_261;
|
|
float L_262;
|
|
L_262 = GlyphMetrics_get_horizontalBearingX_m9C39B5E6D27FF34B706649AE47EE9390B5D76D6F((&V_51), NULL);
|
|
float L_263 = V_2;
|
|
V_33 = ((float)il2cpp_codegen_subtract(((float)(L_254/(2.0f))), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)(L_258/(2.0f))), L_262)), L_263))));
|
|
float L_264 = __this->___m_XAdvance_43;
|
|
float L_265 = V_33;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_264, L_265));
|
|
}
|
|
|
|
IL_087c:
|
|
{
|
|
uint8_t L_266 = __this->___m_TextElementType_71;
|
|
if ((!(((uint32_t)L_266) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0896;
|
|
}
|
|
}
|
|
{
|
|
bool L_267 = V_28;
|
|
if (L_267)
|
|
{
|
|
goto IL_0896;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_268 = __this->___m_FontStyleInternal_19;
|
|
G_B71_0 = ((((int32_t)((int32_t)((int32_t)L_268&1))) == ((int32_t)1))? 1 : 0);
|
|
goto IL_0897;
|
|
}
|
|
|
|
IL_0896:
|
|
{
|
|
G_B71_0 = 0;
|
|
}
|
|
|
|
IL_0897:
|
|
{
|
|
V_68 = (bool)G_B71_0;
|
|
bool L_269 = V_68;
|
|
if (!L_269)
|
|
{
|
|
goto IL_08ba;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_270 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_270);
|
|
float L_271;
|
|
L_271 = FontAsset_get_boldStyleSpacing_mB8CF4F4880B110E41D566648FF1D995010CF1FF0(L_270, NULL);
|
|
V_4 = ((float)il2cpp_codegen_add((1.0f), ((float)il2cpp_codegen_multiply(L_271, (0.00999999978f)))));
|
|
goto IL_08c3;
|
|
}
|
|
|
|
IL_08ba:
|
|
{
|
|
V_4 = (1.0f);
|
|
}
|
|
|
|
IL_08c3:
|
|
{
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_272 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_273 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_272);
|
|
float L_274 = __this->___m_LineOffset_39;
|
|
float L_275 = __this->___m_BaselineOffset_25;
|
|
((L_272)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_273)))->___baseLine_24 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract((0.0f), L_274)), L_275));
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_276 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_276);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_277;
|
|
L_277 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_276, NULL);
|
|
V_24 = L_277;
|
|
float L_278;
|
|
L_278 = FaceInfo_get_ascentLine_m193755D649428EC24A7E433A1728F11DA7547ABD((&V_24), NULL);
|
|
uint8_t L_279 = __this->___m_TextElementType_71;
|
|
G_B75_0 = L_278;
|
|
if ((((int32_t)L_279) == ((int32_t)1)))
|
|
{
|
|
G_B76_0 = L_278;
|
|
goto IL_0921;
|
|
}
|
|
}
|
|
{
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_280 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_281 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_280);
|
|
float L_282 = ((L_280)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_281)))->___scale_28;
|
|
G_B77_0 = L_282;
|
|
G_B77_1 = G_B75_0;
|
|
goto IL_0925;
|
|
}
|
|
|
|
IL_0921:
|
|
{
|
|
float L_283 = V_2;
|
|
float L_284 = V_29;
|
|
G_B77_0 = ((float)(L_283/L_284));
|
|
G_B77_1 = G_B76_0;
|
|
}
|
|
|
|
IL_0925:
|
|
{
|
|
float L_285 = __this->___m_BaselineOffset_25;
|
|
V_34 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(G_B77_1, G_B77_0)), L_285));
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_286 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_287 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_286);
|
|
float L_288 = V_34;
|
|
float L_289 = __this->___m_LineOffset_39;
|
|
((L_286)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_287)))->___ascender_23 = ((float)il2cpp_codegen_subtract(L_288, L_289));
|
|
float L_290 = V_34;
|
|
float L_291 = __this->___m_MaxLineAscender_53;
|
|
G_B78_0 = __this;
|
|
if ((((float)L_290) > ((float)L_291)))
|
|
{
|
|
G_B79_0 = __this;
|
|
goto IL_0961;
|
|
}
|
|
}
|
|
{
|
|
float L_292 = __this->___m_MaxLineAscender_53;
|
|
G_B80_0 = L_292;
|
|
G_B80_1 = G_B78_0;
|
|
goto IL_0963;
|
|
}
|
|
|
|
IL_0961:
|
|
{
|
|
float L_293 = V_34;
|
|
G_B80_0 = L_293;
|
|
G_B80_1 = G_B79_0;
|
|
}
|
|
|
|
IL_0963:
|
|
{
|
|
NullCheck(G_B80_1);
|
|
G_B80_1->___m_MaxLineAscender_53 = G_B80_0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_294 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_294);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_295;
|
|
L_295 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_294, NULL);
|
|
V_24 = L_295;
|
|
float L_296;
|
|
L_296 = FaceInfo_get_descentLine_m811A243C9B328B0C546BF9927A010A05DF172BD3((&V_24), NULL);
|
|
uint8_t L_297 = __this->___m_TextElementType_71;
|
|
G_B81_0 = L_296;
|
|
if ((((int32_t)L_297) == ((int32_t)1)))
|
|
{
|
|
G_B82_0 = L_296;
|
|
goto IL_099d;
|
|
}
|
|
}
|
|
{
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_298 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_299 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_298);
|
|
float L_300 = ((L_298)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_299)))->___scale_28;
|
|
G_B83_0 = L_300;
|
|
G_B83_1 = G_B81_0;
|
|
goto IL_09a1;
|
|
}
|
|
|
|
IL_099d:
|
|
{
|
|
float L_301 = V_2;
|
|
float L_302 = V_29;
|
|
G_B83_0 = ((float)(L_301/L_302));
|
|
G_B83_1 = G_B82_0;
|
|
}
|
|
|
|
IL_09a1:
|
|
{
|
|
float L_303 = __this->___m_BaselineOffset_25;
|
|
V_35 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(G_B83_1, G_B83_0)), L_303));
|
|
float L_304 = V_35;
|
|
float L_305 = __this->___m_MaxLineDescender_54;
|
|
G_B84_0 = __this;
|
|
if ((((float)L_304) < ((float)L_305)))
|
|
{
|
|
G_B85_0 = __this;
|
|
goto IL_09be;
|
|
}
|
|
}
|
|
{
|
|
float L_306 = __this->___m_MaxLineDescender_54;
|
|
G_B86_0 = L_306;
|
|
G_B86_1 = G_B84_0;
|
|
goto IL_09c0;
|
|
}
|
|
|
|
IL_09be:
|
|
{
|
|
float L_307 = V_35;
|
|
G_B86_0 = L_307;
|
|
G_B86_1 = G_B85_0;
|
|
}
|
|
|
|
IL_09c0:
|
|
{
|
|
NullCheck(G_B86_1);
|
|
G_B86_1->___m_MaxLineDescender_54 = G_B86_0;
|
|
int32_t L_308 = __this->___m_FontStyleInternal_19;
|
|
if ((((int32_t)((int32_t)((int32_t)L_308&((int32_t)256)))) == ((int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_09ed;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_309 = __this->___m_FontStyleInternal_19;
|
|
G_B89_0 = ((((int32_t)((int32_t)((int32_t)L_309&((int32_t)128)))) == ((int32_t)((int32_t)128)))? 1 : 0);
|
|
goto IL_09ee;
|
|
}
|
|
|
|
IL_09ed:
|
|
{
|
|
G_B89_0 = 1;
|
|
}
|
|
|
|
IL_09ee:
|
|
{
|
|
V_69 = (bool)G_B89_0;
|
|
bool L_310 = V_69;
|
|
if (!L_310)
|
|
{
|
|
goto IL_0a72;
|
|
}
|
|
}
|
|
{
|
|
float L_311 = V_34;
|
|
float L_312 = __this->___m_BaselineOffset_25;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_313 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_313);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_314;
|
|
L_314 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_313, NULL);
|
|
V_24 = L_314;
|
|
float L_315;
|
|
L_315 = FaceInfo_get_subscriptSize_mF6264BFB215FDE6C94A45D2F8FC946ADFCDD2E31((&V_24), NULL);
|
|
V_70 = ((float)(((float)il2cpp_codegen_subtract(L_311, L_312))/L_315));
|
|
float L_316 = __this->___m_MaxLineAscender_53;
|
|
V_34 = L_316;
|
|
float L_317 = V_70;
|
|
float L_318 = __this->___m_MaxLineAscender_53;
|
|
G_B91_0 = __this;
|
|
if ((((float)L_317) > ((float)L_318)))
|
|
{
|
|
G_B92_0 = __this;
|
|
goto IL_0a30;
|
|
}
|
|
}
|
|
{
|
|
float L_319 = __this->___m_MaxLineAscender_53;
|
|
G_B93_0 = L_319;
|
|
G_B93_1 = G_B91_0;
|
|
goto IL_0a32;
|
|
}
|
|
|
|
IL_0a30:
|
|
{
|
|
float L_320 = V_70;
|
|
G_B93_0 = L_320;
|
|
G_B93_1 = G_B92_0;
|
|
}
|
|
|
|
IL_0a32:
|
|
{
|
|
NullCheck(G_B93_1);
|
|
G_B93_1->___m_MaxLineAscender_53 = G_B93_0;
|
|
float L_321 = V_35;
|
|
float L_322 = __this->___m_BaselineOffset_25;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_323 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_323);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_324;
|
|
L_324 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_323, NULL);
|
|
V_24 = L_324;
|
|
float L_325;
|
|
L_325 = FaceInfo_get_subscriptSize_mF6264BFB215FDE6C94A45D2F8FC946ADFCDD2E31((&V_24), NULL);
|
|
V_71 = ((float)(((float)il2cpp_codegen_subtract(L_321, L_322))/L_325));
|
|
float L_326 = V_71;
|
|
float L_327 = __this->___m_MaxLineDescender_54;
|
|
G_B94_0 = __this;
|
|
if ((((float)L_326) < ((float)L_327)))
|
|
{
|
|
G_B95_0 = __this;
|
|
goto IL_0a6a;
|
|
}
|
|
}
|
|
{
|
|
float L_328 = __this->___m_MaxLineDescender_54;
|
|
G_B96_0 = L_328;
|
|
G_B96_1 = G_B94_0;
|
|
goto IL_0a6c;
|
|
}
|
|
|
|
IL_0a6a:
|
|
{
|
|
float L_329 = V_71;
|
|
G_B96_0 = L_329;
|
|
G_B96_1 = G_B95_0;
|
|
}
|
|
|
|
IL_0a6c:
|
|
{
|
|
NullCheck(G_B96_1);
|
|
G_B96_1->___m_MaxLineDescender_54 = G_B96_0;
|
|
}
|
|
|
|
IL_0a72:
|
|
{
|
|
int32_t L_330 = __this->___m_LineNumber_55;
|
|
V_72 = (bool)((((int32_t)L_330) == ((int32_t)0))? 1 : 0);
|
|
bool L_331 = V_72;
|
|
if (!L_331)
|
|
{
|
|
goto IL_0a9b;
|
|
}
|
|
}
|
|
{
|
|
float L_332 = __this->___m_MaxAscender_64;
|
|
float L_333 = V_34;
|
|
G_B99_0 = __this;
|
|
if ((((float)L_332) > ((float)L_333)))
|
|
{
|
|
G_B100_0 = __this;
|
|
goto IL_0a90;
|
|
}
|
|
}
|
|
{
|
|
float L_334 = V_34;
|
|
G_B101_0 = L_334;
|
|
G_B101_1 = G_B99_0;
|
|
goto IL_0a96;
|
|
}
|
|
|
|
IL_0a90:
|
|
{
|
|
float L_335 = __this->___m_MaxAscender_64;
|
|
G_B101_0 = L_335;
|
|
G_B101_1 = G_B100_0;
|
|
}
|
|
|
|
IL_0a96:
|
|
{
|
|
NullCheck(G_B101_1);
|
|
G_B101_1->___m_MaxAscender_64 = G_B101_0;
|
|
}
|
|
|
|
IL_0a9b:
|
|
{
|
|
int32_t L_336 = V_3;
|
|
if ((((int32_t)L_336) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0abc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_337 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_338;
|
|
L_338 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(((int32_t)(uint16_t)L_337), NULL);
|
|
if (L_338)
|
|
{
|
|
goto IL_0ab1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_339 = V_3;
|
|
if ((!(((uint32_t)L_339) == ((uint32_t)((int32_t)8203)))))
|
|
{
|
|
goto IL_0abc;
|
|
}
|
|
}
|
|
|
|
IL_0ab1:
|
|
{
|
|
uint8_t L_340 = __this->___m_TextElementType_71;
|
|
G_B107_0 = ((((int32_t)L_340) == ((int32_t)2))? 1 : 0);
|
|
goto IL_0abd;
|
|
}
|
|
|
|
IL_0abc:
|
|
{
|
|
G_B107_0 = 1;
|
|
}
|
|
|
|
IL_0abd:
|
|
{
|
|
V_73 = (bool)G_B107_0;
|
|
bool L_341 = V_73;
|
|
if (!L_341)
|
|
{
|
|
goto IL_0fc4;
|
|
}
|
|
}
|
|
{
|
|
float L_342 = __this->___m_Width_61;
|
|
if ((!(((float)L_342) == ((float)(-1.0f)))))
|
|
{
|
|
goto IL_0aec;
|
|
}
|
|
}
|
|
{
|
|
float L_343 = V_9;
|
|
float L_344 = __this->___m_MarginLeft_59;
|
|
float L_345 = __this->___m_MarginRight_60;
|
|
G_B111_0 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(L_343, (9.99999975E-05f))), L_344)), L_345));
|
|
goto IL_0b0d;
|
|
}
|
|
|
|
IL_0aec:
|
|
{
|
|
float L_346 = V_9;
|
|
float L_347 = __this->___m_MarginLeft_59;
|
|
float L_348 = __this->___m_MarginRight_60;
|
|
float L_349 = __this->___m_Width_61;
|
|
float L_350;
|
|
L_350 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(L_346, (9.99999975E-05f))), L_347)), L_348)), L_349, NULL);
|
|
G_B111_0 = L_350;
|
|
}
|
|
|
|
IL_0b0d:
|
|
{
|
|
V_74 = G_B111_0;
|
|
int32_t L_351 = __this->___m_LineJustification_23;
|
|
if ((((int32_t)((int32_t)((int32_t)L_351&((int32_t)16)))) == ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0b29;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_352 = __this->___m_LineJustification_23;
|
|
G_B114_0 = ((((int32_t)((int32_t)((int32_t)L_352&8))) == ((int32_t)8))? 1 : 0);
|
|
goto IL_0b2a;
|
|
}
|
|
|
|
IL_0b29:
|
|
{
|
|
G_B114_0 = 1;
|
|
}
|
|
|
|
IL_0b2a:
|
|
{
|
|
V_75 = (bool)G_B114_0;
|
|
float L_353 = __this->___m_XAdvance_43;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_354 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_354);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_355;
|
|
L_355 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_354, NULL);
|
|
NullCheck(L_355);
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_356;
|
|
L_356 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_355, NULL);
|
|
V_51 = L_356;
|
|
float L_357;
|
|
L_357 = GlyphMetrics_get_horizontalAdvance_m110E66C340A19E672FB1C26DFB875AB6900AFFF1((&V_51), NULL);
|
|
float L_358 = __this->___m_CharWidthAdjDelta_77;
|
|
int32_t L_359 = V_3;
|
|
G_B115_0 = ((float)il2cpp_codegen_multiply(L_357, ((float)il2cpp_codegen_subtract((1.0f), L_358))));
|
|
G_B115_1 = L_353;
|
|
if ((!(((uint32_t)L_359) == ((uint32_t)((int32_t)173)))))
|
|
{
|
|
G_B116_0 = ((float)il2cpp_codegen_multiply(L_357, ((float)il2cpp_codegen_subtract((1.0f), L_358))));
|
|
G_B116_1 = L_353;
|
|
goto IL_0b64;
|
|
}
|
|
}
|
|
{
|
|
float L_360 = V_30;
|
|
G_B117_0 = L_360;
|
|
G_B117_1 = G_B115_0;
|
|
G_B117_2 = G_B115_1;
|
|
goto IL_0b65;
|
|
}
|
|
|
|
IL_0b64:
|
|
{
|
|
float L_361 = V_2;
|
|
G_B117_0 = L_361;
|
|
G_B117_1 = G_B116_0;
|
|
G_B117_2 = G_B116_1;
|
|
}
|
|
|
|
IL_0b65:
|
|
{
|
|
V_12 = ((float)il2cpp_codegen_add(G_B117_2, ((float)il2cpp_codegen_multiply(G_B117_1, G_B117_0))));
|
|
float L_362 = V_12;
|
|
float L_363 = V_74;
|
|
bool L_364 = V_75;
|
|
G_B118_0 = L_363;
|
|
G_B118_1 = L_362;
|
|
if (L_364)
|
|
{
|
|
G_B119_0 = L_363;
|
|
G_B119_1 = L_362;
|
|
goto IL_0b78;
|
|
}
|
|
}
|
|
{
|
|
G_B120_0 = (1.0f);
|
|
G_B120_1 = G_B118_0;
|
|
G_B120_2 = G_B118_1;
|
|
goto IL_0b7d;
|
|
}
|
|
|
|
IL_0b78:
|
|
{
|
|
G_B120_0 = (1.04999995f);
|
|
G_B120_1 = G_B119_0;
|
|
G_B120_2 = G_B119_1;
|
|
}
|
|
|
|
IL_0b7d:
|
|
{
|
|
V_76 = (bool)((((float)G_B120_2) > ((float)((float)il2cpp_codegen_multiply(G_B120_1, G_B120_0))))? 1 : 0);
|
|
bool L_365 = V_76;
|
|
if (!L_365)
|
|
{
|
|
goto IL_0fc3;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_366 = ___3_generationSettings;
|
|
NullCheck(L_366);
|
|
bool L_367 = L_366->___wordWrap_12;
|
|
if (!L_367)
|
|
{
|
|
goto IL_0ba6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_368 = __this->___m_CharacterCount_48;
|
|
int32_t L_369 = __this->___m_FirstCharacterOfLine_49;
|
|
G_B124_0 = ((((int32_t)((((int32_t)L_368) == ((int32_t)L_369))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0ba7;
|
|
}
|
|
|
|
IL_0ba6:
|
|
{
|
|
G_B124_0 = 0;
|
|
}
|
|
|
|
IL_0ba7:
|
|
{
|
|
V_77 = (bool)G_B124_0;
|
|
bool L_370 = V_77;
|
|
if (!L_370)
|
|
{
|
|
goto IL_0ee5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_371 = V_17;
|
|
WordWrapState_tD71131CF008362DB9562FB9794AE9D9225D8F123 L_372 = V_16;
|
|
int32_t L_373 = L_372.___previousWordBreak_0;
|
|
bool L_374 = V_13;
|
|
V_80 = (bool)((int32_t)(((((int32_t)L_371) == ((int32_t)L_373))? 1 : 0)|(int32_t)L_374));
|
|
bool L_375 = V_80;
|
|
if (!L_375)
|
|
{
|
|
goto IL_0cc9;
|
|
}
|
|
}
|
|
{
|
|
bool L_376 = ___2_ignoreTextAutoSizing;
|
|
if (L_376)
|
|
{
|
|
goto IL_0bdd;
|
|
}
|
|
}
|
|
{
|
|
float L_377 = __this->___m_CurrentFontSize_17;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_378 = ___3_generationSettings;
|
|
NullCheck(L_378);
|
|
float L_379 = L_378->___fontSizeMin_20;
|
|
G_B129_0 = ((((float)L_377) > ((float)L_379))? 1 : 0);
|
|
goto IL_0bde;
|
|
}
|
|
|
|
IL_0bdd:
|
|
{
|
|
G_B129_0 = 0;
|
|
}
|
|
|
|
IL_0bde:
|
|
{
|
|
V_81 = (bool)G_B129_0;
|
|
bool L_380 = V_81;
|
|
if (!L_380)
|
|
{
|
|
goto IL_0cab;
|
|
}
|
|
}
|
|
{
|
|
float L_381 = __this->___m_CharWidthAdjDelta_77;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_382 = ___3_generationSettings;
|
|
NullCheck(L_382);
|
|
float L_383 = L_382->___charWidthMaxAdj_44;
|
|
V_82 = (bool)((((float)L_381) < ((float)((float)(L_383/(100.0f)))))? 1 : 0);
|
|
bool L_384 = V_82;
|
|
if (!L_384)
|
|
{
|
|
goto IL_0c31;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_RecursiveCount_102 = 0;
|
|
float L_385 = __this->___m_CharWidthAdjDelta_77;
|
|
__this->___m_CharWidthAdjDelta_77 = ((float)il2cpp_codegen_add(L_385, (0.00999999978f)));
|
|
float L_386 = ___0_defaultFontSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_387 = ___1_marginSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_388 = ___3_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_389 = ___4_textInfo;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_390;
|
|
L_390 = VirtualFuncInvoker5< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, float, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* >::Invoke(4 /* UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo) */, __this, L_386, L_387, (bool)0, L_388, L_389);
|
|
V_21 = L_390;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0c31:
|
|
{
|
|
float L_391 = ___0_defaultFontSize;
|
|
__this->___m_MaxFontSize_79 = L_391;
|
|
float L_392 = ___0_defaultFontSize;
|
|
float L_393 = ___0_defaultFontSize;
|
|
float L_394 = __this->___m_MinFontSize_80;
|
|
float L_395;
|
|
L_395 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)(((float)il2cpp_codegen_subtract(L_393, L_394))/(2.0f))), (0.0500000007f), NULL);
|
|
___0_defaultFontSize = ((float)il2cpp_codegen_subtract(L_392, L_395));
|
|
float L_396 = ___0_defaultFontSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_397 = ___3_generationSettings;
|
|
NullCheck(L_397);
|
|
float L_398 = L_397->___fontSizeMin_20;
|
|
float L_399;
|
|
L_399 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_396, L_398, NULL);
|
|
___0_defaultFontSize = ((float)(((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_399, (20.0f))), (0.5f)))))/(20.0f)));
|
|
int32_t L_400 = __this->___m_RecursiveCount_102;
|
|
V_83 = (bool)((((int32_t)L_400) > ((int32_t)((int32_t)20)))? 1 : 0);
|
|
bool L_401 = V_83;
|
|
if (!L_401)
|
|
{
|
|
goto IL_0c97;
|
|
}
|
|
}
|
|
{
|
|
float L_402 = V_10;
|
|
float L_403 = V_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_404;
|
|
memset((&L_404), 0, sizeof(L_404));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_404), L_402, L_403, /*hidden argument*/NULL);
|
|
V_21 = L_404;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0c97:
|
|
{
|
|
float L_405 = ___0_defaultFontSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_406 = ___1_marginSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_407 = ___3_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_408 = ___4_textInfo;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_409;
|
|
L_409 = VirtualFuncInvoker5< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, float, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* >::Invoke(4 /* UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo) */, __this, L_405, L_406, (bool)0, L_407, L_408);
|
|
V_21 = L_409;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0cab:
|
|
{
|
|
bool L_410 = __this->___m_IsCharacterWrappingEnabled_81;
|
|
V_84 = (bool)((((int32_t)L_410) == ((int32_t)0))? 1 : 0);
|
|
bool L_411 = V_84;
|
|
if (!L_411)
|
|
{
|
|
goto IL_0cc5;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_IsCharacterWrappingEnabled_81 = (bool)1;
|
|
goto IL_0cc8;
|
|
}
|
|
|
|
IL_0cc5:
|
|
{
|
|
V_14 = (bool)1;
|
|
}
|
|
|
|
IL_0cc8:
|
|
{
|
|
}
|
|
|
|
IL_0cc9:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_412 = ___4_textInfo;
|
|
int32_t L_413;
|
|
L_413 = TextGenerator_RestoreWordWrappingState_mA63B3DD2C02E61CD8670A32A53163AF6BF765F61(__this, (&V_16), L_412, NULL);
|
|
V_26 = L_413;
|
|
int32_t L_414 = V_26;
|
|
V_17 = L_414;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_415 = __this->___m_CharBuffer_4;
|
|
int32_t L_416 = V_26;
|
|
NullCheck(L_415);
|
|
int32_t L_417 = L_416;
|
|
int32_t L_418 = (L_415)->GetAt(static_cast<il2cpp_array_size_t>(L_417));
|
|
V_85 = (bool)((((int32_t)L_418) == ((int32_t)((int32_t)173)))? 1 : 0);
|
|
bool L_419 = V_85;
|
|
if (!L_419)
|
|
{
|
|
goto IL_0d0f;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_420 = __this->___m_CharBuffer_4;
|
|
int32_t L_421 = V_26;
|
|
NullCheck(L_420);
|
|
(L_420)->SetAt(static_cast<il2cpp_array_size_t>(L_421), (int32_t)((int32_t)45));
|
|
float L_422 = ___0_defaultFontSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_423 = ___1_marginSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_424 = ___3_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_425 = ___4_textInfo;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_426;
|
|
L_426 = VirtualFuncInvoker5< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, float, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* >::Invoke(4 /* UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo) */, __this, L_422, L_423, (bool)1, L_424, L_425);
|
|
V_21 = L_426;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0d0f:
|
|
{
|
|
int32_t L_427 = __this->___m_LineNumber_55;
|
|
if ((((int32_t)L_427) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0d3a;
|
|
}
|
|
}
|
|
{
|
|
float L_428 = __this->___m_MaxLineAscender_53;
|
|
float L_429 = __this->___m_StartOfLineAscender_82;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
bool L_430;
|
|
L_430 = TextGeneratorUtilities_Approximately_m696ABB909732F536F1FF83EA8CE34CF53266794D(L_428, L_429, NULL);
|
|
if (L_430)
|
|
{
|
|
goto IL_0d3a;
|
|
}
|
|
}
|
|
{
|
|
float L_431 = __this->___m_LineHeight_40;
|
|
G_B145_0 = ((((float)L_431) == ((float)(-32767.0f)))? 1 : 0);
|
|
goto IL_0d3b;
|
|
}
|
|
|
|
IL_0d3a:
|
|
{
|
|
G_B145_0 = 0;
|
|
}
|
|
|
|
IL_0d3b:
|
|
{
|
|
V_86 = (bool)G_B145_0;
|
|
bool L_432 = V_86;
|
|
if (!L_432)
|
|
{
|
|
goto IL_0d7b;
|
|
}
|
|
}
|
|
{
|
|
float L_433 = __this->___m_MaxLineAscender_53;
|
|
float L_434 = __this->___m_StartOfLineAscender_82;
|
|
V_87 = ((float)il2cpp_codegen_subtract(L_433, L_434));
|
|
float L_435 = __this->___m_LineOffset_39;
|
|
float L_436 = V_87;
|
|
__this->___m_LineOffset_39 = ((float)il2cpp_codegen_add(L_435, L_436));
|
|
float L_437 = __this->___m_LineOffset_39;
|
|
(&V_16)->___lineOffset_26 = L_437;
|
|
float L_438 = __this->___m_MaxLineAscender_53;
|
|
(&V_16)->___previousLineAscender_15 = L_438;
|
|
}
|
|
|
|
IL_0d7b:
|
|
{
|
|
float L_439 = __this->___m_MaxLineAscender_53;
|
|
float L_440 = __this->___m_LineOffset_39;
|
|
V_78 = ((float)il2cpp_codegen_subtract(L_439, L_440));
|
|
float L_441 = __this->___m_MaxLineDescender_54;
|
|
float L_442 = __this->___m_LineOffset_39;
|
|
V_79 = ((float)il2cpp_codegen_subtract(L_441, L_442));
|
|
float L_443 = __this->___m_MaxDescender_65;
|
|
float L_444 = V_79;
|
|
G_B148_0 = __this;
|
|
if ((((float)L_443) < ((float)L_444)))
|
|
{
|
|
G_B149_0 = __this;
|
|
goto IL_0da8;
|
|
}
|
|
}
|
|
{
|
|
float L_445 = V_79;
|
|
G_B150_0 = L_445;
|
|
G_B150_1 = G_B148_0;
|
|
goto IL_0dae;
|
|
}
|
|
|
|
IL_0da8:
|
|
{
|
|
float L_446 = __this->___m_MaxDescender_65;
|
|
G_B150_0 = L_446;
|
|
G_B150_1 = G_B149_0;
|
|
}
|
|
|
|
IL_0dae:
|
|
{
|
|
NullCheck(G_B150_1);
|
|
G_B150_1->___m_MaxDescender_65 = G_B150_0;
|
|
int32_t L_447 = __this->___m_CharacterCount_48;
|
|
__this->___m_FirstCharacterOfLine_49 = L_447;
|
|
float L_448 = V_10;
|
|
float L_449 = __this->___m_XAdvance_43;
|
|
V_10 = ((float)il2cpp_codegen_add(L_448, L_449));
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_450 = ___3_generationSettings;
|
|
NullCheck(L_450);
|
|
bool L_451 = L_450->___wordWrap_12;
|
|
V_88 = L_451;
|
|
bool L_452 = V_88;
|
|
if (!L_452)
|
|
{
|
|
goto IL_0de8;
|
|
}
|
|
}
|
|
{
|
|
float L_453 = __this->___m_MaxAscender_64;
|
|
float L_454 = __this->___m_MaxDescender_65;
|
|
V_11 = ((float)il2cpp_codegen_subtract(L_453, L_454));
|
|
goto IL_0df6;
|
|
}
|
|
|
|
IL_0de8:
|
|
{
|
|
float L_455 = V_11;
|
|
float L_456 = V_78;
|
|
float L_457 = V_79;
|
|
float L_458;
|
|
L_458 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_455, ((float)il2cpp_codegen_subtract(L_456, L_457)), NULL);
|
|
V_11 = L_458;
|
|
}
|
|
|
|
IL_0df6:
|
|
{
|
|
int32_t L_459 = V_26;
|
|
int32_t L_460 = __this->___m_CharacterCount_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_461 = ___4_textInfo;
|
|
TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936(__this, (&V_15), L_459, ((int32_t)il2cpp_codegen_subtract(L_460, 1)), L_461, NULL);
|
|
int32_t L_462 = __this->___m_LineNumber_55;
|
|
__this->___m_LineNumber_55 = ((int32_t)il2cpp_codegen_add(L_462, 1));
|
|
float L_463 = __this->___m_LineHeight_40;
|
|
V_89 = (bool)((((float)L_463) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_464 = V_89;
|
|
if (!L_464)
|
|
{
|
|
goto IL_0e9b;
|
|
}
|
|
}
|
|
{
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_465 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_466 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_465);
|
|
float L_467 = ((L_465)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_466)))->___ascender_23;
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_468 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_469 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_468);
|
|
float L_470 = ((L_468)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_469)))->___baseLine_24;
|
|
V_90 = ((float)il2cpp_codegen_subtract(L_467, L_470));
|
|
float L_471 = __this->___m_MaxLineDescender_54;
|
|
float L_472 = V_90;
|
|
float L_473 = V_5;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_474 = ___3_generationSettings;
|
|
NullCheck(L_474);
|
|
float L_475 = L_474->___lineSpacing_29;
|
|
float L_476 = __this->___m_LineSpacingDelta_83;
|
|
float L_477 = V_1;
|
|
V_6 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract((0.0f), L_471)), L_472)), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_473, L_475)), L_476)), L_477))));
|
|
float L_478 = __this->___m_LineOffset_39;
|
|
float L_479 = V_6;
|
|
__this->___m_LineOffset_39 = ((float)il2cpp_codegen_add(L_478, L_479));
|
|
float L_480 = V_90;
|
|
__this->___m_StartOfLineAscender_82 = L_480;
|
|
goto IL_0eb8;
|
|
}
|
|
|
|
IL_0e9b:
|
|
{
|
|
float L_481 = __this->___m_LineOffset_39;
|
|
float L_482 = __this->___m_LineHeight_40;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_483 = ___3_generationSettings;
|
|
NullCheck(L_483);
|
|
float L_484 = L_483->___lineSpacing_29;
|
|
float L_485 = V_1;
|
|
__this->___m_LineOffset_39 = ((float)il2cpp_codegen_add(L_481, ((float)il2cpp_codegen_add(L_482, ((float)il2cpp_codegen_multiply(L_484, L_485))))));
|
|
}
|
|
|
|
IL_0eb8:
|
|
{
|
|
__this->___m_MaxLineAscender_53 = (-32767.0f);
|
|
__this->___m_MaxLineDescender_54 = (32767.0f);
|
|
float L_486 = __this->___m_TagIndent_45;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add((0.0f), L_486));
|
|
goto IL_15e1;
|
|
}
|
|
|
|
IL_0ee5:
|
|
{
|
|
bool L_487 = ___2_ignoreTextAutoSizing;
|
|
if (L_487)
|
|
{
|
|
goto IL_0ef4;
|
|
}
|
|
}
|
|
{
|
|
float L_488 = ___0_defaultFontSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_489 = ___3_generationSettings;
|
|
NullCheck(L_489);
|
|
float L_490 = L_489->___fontSizeMin_20;
|
|
G_B160_0 = ((((float)L_488) > ((float)L_490))? 1 : 0);
|
|
goto IL_0ef5;
|
|
}
|
|
|
|
IL_0ef4:
|
|
{
|
|
G_B160_0 = 0;
|
|
}
|
|
|
|
IL_0ef5:
|
|
{
|
|
V_91 = (bool)G_B160_0;
|
|
bool L_491 = V_91;
|
|
if (!L_491)
|
|
{
|
|
goto IL_0fc2;
|
|
}
|
|
}
|
|
{
|
|
float L_492 = __this->___m_CharWidthAdjDelta_77;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_493 = ___3_generationSettings;
|
|
NullCheck(L_493);
|
|
float L_494 = L_493->___charWidthMaxAdj_44;
|
|
V_92 = (bool)((((float)L_492) < ((float)((float)(L_494/(100.0f)))))? 1 : 0);
|
|
bool L_495 = V_92;
|
|
if (!L_495)
|
|
{
|
|
goto IL_0f48;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_RecursiveCount_102 = 0;
|
|
float L_496 = __this->___m_CharWidthAdjDelta_77;
|
|
__this->___m_CharWidthAdjDelta_77 = ((float)il2cpp_codegen_add(L_496, (0.00999999978f)));
|
|
float L_497 = ___0_defaultFontSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_498 = ___1_marginSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_499 = ___3_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_500 = ___4_textInfo;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_501;
|
|
L_501 = VirtualFuncInvoker5< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, float, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* >::Invoke(4 /* UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo) */, __this, L_497, L_498, (bool)0, L_499, L_500);
|
|
V_21 = L_501;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0f48:
|
|
{
|
|
float L_502 = ___0_defaultFontSize;
|
|
__this->___m_MaxFontSize_79 = L_502;
|
|
float L_503 = ___0_defaultFontSize;
|
|
float L_504 = ___0_defaultFontSize;
|
|
float L_505 = __this->___m_MinFontSize_80;
|
|
float L_506;
|
|
L_506 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)(((float)il2cpp_codegen_subtract(L_504, L_505))/(2.0f))), (0.0500000007f), NULL);
|
|
___0_defaultFontSize = ((float)il2cpp_codegen_subtract(L_503, L_506));
|
|
float L_507 = ___0_defaultFontSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_508 = ___3_generationSettings;
|
|
NullCheck(L_508);
|
|
float L_509 = L_508->___fontSizeMin_20;
|
|
float L_510;
|
|
L_510 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_507, L_509, NULL);
|
|
___0_defaultFontSize = ((float)(((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_510, (20.0f))), (0.5f)))))/(20.0f)));
|
|
int32_t L_511 = __this->___m_RecursiveCount_102;
|
|
V_93 = (bool)((((int32_t)L_511) > ((int32_t)((int32_t)20)))? 1 : 0);
|
|
bool L_512 = V_93;
|
|
if (!L_512)
|
|
{
|
|
goto IL_0fae;
|
|
}
|
|
}
|
|
{
|
|
float L_513 = V_10;
|
|
float L_514 = V_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_515;
|
|
memset((&L_515), 0, sizeof(L_515));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_515), L_513, L_514, /*hidden argument*/NULL);
|
|
V_21 = L_515;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0fae:
|
|
{
|
|
float L_516 = ___0_defaultFontSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_517 = ___1_marginSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_518 = ___3_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_519 = ___4_textInfo;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_520;
|
|
L_520 = VirtualFuncInvoker5< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, float, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* >::Invoke(4 /* UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo) */, __this, L_516, L_517, (bool)0, L_518, L_519);
|
|
V_21 = L_520;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_0fc2:
|
|
{
|
|
}
|
|
|
|
IL_0fc3:
|
|
{
|
|
}
|
|
|
|
IL_0fc4:
|
|
{
|
|
int32_t L_521 = __this->___m_LineNumber_55;
|
|
if ((((int32_t)L_521) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0ff8;
|
|
}
|
|
}
|
|
{
|
|
float L_522 = __this->___m_MaxLineAscender_53;
|
|
float L_523 = __this->___m_StartOfLineAscender_82;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
bool L_524;
|
|
L_524 = TextGeneratorUtilities_Approximately_m696ABB909732F536F1FF83EA8CE34CF53266794D(L_522, L_523, NULL);
|
|
if (L_524)
|
|
{
|
|
goto IL_0ff8;
|
|
}
|
|
}
|
|
{
|
|
float L_525 = __this->___m_LineHeight_40;
|
|
if ((!(((float)L_525) == ((float)(-32767.0f)))))
|
|
{
|
|
goto IL_0ff8;
|
|
}
|
|
}
|
|
{
|
|
bool L_526 = __this->___m_IsNewPage_66;
|
|
G_B173_0 = ((((int32_t)L_526) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0ff9;
|
|
}
|
|
|
|
IL_0ff8:
|
|
{
|
|
G_B173_0 = 0;
|
|
}
|
|
|
|
IL_0ff9:
|
|
{
|
|
V_94 = (bool)G_B173_0;
|
|
bool L_527 = V_94;
|
|
if (!L_527)
|
|
{
|
|
goto IL_1048;
|
|
}
|
|
}
|
|
{
|
|
float L_528 = __this->___m_MaxLineAscender_53;
|
|
float L_529 = __this->___m_StartOfLineAscender_82;
|
|
V_95 = ((float)il2cpp_codegen_subtract(L_528, L_529));
|
|
float L_530 = __this->___m_LineOffset_39;
|
|
float L_531 = V_95;
|
|
__this->___m_LineOffset_39 = ((float)il2cpp_codegen_add(L_530, L_531));
|
|
float L_532 = __this->___m_StartOfLineAscender_82;
|
|
float L_533 = V_95;
|
|
__this->___m_StartOfLineAscender_82 = ((float)il2cpp_codegen_add(L_532, L_533));
|
|
float L_534 = __this->___m_LineOffset_39;
|
|
(&V_16)->___lineOffset_26 = L_534;
|
|
float L_535 = __this->___m_StartOfLineAscender_82;
|
|
(&V_16)->___previousLineAscender_15 = L_535;
|
|
}
|
|
|
|
IL_1048:
|
|
{
|
|
int32_t L_536 = V_3;
|
|
V_96 = (bool)((((int32_t)L_536) == ((int32_t)((int32_t)9)))? 1 : 0);
|
|
bool L_537 = V_96;
|
|
if (!L_537)
|
|
{
|
|
goto IL_10af;
|
|
}
|
|
}
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_538 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_538);
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_539;
|
|
L_539 = FontAsset_get_faceInfo_mF020EC579E3C18A6279D55D86AF1C585031B49A9(L_538, NULL);
|
|
V_24 = L_539;
|
|
float L_540;
|
|
L_540 = FaceInfo_get_tabWidth_mC6D9F42C40EDD767DE22050E4FBE3878AC96B161((&V_24), NULL);
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_541 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_541);
|
|
uint8_t L_542;
|
|
L_542 = FontAsset_get_tabMultiple_m9C0422A00BFCF82091F14F4E303E2717247350AE(L_541, NULL);
|
|
float L_543 = V_2;
|
|
V_97 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_540, ((float)L_542))), L_543));
|
|
float L_544 = __this->___m_XAdvance_43;
|
|
float L_545 = V_97;
|
|
float L_546;
|
|
L_546 = ceilf(((float)(L_544/L_545)));
|
|
float L_547 = V_97;
|
|
V_98 = ((float)il2cpp_codegen_multiply(L_546, L_547));
|
|
float L_548 = V_98;
|
|
float L_549 = __this->___m_XAdvance_43;
|
|
G_B177_0 = __this;
|
|
if ((((float)L_548) > ((float)L_549)))
|
|
{
|
|
G_B178_0 = __this;
|
|
goto IL_10a2;
|
|
}
|
|
}
|
|
{
|
|
float L_550 = __this->___m_XAdvance_43;
|
|
float L_551 = V_97;
|
|
G_B179_0 = ((float)il2cpp_codegen_add(L_550, L_551));
|
|
G_B179_1 = G_B177_0;
|
|
goto IL_10a4;
|
|
}
|
|
|
|
IL_10a2:
|
|
{
|
|
float L_552 = V_98;
|
|
G_B179_0 = L_552;
|
|
G_B179_1 = G_B178_0;
|
|
}
|
|
|
|
IL_10a4:
|
|
{
|
|
NullCheck(G_B179_1);
|
|
G_B179_1->___m_XAdvance_43 = G_B179_0;
|
|
goto IL_11c9;
|
|
}
|
|
|
|
IL_10af:
|
|
{
|
|
float L_553 = __this->___m_MonoSpacing_42;
|
|
V_99 = (bool)((((int32_t)((((float)L_553) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_554 = V_99;
|
|
if (!L_554)
|
|
{
|
|
goto IL_113c;
|
|
}
|
|
}
|
|
{
|
|
float L_555 = __this->___m_XAdvance_43;
|
|
float L_556 = __this->___m_MonoSpacing_42;
|
|
float L_557 = V_33;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_558 = ___3_generationSettings;
|
|
NullCheck(L_558);
|
|
float L_559 = L_558->___characterSpacing_27;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_560 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_560);
|
|
float L_561;
|
|
L_561 = FontAsset_get_regularStyleSpacing_mB7EEEA236312F5AC31FD3B787808279206F521B1(L_560, NULL);
|
|
float L_562 = V_2;
|
|
float L_563 = __this->___m_CSpacing_41;
|
|
float L_564 = __this->___m_CharWidthAdjDelta_77;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_555, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract(L_556, L_557)), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(L_559, L_561)), L_562)))), L_563)), ((float)il2cpp_codegen_subtract((1.0f), L_564))))));
|
|
int32_t L_565 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_566;
|
|
L_566 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(((int32_t)(uint16_t)L_565), NULL);
|
|
if (L_566)
|
|
{
|
|
goto IL_1119;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_567 = V_3;
|
|
G_B184_0 = ((((int32_t)L_567) == ((int32_t)((int32_t)8203)))? 1 : 0);
|
|
goto IL_111a;
|
|
}
|
|
|
|
IL_1119:
|
|
{
|
|
G_B184_0 = 1;
|
|
}
|
|
|
|
IL_111a:
|
|
{
|
|
V_100 = (bool)G_B184_0;
|
|
bool L_568 = V_100;
|
|
if (!L_568)
|
|
{
|
|
goto IL_1136;
|
|
}
|
|
}
|
|
{
|
|
float L_569 = __this->___m_XAdvance_43;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_570 = ___3_generationSettings;
|
|
NullCheck(L_570);
|
|
float L_571 = L_570->___wordSpacing_28;
|
|
float L_572 = V_2;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_569, ((float)il2cpp_codegen_multiply(L_571, L_572))));
|
|
}
|
|
|
|
IL_1136:
|
|
{
|
|
goto IL_11c9;
|
|
}
|
|
|
|
IL_113c:
|
|
{
|
|
float L_573 = __this->___m_XAdvance_43;
|
|
TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA* L_574 = __this->___m_CachedTextElement_75;
|
|
NullCheck(L_574);
|
|
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_575;
|
|
L_575 = TextElement_get_glyph_m101DBCCA0CDE2461B504174272A2FFCD53EA59E2(L_574, NULL);
|
|
NullCheck(L_575);
|
|
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_576;
|
|
L_576 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_575, NULL);
|
|
V_51 = L_576;
|
|
float L_577;
|
|
L_577 = GlyphMetrics_get_horizontalAdvance_m110E66C340A19E672FB1C26DFB875AB6900AFFF1((&V_51), NULL);
|
|
float L_578 = V_4;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_579 = ___3_generationSettings;
|
|
NullCheck(L_579);
|
|
float L_580 = L_579->___characterSpacing_27;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_581 = __this->___m_CurrentFontAsset_7;
|
|
NullCheck(L_581);
|
|
float L_582;
|
|
L_582 = FontAsset_get_regularStyleSpacing_mB7EEEA236312F5AC31FD3B787808279206F521B1(L_581, NULL);
|
|
float L_583;
|
|
L_583 = GlyphValueRecord_get_xAdvance_m6C392027FA91E0705C1585C5EF40D984AAA0013E((&V_31), NULL);
|
|
float L_584 = V_2;
|
|
float L_585 = __this->___m_CSpacing_41;
|
|
float L_586 = __this->___m_CharWidthAdjDelta_77;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_573, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_577, L_578)), L_580)), L_582)), L_583)), L_584)), L_585)), ((float)il2cpp_codegen_subtract((1.0f), L_586))))));
|
|
int32_t L_587 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_588;
|
|
L_588 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(((int32_t)(uint16_t)L_587), NULL);
|
|
if (L_588)
|
|
{
|
|
goto IL_11ab;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_589 = V_3;
|
|
G_B190_0 = ((((int32_t)L_589) == ((int32_t)((int32_t)8203)))? 1 : 0);
|
|
goto IL_11ac;
|
|
}
|
|
|
|
IL_11ab:
|
|
{
|
|
G_B190_0 = 1;
|
|
}
|
|
|
|
IL_11ac:
|
|
{
|
|
V_101 = (bool)G_B190_0;
|
|
bool L_590 = V_101;
|
|
if (!L_590)
|
|
{
|
|
goto IL_11c8;
|
|
}
|
|
}
|
|
{
|
|
float L_591 = __this->___m_XAdvance_43;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_592 = ___3_generationSettings;
|
|
NullCheck(L_592);
|
|
float L_593 = L_592->___wordSpacing_28;
|
|
float L_594 = V_2;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(L_591, ((float)il2cpp_codegen_multiply(L_593, L_594))));
|
|
}
|
|
|
|
IL_11c8:
|
|
{
|
|
}
|
|
|
|
IL_11c9:
|
|
{
|
|
int32_t L_595 = V_3;
|
|
V_102 = (bool)((((int32_t)L_595) == ((int32_t)((int32_t)13)))? 1 : 0);
|
|
bool L_596 = V_102;
|
|
if (!L_596)
|
|
{
|
|
goto IL_1201;
|
|
}
|
|
}
|
|
{
|
|
float L_597 = V_7;
|
|
float L_598 = V_10;
|
|
float L_599 = __this->___m_XAdvance_43;
|
|
float L_600;
|
|
L_600 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_597, ((float)il2cpp_codegen_add(L_598, L_599)), NULL);
|
|
V_7 = L_600;
|
|
V_10 = (0.0f);
|
|
float L_601 = __this->___m_TagIndent_45;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add((0.0f), L_601));
|
|
}
|
|
|
|
IL_1201:
|
|
{
|
|
int32_t L_602 = V_3;
|
|
if ((((int32_t)L_602) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_1213;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_603 = __this->___m_CharacterCount_48;
|
|
int32_t L_604 = V_0;
|
|
G_B198_0 = ((((int32_t)L_603) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_604, 1))))? 1 : 0);
|
|
goto IL_1214;
|
|
}
|
|
|
|
IL_1213:
|
|
{
|
|
G_B198_0 = 1;
|
|
}
|
|
|
|
IL_1214:
|
|
{
|
|
V_103 = (bool)G_B198_0;
|
|
bool L_605 = V_103;
|
|
if (!L_605)
|
|
{
|
|
goto IL_13ff;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_606 = __this->___m_LineNumber_55;
|
|
if ((((int32_t)L_606) <= ((int32_t)0)))
|
|
{
|
|
goto IL_1249;
|
|
}
|
|
}
|
|
{
|
|
float L_607 = __this->___m_MaxLineAscender_53;
|
|
float L_608 = __this->___m_StartOfLineAscender_82;
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
bool L_609;
|
|
L_609 = TextGeneratorUtilities_Approximately_m696ABB909732F536F1FF83EA8CE34CF53266794D(L_607, L_608, NULL);
|
|
if (L_609)
|
|
{
|
|
goto IL_1249;
|
|
}
|
|
}
|
|
{
|
|
float L_610 = __this->___m_LineHeight_40;
|
|
G_B203_0 = ((((float)L_610) == ((float)(-32767.0f)))? 1 : 0);
|
|
goto IL_124a;
|
|
}
|
|
|
|
IL_1249:
|
|
{
|
|
G_B203_0 = 0;
|
|
}
|
|
|
|
IL_124a:
|
|
{
|
|
V_105 = (bool)G_B203_0;
|
|
bool L_611 = V_105;
|
|
if (!L_611)
|
|
{
|
|
goto IL_1270;
|
|
}
|
|
}
|
|
{
|
|
float L_612 = __this->___m_MaxLineAscender_53;
|
|
float L_613 = __this->___m_StartOfLineAscender_82;
|
|
V_106 = ((float)il2cpp_codegen_subtract(L_612, L_613));
|
|
float L_614 = __this->___m_LineOffset_39;
|
|
float L_615 = V_106;
|
|
__this->___m_LineOffset_39 = ((float)il2cpp_codegen_add(L_614, L_615));
|
|
}
|
|
|
|
IL_1270:
|
|
{
|
|
float L_616 = __this->___m_MaxLineDescender_54;
|
|
float L_617 = __this->___m_LineOffset_39;
|
|
V_104 = ((float)il2cpp_codegen_subtract(L_616, L_617));
|
|
float L_618 = __this->___m_MaxDescender_65;
|
|
float L_619 = V_104;
|
|
G_B206_0 = __this;
|
|
if ((((float)L_618) < ((float)L_619)))
|
|
{
|
|
G_B207_0 = __this;
|
|
goto IL_128e;
|
|
}
|
|
}
|
|
{
|
|
float L_620 = V_104;
|
|
G_B208_0 = L_620;
|
|
G_B208_1 = G_B206_0;
|
|
goto IL_1294;
|
|
}
|
|
|
|
IL_128e:
|
|
{
|
|
float L_621 = __this->___m_MaxDescender_65;
|
|
G_B208_0 = L_621;
|
|
G_B208_1 = G_B207_0;
|
|
}
|
|
|
|
IL_1294:
|
|
{
|
|
NullCheck(G_B208_1);
|
|
G_B208_1->___m_MaxDescender_65 = G_B208_0;
|
|
int32_t L_622 = __this->___m_CharacterCount_48;
|
|
__this->___m_FirstCharacterOfLine_49 = ((int32_t)il2cpp_codegen_add(L_622, 1));
|
|
int32_t L_623 = V_3;
|
|
if ((!(((uint32_t)L_623) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_12bc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_624 = __this->___m_CharacterCount_48;
|
|
int32_t L_625 = V_0;
|
|
G_B211_0 = ((((int32_t)((((int32_t)L_624) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_625, 1))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_12bd;
|
|
}
|
|
|
|
IL_12bc:
|
|
{
|
|
G_B211_0 = 0;
|
|
}
|
|
|
|
IL_12bd:
|
|
{
|
|
V_107 = (bool)G_B211_0;
|
|
bool L_626 = V_107;
|
|
if (!L_626)
|
|
{
|
|
goto IL_12dc;
|
|
}
|
|
}
|
|
{
|
|
float L_627 = V_7;
|
|
float L_628 = V_10;
|
|
float L_629 = V_12;
|
|
float L_630;
|
|
L_630 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_627, ((float)il2cpp_codegen_add(L_628, L_629)), NULL);
|
|
V_7 = L_630;
|
|
V_10 = (0.0f);
|
|
goto IL_12ea;
|
|
}
|
|
|
|
IL_12dc:
|
|
{
|
|
float L_631 = V_7;
|
|
float L_632 = V_10;
|
|
float L_633 = V_12;
|
|
float L_634;
|
|
L_634 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_631, ((float)il2cpp_codegen_add(L_632, L_633)), NULL);
|
|
V_10 = L_634;
|
|
}
|
|
|
|
IL_12ea:
|
|
{
|
|
float L_635 = __this->___m_MaxAscender_64;
|
|
float L_636 = __this->___m_MaxDescender_65;
|
|
V_11 = ((float)il2cpp_codegen_subtract(L_635, L_636));
|
|
int32_t L_637 = V_3;
|
|
V_108 = (bool)((((int32_t)L_637) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
bool L_638 = V_108;
|
|
if (!L_638)
|
|
{
|
|
goto IL_13fe;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_639 = V_26;
|
|
int32_t L_640 = __this->___m_CharacterCount_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_641 = ___4_textInfo;
|
|
TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936(__this, (&V_15), L_639, L_640, L_641, NULL);
|
|
int32_t L_642 = V_26;
|
|
int32_t L_643 = __this->___m_CharacterCount_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_644 = ___4_textInfo;
|
|
TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936(__this, (&V_16), L_642, L_643, L_644, NULL);
|
|
int32_t L_645 = __this->___m_LineNumber_55;
|
|
__this->___m_LineNumber_55 = ((int32_t)il2cpp_codegen_add(L_645, 1));
|
|
float L_646 = __this->___m_LineHeight_40;
|
|
V_109 = (bool)((((float)L_646) == ((float)(-32767.0f)))? 1 : 0);
|
|
bool L_647 = V_109;
|
|
if (!L_647)
|
|
{
|
|
goto IL_138f;
|
|
}
|
|
}
|
|
{
|
|
float L_648 = __this->___m_MaxLineDescender_54;
|
|
float L_649 = V_34;
|
|
float L_650 = V_5;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_651 = ___3_generationSettings;
|
|
NullCheck(L_651);
|
|
float L_652 = L_651->___lineSpacing_29;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_653 = ___3_generationSettings;
|
|
NullCheck(L_653);
|
|
float L_654 = L_653->___paragraphSpacing_30;
|
|
float L_655 = __this->___m_LineSpacingDelta_83;
|
|
float L_656 = V_1;
|
|
V_6 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract((0.0f), L_648)), L_649)), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_650, L_652)), L_654)), L_655)), L_656))));
|
|
float L_657 = __this->___m_LineOffset_39;
|
|
float L_658 = V_6;
|
|
__this->___m_LineOffset_39 = ((float)il2cpp_codegen_add(L_657, L_658));
|
|
goto IL_13b4;
|
|
}
|
|
|
|
IL_138f:
|
|
{
|
|
float L_659 = __this->___m_LineOffset_39;
|
|
float L_660 = __this->___m_LineHeight_40;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_661 = ___3_generationSettings;
|
|
NullCheck(L_661);
|
|
float L_662 = L_661->___lineSpacing_29;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_663 = ___3_generationSettings;
|
|
NullCheck(L_663);
|
|
float L_664 = L_663->___paragraphSpacing_30;
|
|
float L_665 = V_1;
|
|
__this->___m_LineOffset_39 = ((float)il2cpp_codegen_add(L_659, ((float)il2cpp_codegen_add(L_660, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(L_662, L_664)), L_665))))));
|
|
}
|
|
|
|
IL_13b4:
|
|
{
|
|
__this->___m_MaxLineAscender_53 = (-32767.0f);
|
|
__this->___m_MaxLineDescender_54 = (32767.0f);
|
|
float L_666 = V_34;
|
|
__this->___m_StartOfLineAscender_82 = L_666;
|
|
float L_667 = __this->___m_TagLineIndent_44;
|
|
float L_668 = __this->___m_TagIndent_45;
|
|
__this->___m_XAdvance_43 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add((0.0f), L_667)), L_668));
|
|
int32_t L_669 = __this->___m_CharacterCount_48;
|
|
__this->___m_CharacterCount_48 = ((int32_t)il2cpp_codegen_add(L_669, 1));
|
|
goto IL_15e1;
|
|
}
|
|
|
|
IL_13fe:
|
|
{
|
|
}
|
|
|
|
IL_13ff:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_670 = ___3_generationSettings;
|
|
NullCheck(L_670);
|
|
bool L_671 = L_670->___wordWrap_12;
|
|
if (L_671)
|
|
{
|
|
goto IL_141e;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_672 = ___3_generationSettings;
|
|
NullCheck(L_672);
|
|
int32_t L_673 = L_672->___overflowMode_11;
|
|
if ((((int32_t)L_673) == ((int32_t)3)))
|
|
{
|
|
goto IL_141e;
|
|
}
|
|
}
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_674 = ___3_generationSettings;
|
|
NullCheck(L_674);
|
|
int32_t L_675 = L_674->___overflowMode_11;
|
|
G_B224_0 = ((((int32_t)L_675) == ((int32_t)1))? 1 : 0);
|
|
goto IL_141f;
|
|
}
|
|
|
|
IL_141e:
|
|
{
|
|
G_B224_0 = 1;
|
|
}
|
|
|
|
IL_141f:
|
|
{
|
|
V_110 = (bool)G_B224_0;
|
|
bool L_676 = V_110;
|
|
if (!L_676)
|
|
{
|
|
goto IL_15d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_677 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_678;
|
|
L_678 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(((int32_t)(uint16_t)L_677), NULL);
|
|
if (L_678)
|
|
{
|
|
goto IL_1447;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_679 = V_3;
|
|
if ((((int32_t)L_679) == ((int32_t)((int32_t)8203))))
|
|
{
|
|
goto IL_1447;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_680 = V_3;
|
|
if ((((int32_t)L_680) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_1447;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_681 = V_3;
|
|
if ((!(((uint32_t)L_681) == ((uint32_t)((int32_t)173)))))
|
|
{
|
|
goto IL_1474;
|
|
}
|
|
}
|
|
|
|
IL_1447:
|
|
{
|
|
bool L_682 = __this->___m_IsNonBreakingSpace_67;
|
|
if (L_682)
|
|
{
|
|
goto IL_1474;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_683 = V_3;
|
|
if ((((int32_t)L_683) == ((int32_t)((int32_t)160))))
|
|
{
|
|
goto IL_1474;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_684 = V_3;
|
|
if ((((int32_t)L_684) == ((int32_t)((int32_t)8209))))
|
|
{
|
|
goto IL_1474;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_685 = V_3;
|
|
if ((((int32_t)L_685) == ((int32_t)((int32_t)8239))))
|
|
{
|
|
goto IL_1474;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_686 = V_3;
|
|
G_B235_0 = ((((int32_t)((((int32_t)L_686) == ((int32_t)((int32_t)8288)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_1475;
|
|
}
|
|
|
|
IL_1474:
|
|
{
|
|
G_B235_0 = 0;
|
|
}
|
|
|
|
IL_1475:
|
|
{
|
|
V_111 = (bool)G_B235_0;
|
|
bool L_687 = V_111;
|
|
if (!L_687)
|
|
{
|
|
goto IL_149f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_688 = V_26;
|
|
int32_t L_689 = __this->___m_CharacterCount_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_690 = ___4_textInfo;
|
|
TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936(__this, (&V_16), L_688, L_689, L_690, NULL);
|
|
__this->___m_IsCharacterWrappingEnabled_81 = (bool)0;
|
|
V_13 = (bool)0;
|
|
goto IL_15d1;
|
|
}
|
|
|
|
IL_149f:
|
|
{
|
|
int32_t L_691 = V_3;
|
|
if ((((int32_t)L_691) <= ((int32_t)((int32_t)4352))))
|
|
{
|
|
goto IL_14af;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_692 = V_3;
|
|
if ((((int32_t)L_692) < ((int32_t)((int32_t)4607))))
|
|
{
|
|
goto IL_150f;
|
|
}
|
|
}
|
|
|
|
IL_14af:
|
|
{
|
|
int32_t L_693 = V_3;
|
|
if ((((int32_t)L_693) <= ((int32_t)((int32_t)11904))))
|
|
{
|
|
goto IL_14bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_694 = V_3;
|
|
if ((((int32_t)L_694) < ((int32_t)((int32_t)40959))))
|
|
{
|
|
goto IL_150f;
|
|
}
|
|
}
|
|
|
|
IL_14bf:
|
|
{
|
|
int32_t L_695 = V_3;
|
|
if ((((int32_t)L_695) <= ((int32_t)((int32_t)43360))))
|
|
{
|
|
goto IL_14cf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_696 = V_3;
|
|
if ((((int32_t)L_696) < ((int32_t)((int32_t)43391))))
|
|
{
|
|
goto IL_150f;
|
|
}
|
|
}
|
|
|
|
IL_14cf:
|
|
{
|
|
int32_t L_697 = V_3;
|
|
if ((((int32_t)L_697) <= ((int32_t)((int32_t)44032))))
|
|
{
|
|
goto IL_14df;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_698 = V_3;
|
|
if ((((int32_t)L_698) < ((int32_t)((int32_t)55295))))
|
|
{
|
|
goto IL_150f;
|
|
}
|
|
}
|
|
|
|
IL_14df:
|
|
{
|
|
int32_t L_699 = V_3;
|
|
if ((((int32_t)L_699) <= ((int32_t)((int32_t)63744))))
|
|
{
|
|
goto IL_14ef;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_700 = V_3;
|
|
if ((((int32_t)L_700) < ((int32_t)((int32_t)64255))))
|
|
{
|
|
goto IL_150f;
|
|
}
|
|
}
|
|
|
|
IL_14ef:
|
|
{
|
|
int32_t L_701 = V_3;
|
|
if ((((int32_t)L_701) <= ((int32_t)((int32_t)65072))))
|
|
{
|
|
goto IL_14ff;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_702 = V_3;
|
|
if ((((int32_t)L_702) < ((int32_t)((int32_t)65103))))
|
|
{
|
|
goto IL_150f;
|
|
}
|
|
}
|
|
|
|
IL_14ff:
|
|
{
|
|
int32_t L_703 = V_3;
|
|
if ((((int32_t)L_703) <= ((int32_t)((int32_t)65280))))
|
|
{
|
|
goto IL_151a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_704 = V_3;
|
|
if ((((int32_t)L_704) >= ((int32_t)((int32_t)65519))))
|
|
{
|
|
goto IL_151a;
|
|
}
|
|
}
|
|
|
|
IL_150f:
|
|
{
|
|
bool L_705 = __this->___m_IsNonBreakingSpace_67;
|
|
G_B253_0 = ((((int32_t)L_705) == ((int32_t)0))? 1 : 0);
|
|
goto IL_151b;
|
|
}
|
|
|
|
IL_151a:
|
|
{
|
|
G_B253_0 = 0;
|
|
}
|
|
|
|
IL_151b:
|
|
{
|
|
V_112 = (bool)G_B253_0;
|
|
bool L_706 = V_112;
|
|
if (!L_706)
|
|
{
|
|
goto IL_15a8;
|
|
}
|
|
}
|
|
{
|
|
bool L_707 = V_13;
|
|
bool L_708 = V_14;
|
|
if (((int32_t)((int32_t)L_707|(int32_t)L_708)))
|
|
{
|
|
goto IL_157f;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_709 = V_8;
|
|
NullCheck(L_709);
|
|
UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E* L_710;
|
|
L_710 = TextSettings_get_lineBreakingRules_m96E2C32D4F08309D904B0BCD83CEBE8CD6716A04(L_709, NULL);
|
|
NullCheck(L_710);
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_711;
|
|
L_711 = UnicodeLineBreakingRules_get_leadingCharactersLookup_m1DAC015D7E37112EAE0437E6472AEA0719DFF3DC(L_710, NULL);
|
|
int32_t L_712 = V_3;
|
|
NullCheck(L_711);
|
|
bool L_713;
|
|
L_713 = HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9(L_711, L_712, HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var);
|
|
if (L_713)
|
|
{
|
|
goto IL_157c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_714 = __this->___m_CharacterCount_48;
|
|
int32_t L_715 = V_0;
|
|
if ((((int32_t)L_714) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_715, 1)))))
|
|
{
|
|
goto IL_1579;
|
|
}
|
|
}
|
|
{
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* L_716 = V_8;
|
|
NullCheck(L_716);
|
|
UnicodeLineBreakingRules_t80BE36F5E16AE48FE7B6DE1C91D36B1142B4EC0E* L_717;
|
|
L_717 = TextSettings_get_lineBreakingRules_m96E2C32D4F08309D904B0BCD83CEBE8CD6716A04(L_716, NULL);
|
|
NullCheck(L_717);
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_718;
|
|
L_718 = UnicodeLineBreakingRules_get_followingCharactersLookup_m5510A21873DC5DA66F4A2DFA4C26A5EFAD494D8B(L_717, NULL);
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* L_719 = __this->___m_InternalTextElementInfo_101;
|
|
int32_t L_720 = __this->___m_CharacterCount_48;
|
|
NullCheck(L_719);
|
|
Il2CppChar L_721 = ((L_719)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_720, 1)))))->___character_0;
|
|
NullCheck(L_718);
|
|
bool L_722;
|
|
L_722 = HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9(L_718, L_721, HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var);
|
|
G_B259_0 = ((((int32_t)L_722) == ((int32_t)0))? 1 : 0);
|
|
goto IL_157a;
|
|
}
|
|
|
|
IL_1579:
|
|
{
|
|
G_B259_0 = 0;
|
|
}
|
|
|
|
IL_157a:
|
|
{
|
|
G_B261_0 = G_B259_0;
|
|
goto IL_157d;
|
|
}
|
|
|
|
IL_157c:
|
|
{
|
|
G_B261_0 = 0;
|
|
}
|
|
|
|
IL_157d:
|
|
{
|
|
G_B263_0 = G_B261_0;
|
|
goto IL_1580;
|
|
}
|
|
|
|
IL_157f:
|
|
{
|
|
G_B263_0 = 1;
|
|
}
|
|
|
|
IL_1580:
|
|
{
|
|
V_113 = (bool)G_B263_0;
|
|
bool L_723 = V_113;
|
|
if (!L_723)
|
|
{
|
|
goto IL_15a5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_724 = V_26;
|
|
int32_t L_725 = __this->___m_CharacterCount_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_726 = ___4_textInfo;
|
|
TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936(__this, (&V_16), L_724, L_725, L_726, NULL);
|
|
__this->___m_IsCharacterWrappingEnabled_81 = (bool)0;
|
|
V_13 = (bool)0;
|
|
}
|
|
|
|
IL_15a5:
|
|
{
|
|
goto IL_15d1;
|
|
}
|
|
|
|
IL_15a8:
|
|
{
|
|
bool L_727 = V_13;
|
|
if (L_727)
|
|
{
|
|
goto IL_15b4;
|
|
}
|
|
}
|
|
{
|
|
bool L_728 = __this->___m_IsCharacterWrappingEnabled_81;
|
|
G_B269_0 = ((int32_t)(L_728));
|
|
goto IL_15b5;
|
|
}
|
|
|
|
IL_15b4:
|
|
{
|
|
G_B269_0 = 1;
|
|
}
|
|
|
|
IL_15b5:
|
|
{
|
|
bool L_729 = V_14;
|
|
V_114 = (bool)((int32_t)(G_B269_0|(int32_t)L_729));
|
|
bool L_730 = V_114;
|
|
if (!L_730)
|
|
{
|
|
goto IL_15d1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_731 = V_26;
|
|
int32_t L_732 = __this->___m_CharacterCount_48;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_733 = ___4_textInfo;
|
|
TextGenerator_SaveWordWrappingState_mC07B2C5977EECE10216F8C6AC9CC4204F7EF1936(__this, (&V_16), L_731, L_732, L_733, NULL);
|
|
}
|
|
|
|
IL_15d1:
|
|
{
|
|
}
|
|
|
|
IL_15d2:
|
|
{
|
|
int32_t L_734 = __this->___m_CharacterCount_48;
|
|
__this->___m_CharacterCount_48 = ((int32_t)il2cpp_codegen_add(L_734, 1));
|
|
}
|
|
|
|
IL_15e1:
|
|
{
|
|
int32_t L_735 = V_26;
|
|
V_26 = ((int32_t)il2cpp_codegen_add(L_735, 1));
|
|
}
|
|
|
|
IL_15e7:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_736 = __this->___m_CharBuffer_4;
|
|
int32_t L_737 = V_26;
|
|
NullCheck(L_736);
|
|
int32_t L_738 = L_737;
|
|
int32_t L_739 = (L_736)->GetAt(static_cast<il2cpp_array_size_t>(L_738));
|
|
V_115 = (bool)((!(((uint32_t)L_739) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_740 = V_115;
|
|
if (L_740)
|
|
{
|
|
goto IL_0319;
|
|
}
|
|
}
|
|
{
|
|
float L_741 = __this->___m_MaxFontSize_79;
|
|
float L_742 = __this->___m_MinFontSize_80;
|
|
V_19 = ((float)il2cpp_codegen_subtract(L_741, L_742));
|
|
bool L_743 = __this->___m_IsCharacterWrappingEnabled_81;
|
|
if (L_743)
|
|
{
|
|
goto IL_162b;
|
|
}
|
|
}
|
|
{
|
|
bool L_744 = ___2_ignoreTextAutoSizing;
|
|
if (L_744)
|
|
{
|
|
goto IL_162b;
|
|
}
|
|
}
|
|
{
|
|
float L_745 = V_19;
|
|
if ((!(((float)L_745) > ((float)(0.050999999f)))))
|
|
{
|
|
goto IL_162b;
|
|
}
|
|
}
|
|
{
|
|
float L_746 = ___0_defaultFontSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_747 = ___3_generationSettings;
|
|
NullCheck(L_747);
|
|
float L_748 = L_747->___fontSizeMax_21;
|
|
G_B280_0 = ((((float)L_746) < ((float)L_748))? 1 : 0);
|
|
goto IL_162c;
|
|
}
|
|
|
|
IL_162b:
|
|
{
|
|
G_B280_0 = 0;
|
|
}
|
|
|
|
IL_162c:
|
|
{
|
|
V_116 = (bool)G_B280_0;
|
|
bool L_749 = V_116;
|
|
if (!L_749)
|
|
{
|
|
goto IL_16ad;
|
|
}
|
|
}
|
|
{
|
|
float L_750 = ___0_defaultFontSize;
|
|
__this->___m_MinFontSize_80 = L_750;
|
|
float L_751 = ___0_defaultFontSize;
|
|
float L_752 = __this->___m_MaxFontSize_79;
|
|
float L_753 = ___0_defaultFontSize;
|
|
float L_754;
|
|
L_754 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)(((float)il2cpp_codegen_subtract(L_752, L_753))/(2.0f))), (0.0500000007f), NULL);
|
|
___0_defaultFontSize = ((float)il2cpp_codegen_add(L_751, L_754));
|
|
float L_755 = ___0_defaultFontSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_756 = ___3_generationSettings;
|
|
NullCheck(L_756);
|
|
float L_757 = L_756->___fontSizeMax_21;
|
|
float L_758;
|
|
L_758 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_755, L_757, NULL);
|
|
___0_defaultFontSize = ((float)(((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_758, (20.0f))), (0.5f)))))/(20.0f)));
|
|
int32_t L_759 = __this->___m_RecursiveCount_102;
|
|
V_117 = (bool)((((int32_t)L_759) > ((int32_t)((int32_t)20)))? 1 : 0);
|
|
bool L_760 = V_117;
|
|
if (!L_760)
|
|
{
|
|
goto IL_1699;
|
|
}
|
|
}
|
|
{
|
|
float L_761 = V_10;
|
|
float L_762 = V_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_763;
|
|
memset((&L_763), 0, sizeof(L_763));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_763), L_761, L_762, /*hidden argument*/NULL);
|
|
V_21 = L_763;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_1699:
|
|
{
|
|
float L_764 = ___0_defaultFontSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_765 = ___1_marginSize;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_766 = ___3_generationSettings;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_767 = ___4_textInfo;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_768;
|
|
L_768 = VirtualFuncInvoker5< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, float, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*, TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* >::Invoke(4 /* UnityEngine.Vector2 UnityEngine.TextCore.Text.TextGenerator::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean,UnityEngine.TextCore.Text.TextGenerationSettings,UnityEngine.TextCore.Text.TextInfo) */, __this, L_764, L_765, (bool)0, L_766, L_767);
|
|
V_21 = L_768;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_16ad:
|
|
{
|
|
__this->___m_IsCharacterWrappingEnabled_81 = (bool)0;
|
|
__this->___m_IsCalculatingPreferredValues_94 = (bool)0;
|
|
float L_769 = V_10;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_770 = ___3_generationSettings;
|
|
NullCheck(L_770);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_771 = (&L_770->___margins_2);
|
|
float L_772 = L_771->___x_1;
|
|
G_B285_0 = L_769;
|
|
if ((((float)L_772) > ((float)(0.0f))))
|
|
{
|
|
G_B286_0 = L_769;
|
|
goto IL_16d7;
|
|
}
|
|
}
|
|
{
|
|
G_B287_0 = (0.0f);
|
|
G_B287_1 = G_B285_0;
|
|
goto IL_16e3;
|
|
}
|
|
|
|
IL_16d7:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_773 = ___3_generationSettings;
|
|
NullCheck(L_773);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_774 = (&L_773->___margins_2);
|
|
float L_775 = L_774->___x_1;
|
|
G_B287_0 = L_775;
|
|
G_B287_1 = G_B286_0;
|
|
}
|
|
|
|
IL_16e3:
|
|
{
|
|
V_10 = ((float)il2cpp_codegen_add(G_B287_1, G_B287_0));
|
|
float L_776 = V_10;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_777 = ___3_generationSettings;
|
|
NullCheck(L_777);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_778 = (&L_777->___margins_2);
|
|
float L_779 = L_778->___z_3;
|
|
G_B288_0 = L_776;
|
|
if ((((float)L_779) > ((float)(0.0f))))
|
|
{
|
|
G_B289_0 = L_776;
|
|
goto IL_1702;
|
|
}
|
|
}
|
|
{
|
|
G_B290_0 = (0.0f);
|
|
G_B290_1 = G_B288_0;
|
|
goto IL_170e;
|
|
}
|
|
|
|
IL_1702:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_780 = ___3_generationSettings;
|
|
NullCheck(L_780);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_781 = (&L_780->___margins_2);
|
|
float L_782 = L_781->___z_3;
|
|
G_B290_0 = L_782;
|
|
G_B290_1 = G_B289_0;
|
|
}
|
|
|
|
IL_170e:
|
|
{
|
|
V_10 = ((float)il2cpp_codegen_add(G_B290_1, G_B290_0));
|
|
float L_783 = V_11;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_784 = ___3_generationSettings;
|
|
NullCheck(L_784);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_785 = (&L_784->___margins_2);
|
|
float L_786 = L_785->___y_2;
|
|
G_B291_0 = L_783;
|
|
if ((((float)L_786) > ((float)(0.0f))))
|
|
{
|
|
G_B292_0 = L_783;
|
|
goto IL_172d;
|
|
}
|
|
}
|
|
{
|
|
G_B293_0 = (0.0f);
|
|
G_B293_1 = G_B291_0;
|
|
goto IL_1739;
|
|
}
|
|
|
|
IL_172d:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_787 = ___3_generationSettings;
|
|
NullCheck(L_787);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_788 = (&L_787->___margins_2);
|
|
float L_789 = L_788->___y_2;
|
|
G_B293_0 = L_789;
|
|
G_B293_1 = G_B292_0;
|
|
}
|
|
|
|
IL_1739:
|
|
{
|
|
V_11 = ((float)il2cpp_codegen_add(G_B293_1, G_B293_0));
|
|
float L_790 = V_11;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_791 = ___3_generationSettings;
|
|
NullCheck(L_791);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_792 = (&L_791->___margins_2);
|
|
float L_793 = L_792->___w_4;
|
|
G_B294_0 = L_790;
|
|
if ((((float)L_793) > ((float)(0.0f))))
|
|
{
|
|
G_B295_0 = L_790;
|
|
goto IL_1758;
|
|
}
|
|
}
|
|
{
|
|
G_B296_0 = (0.0f);
|
|
G_B296_1 = G_B294_0;
|
|
goto IL_1764;
|
|
}
|
|
|
|
IL_1758:
|
|
{
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_794 = ___3_generationSettings;
|
|
NullCheck(L_794);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_795 = (&L_794->___margins_2);
|
|
float L_796 = L_795->___w_4;
|
|
G_B296_0 = L_796;
|
|
G_B296_1 = G_B295_0;
|
|
}
|
|
|
|
IL_1764:
|
|
{
|
|
V_11 = ((float)il2cpp_codegen_add(G_B296_1, G_B296_0));
|
|
float L_797 = V_10;
|
|
V_10 = ((float)(((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_797, (100.0f))), (1.0f)))))/(100.0f)));
|
|
float L_798 = V_11;
|
|
V_11 = ((float)(((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_798, (100.0f))), (1.0f)))))/(100.0f)));
|
|
Profiler_EndSample_m3FCA26738A87C0B8E352533AD48E2A16B047A757(NULL);
|
|
float L_799 = V_10;
|
|
float L_800 = V_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_801;
|
|
memset((&L_801), 0, sizeof(L_801));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_801), L_799, L_800, /*hidden argument*/NULL);
|
|
V_21 = L_801;
|
|
goto IL_17aa;
|
|
}
|
|
|
|
IL_17aa:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_802 = V_21;
|
|
return L_802;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextCore.Text.TextGenerator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerator__ctor_m52E4D01DC28BDF753BF52F6501E7FD2FB2B30D90 (TextGenerator_t6B84DC798596D3A9944DC346DD453C075EE62366* __this, 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*)&Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_m21F67B4043E233F8CA9797CEAEBF75AA44923E95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_m51ECDDF2DCADEB66EED067F383D94ADCCFE61782_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_m8D925AB632D621F377352A263B090EF1689AB7D6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_mA4B25FA7163EB1A1804D7F9C4BB50D078CC1F9EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextProcessingStack_1__ctor_mE29F1CB516B3C52016997ECCBF3769B1FE98336A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_0 = (Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)(Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)SZArrayNew(Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
__this->___m_RectTransformCorners_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RectTransformCorners_1), (void*)L_0);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
__this->___m_CharBuffer_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CharBuffer_4), (void*)L_1);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_2 = (MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E*)(MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E*)SZArrayNew(MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t0C74606C1B6C7817CA95F0DCA46B219CF6FB35CA L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
TextProcessingStack_1__ctor_m8D925AB632D621F377352A263B090EF1689AB7D6((&L_3), L_2, /*hidden argument*/TextProcessingStack_1__ctor_m8D925AB632D621F377352A263B090EF1689AB7D6_RuntimeMethod_var);
|
|
__this->___m_MaterialReferenceStack_10 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_MaterialReferenceStack_10))->___itemStack_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___material_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_MaterialReferenceStack_10))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL);
|
|
#endif
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
TextProcessingStack_1__ctor_m51ECDDF2DCADEB66EED067F383D94ADCCFE61782((&L_4), ((int32_t)16), /*hidden argument*/TextProcessingStack_1__ctor_m51ECDDF2DCADEB66EED067F383D94ADCCFE61782_RuntimeMethod_var);
|
|
__this->___m_SizeStack_18 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_SizeStack_18))->___itemStack_0), (void*)NULL);
|
|
__this->___m_FontStyleInternal_19 = 0;
|
|
__this->___m_FontWeightInternal_21 = ((int32_t)400);
|
|
TextProcessingStack_1_t698B87CDD968C2046F57134BB3AB807EBFFD7790 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
TextProcessingStack_1__ctor_mE29F1CB516B3C52016997ECCBF3769B1FE98336A((&L_5), 8, /*hidden argument*/TextProcessingStack_1__ctor_mE29F1CB516B3C52016997ECCBF3769B1FE98336A_RuntimeMethod_var);
|
|
__this->___m_FontWeightStack_22 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_FontWeightStack_22))->___itemStack_0), (void*)NULL);
|
|
TextProcessingStack_1_tE63296B08A4C34E38D7EF3FFFA3470076B9E3A0F L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
TextProcessingStack_1__ctor_m21F67B4043E233F8CA9797CEAEBF75AA44923E95((&L_6), ((int32_t)16), /*hidden argument*/TextProcessingStack_1__ctor_m21F67B4043E233F8CA9797CEAEBF75AA44923E95_RuntimeMethod_var);
|
|
__this->___m_LineJustificationStack_24 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_LineJustificationStack_24))->___itemStack_0), (void*)NULL);
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_7 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF((&L_8), L_7, /*hidden argument*/TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF_RuntimeMethod_var);
|
|
__this->___m_BaselineOffsetStack_26 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_BaselineOffsetStack_26))->___itemStack_0), (void*)NULL);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_9 = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3((&L_10), L_9, /*hidden argument*/TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_RuntimeMethod_var);
|
|
__this->___m_ColorStack_31 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorStack_31))->___itemStack_0), (void*)NULL);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_11 = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3((&L_12), L_11, /*hidden argument*/TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_RuntimeMethod_var);
|
|
__this->___m_UnderlineColorStack_32 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_UnderlineColorStack_32))->___itemStack_0), (void*)NULL);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_13 = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_14;
|
|
memset((&L_14), 0, sizeof(L_14));
|
|
TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3((&L_14), L_13, /*hidden argument*/TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_RuntimeMethod_var);
|
|
__this->___m_StrikethroughColorStack_33 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_StrikethroughColorStack_33))->___itemStack_0), (void*)NULL);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_15 = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t7868E818AC1E1B5FED21B76D5C309C9A04380B63 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3((&L_16), L_15, /*hidden argument*/TextProcessingStack_1__ctor_m445613CACF63BB93528D0DF6A4806B721690BEA3_RuntimeMethod_var);
|
|
__this->___m_HighlightColorStack_34 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_HighlightColorStack_34))->___itemStack_0), (void*)NULL);
|
|
TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A* L_17 = (TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A*)(TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A*)SZArrayNew(TextColorGradientU5BU5D_tA27A5E49640CF01334A10DBDBC959903AFBD941A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t0F39F088E8F8F6E18C3C463B2998ADC5B7A0513E L_18;
|
|
memset((&L_18), 0, sizeof(L_18));
|
|
TextProcessingStack_1__ctor_mA4B25FA7163EB1A1804D7F9C4BB50D078CC1F9EE((&L_18), L_17, /*hidden argument*/TextProcessingStack_1__ctor_mA4B25FA7163EB1A1804D7F9C4BB50D078CC1F9EE_RuntimeMethod_var);
|
|
__this->___m_ColorGradientStack_36 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorGradientStack_36))->___itemStack_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorGradientStack_36))->___m_DefaultItem_2), (void*)NULL);
|
|
#endif
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 L_20;
|
|
memset((&L_20), 0, sizeof(L_20));
|
|
TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC((&L_20), L_19, /*hidden argument*/TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC_RuntimeMethod_var);
|
|
__this->___m_ActionStack_37 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ActionStack_37))->___itemStack_0), (void*)NULL);
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_21 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t9FC06E35259ADD291ED640FE7554D8C03EA5F555 L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF((&L_22), L_21, /*hidden argument*/TextProcessingStack_1__ctor_m711FBEB05216B8B7683BAF106DC2CA519C2986EF_RuntimeMethod_var);
|
|
__this->___m_IndentStack_46 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_IndentStack_46))->___itemStack_0), (void*)NULL);
|
|
MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E* L_23 = (MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E*)(MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E*)SZArrayNew(MaterialReferenceU5BU5D_t4A9B88114E223BD96CE5121053664023CE2DE07E_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
__this->___m_MaterialReferences_85 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MaterialReferences_85), (void*)L_23);
|
|
__this->___m_SpriteCount_86 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
TextProcessingStack_1_t27834AAB14D26DC6519558C4C2574BA9C190D8E8 L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC((&L_25), L_24, /*hidden argument*/TextProcessingStack_1__ctor_m46C659E94F74B5690AC0A547430C8D3387000CEC_RuntimeMethod_var);
|
|
__this->___m_StyleStack_87 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_StyleStack_87))->___itemStack_0), (void*)NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
|
|
__this->___m_InternalTextParsingBuffer_89 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InternalTextParsingBuffer_89), (void*)L_26);
|
|
RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14* L_27 = (RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14*)(RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14*)SZArrayNew(RichTextTagAttributeU5BU5D_tEE9D071B3246F23742DBF4226567620BCBB24A14_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
__this->___m_Attributes_90 = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Attributes_90), (void*)L_27);
|
|
XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2* L_28 = (XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2*)(XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2*)SZArrayNew(XmlTagAttributeU5BU5D_tEDFE75BDDC81D11CEA2F2A12583516D3BFB309B2_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
__this->___m_XmlAttribute_91 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XmlAttribute_91), (void*)L_28);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
|
|
__this->___m_RichTextTag_92 = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RichTextTag_92), (void*)L_29);
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_30 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
|
|
NullCheck(L_30);
|
|
Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_30, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
|
|
__this->___m_MaterialReferenceIndexLookup_93 = L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MaterialReferenceIndexLookup_93), (void*)L_30);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_BeginSample_m640E26B682D803CC5DB4EDFDF2F6E83771BF0BE4_inline (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_name;
|
|
Profiler_ValidateArguments_m631DF788CA8A7DF599A5871AF4D7FA8B9C3B52CC_inline(L_0, NULL);
|
|
String_t* L_1 = ___0_name;
|
|
Profiler_BeginSampleImpl_m7CA0C092A61229CA7BF617E521F2DE0E2B155CEA(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_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 float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
float V_2 = 0.0f;
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1 = ___1_min;
|
|
V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_3 = ___1_min;
|
|
___0_value = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_4 = ___0_value;
|
|
float L_5 = ___2_max;
|
|
V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = ___2_max;
|
|
___0_value = L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_8 = ___0_value;
|
|
V_2 = L_8;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextSettings_get_defaultFontAssetPath_mF7B1713753CFAE048C745C3572332CE18CD51D3B_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_DefaultFontAssetPath_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* TextAsset_get_material_m4B9C02D34426436FDB01F1963A9FDC11D75604EF_inline (TextAsset_tB28F1843A877CCA74B89DC4F63EA532618B049B8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_Material_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_red_mA2E53E7173FDC97E68E335049AB0FAAEE43A844D_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method)
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_c;
|
|
float L_1 = L_0.___r_0;
|
|
float L_2;
|
|
L_2 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_1, NULL);
|
|
float L_3;
|
|
L_3 = bankers_roundf(((float)il2cpp_codegen_multiply(L_2, (255.0f))));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_c;
|
|
float L_5 = L_4.___g_1;
|
|
float L_6;
|
|
L_6 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_5, NULL);
|
|
float L_7;
|
|
L_7 = bankers_roundf(((float)il2cpp_codegen_multiply(L_6, (255.0f))));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_c;
|
|
float L_9 = L_8.___b_2;
|
|
float L_10;
|
|
L_10 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_9, NULL);
|
|
float L_11;
|
|
L_11 = bankers_roundf(((float)il2cpp_codegen_multiply(L_10, (255.0f))));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_c;
|
|
float L_13 = L_12.___a_3;
|
|
float L_14;
|
|
L_14 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_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 Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_blue_mF04A26CE61D6DA3C0D8B1C4720901B1028C7AB87_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (1.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___rgba_0 = 0;
|
|
uint8_t L_0 = ___0_r;
|
|
__this->___r_1 = L_0;
|
|
uint8_t L_1 = ___1_g;
|
|
__this->___g_2 = L_1;
|
|
uint8_t L_2 = ___2_b;
|
|
__this->___b_3 = L_2;
|
|
uint8_t L_3 = ___3_a;
|
|
__this->___a_4 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (0.921568632f), (0.0156862754f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextSettings_get_defaultColorGradientPresetsPath_m1571454580E1F0DC859D3F201BB1F6355A5DBB8E_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_DefaultColorGradientPresetsPath_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* TextSettings_get_defaultSpriteAsset_m8FA900F9747B7ADBCD2A2F612E7D977DB58D6445_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313* L_0 = __this->___m_DefaultSpriteAsset_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextSettings_get_defaultSpriteAssetPath_mF57875222B7FACC9B69369305EEEB53FFE7986E0_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_DefaultSpriteAssetPath_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ((Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields*)il2cpp_codegen_static_fields_for(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var))->___identityQuaternion_4;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_2 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_3 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_4 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_x;
|
|
float L_1 = ___1_y;
|
|
float L_2 = ___2_z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_3, (0.0174532924f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_5;
|
|
L_5 = Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E(L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___oneVector_6;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___0_c;
|
|
uint8_t L_1 = L_0.___r_1;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___0_c;
|
|
uint8_t L_3 = L_2.___g_2;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___0_c;
|
|
uint8_t L_5 = L_4.___b_3;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___0_c;
|
|
uint8_t L_7 = L_6.___a_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), ((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))), ((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
|
|
float L_1 = L_0.___r_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_b;
|
|
float L_3 = L_2.___r_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_a;
|
|
float L_5 = L_4.___g_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___1_b;
|
|
float L_7 = L_6.___g_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_a;
|
|
float L_9 = L_8.___b_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___1_b;
|
|
float L_11 = L_10.___b_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_a;
|
|
float L_13 = L_12.___a_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___1_b;
|
|
float L_15 = L_14.___a_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_16), ((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)), /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextSettings_get_displayWarnings_m3CA9FCB44B30CC06F54CD3716D68285FF844DF83_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_DisplayWarnings_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) < ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextSettings_get_missingCharacterUnicode_mA707E5E6633633BBB3BAFB96B97A5A995100F3F3_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_MissingCharacterUnicode_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* TextSettings_get_fallbackFontAssets_m332526E834C994425141A58C968FD40320573F98_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE* L_0 = __this->___m_FallbackFontAssets_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* TextSettings_get_defaultFontAsset_mC6280464BFEE081DB23243BB94E49C72A0885A1F_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* L_0 = __this->___m_DefaultFontAsset_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextSettings_get_matchMaterialPreset_m4675979547AE4C83E680260EAE5ACBC4FAC53B87_inline (TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_MatchMaterialPreset_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
int32_t L_1 = ___1_b;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_3 = ___0_a;
|
|
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 float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) > ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
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 Profiler_ValidateArguments_m631DF788CA8A7DF599A5871AF4D7FA8B9C3B52CC_inline (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
String_t* L_0 = ___0_name;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31D159E683556C06B3B3963D92483B6867EB3233)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Profiler_ValidateArguments_m631DF788CA8A7DF599A5871AF4D7FA8B9C3B52CC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_r;
|
|
__this->___r_0 = L_0;
|
|
float L_1 = ___1_g;
|
|
__this->___g_1 = L_1;
|
|
float L_2 = ___2_b;
|
|
__this->___b_2 = L_2;
|
|
float L_3 = ___3_a;
|
|
__this->___a_3 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
{
|
|
float L_0 = ___0_value;
|
|
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 = ___0_value;
|
|
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 = ___0_value;
|
|
V_1 = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|