add debug info

This commit is contained in:
monitor1394
2022-04-10 22:27:27 +08:00
parent 24be6df68e
commit 56d0b7ffb4
6 changed files with 195 additions and 3 deletions

View File

@@ -1190,6 +1190,7 @@ namespace XCharts
public float runtimeWidth { get; internal set; }
public float runtimeHeight { get; internal set; }
public Rect runtimeRect { get; internal set; }
public int runtimeVertCount { get; internal set; }
public List<SerieData> runtimeSortedData { get { return m_SortedData; } }
public List<SerieData> rootData { get { return m_RootData; } }
public bool nameDirty { get { return m_NameDirty; } }