| Class | Description |
|---|---|
| AStarGridFinder<T extends NavigationGridGraphNode> |
A helper class to which lets you find a path based on coordinates rather than nodes on
NavigationGridGraph's. |
| GridFinderOptions |
The options for the pathfinding behavior on a
NavigationGridGraph. |
| JumpPointFinder<T extends NavigationGridGraphNode> |
Optimization over A*.
|
| ThetaStarGridFinder<T extends NavigationGridGraphNode> |
A helper class to which lets you find a path based on coordinates rather than nodes on
NavigationGridGraph's. |