Function EuclideanEmbeddingSearchPath.OnVisitNode
        
                OnVisitNode
        
                (refSearchContext ctx, uint pathNode, uint hScore, uint gScore)
    
            
            Called for every node that the path visits.
                Public
            
        void OnVisitNode (
ctx  |         ||
uint  |     pathNode  |         |
uint  |     hScore  |         |
uint  |     gScore  |         
Called for every node that the path visits.
This is used by path types to check if the target node has been reached, to log debug data, etc.