mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
完善关系图初始化
This commit is contained in:
@@ -367,6 +367,15 @@ namespace XCharts.Runtime
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsAllNodeInZeroPosition()
|
||||
{
|
||||
foreach (var node in nodes)
|
||||
{
|
||||
if (node.position != Vector3.zero) return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user