增加Remove All Chart Object移除图表下的所有子节点

This commit is contained in:
monitor1394
2020-09-18 22:24:51 +08:00
parent 166a94012d
commit 9117a198a1
5 changed files with 14 additions and 1 deletions

View File

@@ -116,6 +116,10 @@ namespace XCharts
private void CheckWarning()
{
if (GUILayout.Button("Remove All Chart Object"))
{
m_Target.RemoveChartObject();
}
if (GUILayout.Button("Check XCharts Update "))
{
CheckVersionEditor.ShowWindow();