Function PointGraph.ConnectNodesAsync
        
                ConnectNodesAsync
        
                (PointNode[] nodes, int nodeCount, PointKDTree lookupTree, float maxDistance, Vector3 limits, PointGraph graph)
    
            
            Calculates connections for all nodes in the graph.
                Private
                    Static
            
        IEnumerable<float> ConnectNodesAsync (
nodes  |         ||
int  |     nodeCount  |         |
lookupTree  |         ||
float  |     maxDistance  |         |
limits  |         ||
graph  |         
Calculates connections for all nodes in the graph.
This is an IEnumerable, you can iterate through it using e.g foreach to get progress information.