Procedural Hexagon Grid Framework
 All Classes Namespaces Functions
PHG.Pathfinder Class Reference

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< SearchNodeopenList
 
List< SearchNodeclosedList
 

Detailed Description

Class for a* pathfinding.


The documentation for this class was generated from the following file: