Function Path.OnVisitNode
OnVisitNode
(uint pathNode, uint hScore, uint gScore)
Called for every node that the path visits.
Public
void OnVisitNode (
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.