mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
3.0
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user