Function LinkGraph.GetNearest
        
                GetNearest
        
                (Vector3 position, NNConstraint constraint, float maxDistanceSqr)
    
            
            It's not possible to query for the nearest node in a link graph.
                Public
            
        
        
                GetNearest
        
                (Vector3 position, NNConstraint constraint=null)
    
            
            Returns the nearest node to a position using the specified NNConstraint.
                Public