Beispiel #1
0
    // Check for new links inside the cluster
    public bool CheckNewLinks(bool canCreateNew = true)
    {
        List <Node> cluster = NavigationGraph.GetCluster(position);

        return(CheckNewLinks(cluster, canCreateNew));
    }