Procedural Hexagon Grid Framework
|
Class for a* pathfinding. More...
Public Member Functions | |
Pathfinder () | |
Initialize the Pathfinder. | |
List< Vector3 > | FindPath (Unit unit, Vector3 start, Vector3 end) |
Finds the optimal path from one point to another. | |
Public Attributes | |
List< SearchNode > | openList |
List< SearchNode > | closedList |
Class for a* pathfinding.