mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-27 03:10:11 +00:00
[bug]fix TextMeshPro compile error
This commit is contained in:
@@ -149,7 +149,7 @@ namespace XCharts.Runtime
|
|||||||
/// the text alignment of TextMeshPro.
|
/// the text alignment of TextMeshPro.
|
||||||
/// |TextMeshPro字体对齐方式。
|
/// |TextMeshPro字体对齐方式。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TextAlignmentOptions tmpFontStyle
|
public TextAlignmentOptions tmpAlignment
|
||||||
{
|
{
|
||||||
get { return m_TMPAlignment; }
|
get { return m_TMPAlignment; }
|
||||||
set { if (PropertyUtil.SetStruct(ref m_TMPAlignment, value)) SetComponentDirty(); }
|
set { if (PropertyUtil.SetStruct(ref m_TMPAlignment, value)) SetComponentDirty(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user