From b11e8fcb3ae02e99ff13292f001711bc0ee6a618 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Mon, 20 Jun 2022 13:05:44 +0800 Subject: [PATCH] [bug]fix TextMeshPro compile error --- Runtime/Component/Child/TextStyle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Component/Child/TextStyle.cs b/Runtime/Component/Child/TextStyle.cs index d8c4179a..3c0ffbec 100644 --- a/Runtime/Component/Child/TextStyle.cs +++ b/Runtime/Component/Child/TextStyle.cs @@ -149,7 +149,7 @@ namespace XCharts.Runtime /// the text alignment of TextMeshPro. /// |TextMeshPro字体对齐方式。 /// - public TextAlignmentOptions tmpFontStyle + public TextAlignmentOptions tmpAlignment { get { return m_TMPAlignment; } set { if (PropertyUtil.SetStruct(ref m_TMPAlignment, value)) SetComponentDirty(); }