mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
修复Chart节点下不能放自定义节点的问题
This commit is contained in:
@@ -158,8 +158,8 @@ namespace XCharts.Runtime
|
||||
/// </summary>
|
||||
public void RebuildChartObject()
|
||||
{
|
||||
ChartHelper.DestroyAllChildren(transform);
|
||||
SetAllComponentDirty();
|
||||
ChartHelper.DestoryGameObjectByMatch(transform, m_ChildNodeNames);
|
||||
//SetAllComponentDirty();
|
||||
}
|
||||
|
||||
public bool ScreenPointToChartPoint(Vector2 screenPoint, out Vector2 chartPoint)
|
||||
|
||||
Reference in New Issue
Block a user