mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
处理issue#7
This commit is contained in:
@@ -8,7 +8,7 @@ namespace XCharts
|
|||||||
{
|
{
|
||||||
[SerializeField] private Line m_Line = Line.defaultLine;
|
[SerializeField] private Line m_Line = Line.defaultLine;
|
||||||
|
|
||||||
public Line line { get { return line; } }
|
public Line line { get { return m_Line; } }
|
||||||
|
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
protected override void Reset()
|
protected override void Reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user