Function NavGraph.GetNearest
        
                GetNearest
        
                (Vector3 position, NNConstraint constraint, float maxDistanceSqr)
    
            
            Nearest node to a position using the specified NNConstraint.
                Public
            
        
        
                GetNearest
        
                (Vector3 position, NNConstraint constraint=null)
    
            
            Returns the nearest node to a position using the specified NNConstraint.
                Public