Function PointGraph.GetNearest
        
                GetNearest
        
                (Vector3 position, NearestNodeConstraint constraint)
    
            
            Nearest node to a position using the specified NearestNodeConstraint.
                Public
            
        
        
                GetNearest
        
                (Vector3 position, refNearestNodeConstraint constraint)
    
            
            Nearest node to a position using the specified NearestNodeConstraint.
                Public
            
        
        
                GetNearest
        
                (Vector3 position, NNConstraint constraint)
    
            
            Returns the nearest node to a position using the specified NNConstraint.
                Public