[bug]fix TextMeshPro compile error

This commit is contained in:
monitor1394
2022-06-20 13:05:44 +08:00
parent df0a87c935
commit b11e8fcb3a

View File

@@ -149,7 +149,7 @@ namespace XCharts.Runtime
/// the text alignment of TextMeshPro.
/// |TextMeshPro字体对齐方式。
/// </summary>
public TextAlignmentOptions tmpFontStyle
public TextAlignmentOptions tmpAlignment
{
get { return m_TMPAlignment; }
set { if (PropertyUtil.SetStruct(ref m_TMPAlignment, value)) SetComponentDirty(); }