优化SerieLabel引起的性能问题

This commit is contained in:
monitor1394
2019-11-04 13:09:06 +08:00
parent cc2948dae3
commit cd4e990a47
6 changed files with 118 additions and 11 deletions

View File

@@ -65,6 +65,10 @@ namespace XCharts
private XChartsMgr() { }
private void Awake()
{
SerieLabelPool.ClearAll();
}
public string changeLog { get; private set; }
public string newVersion { get { return m_NewVersion; } }