The cost of getting from the start node to this node.
The cost of getting from this node to the end node.
The parent node.
Whether or not this node can be walked on.
The X coordinate of this node.
The Y coordinate of this node.
The combined gCost
and hCost
.
Generated using TypeDoc
A pathfinder node for the A* pathfinding algorithm.