Ending condition which emulates the default one for the ABPath.
ABPath
p
Has the ending condition been fulfilled.
GraphNode
node
The current node.
uint
H
Heuristic score. See Pathfinding.PathNode.H
G
Cost to reach this node. See Pathfinding.PathNode.G
This is per default the same as asking if node == p.endNode
Path which this ending condition is used on.
Same as path but downcasted to ABPath