Class Node
java.lang.Object
Node
Store information about cells cost for A* pathfinding algorithm.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
position
-
parentPosition
-
gCost
public int gCost -
hCost
public int hCost
-
-
Constructor Details
-
Node
Basic constructor to set field.
-