This commit is contained in:
monitor1394
2022-03-26 17:11:12 +08:00
parent 09f7557e1f
commit edd6d940b6
12 changed files with 142 additions and 48 deletions

View File

@@ -12,8 +12,8 @@ namespace XCharts.Runtime
private SVGPath m_Path;
public string svgPath { get { return m_SVGPath; } }
public bool mirrorY { get { return m_MirrorY; } }
public string svgPath { set { m_SVGPath = value; } get { return m_SVGPath; } }
public bool mirrorY { set { m_MirrorY = value; } get { return m_MirrorY; } }
protected override void Awake()
{