mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
3.0 - inspector
This commit is contained in:
@@ -143,12 +143,12 @@ namespace XCharts.Runtime
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 移除所有图表子节点,会自动重新初始化。
|
||||
/// 移除并重新初始化所有组件。
|
||||
/// </summary>
|
||||
public void RemoveChartObject()
|
||||
public void ReinitAllChartComponent()
|
||||
{
|
||||
ChartHelper.DestroyAllChildren(transform);
|
||||
//SetAllComponentDirty();
|
||||
SetAllComponentDirty();
|
||||
}
|
||||
|
||||
public bool ScreenPointToChartPoint(Vector2 screenPoint, out Vector2 chartPoint)
|
||||
|
||||
Reference in New Issue
Block a user