A* Pathfinding Project
3.6
The A* Pathfinding Project for Unity 3D
|
Classes | |
class | GraphNode |
class | MeshNode |
class | Node |
Namespaces | |
package | Pathfinding |
package | Pathfinding.Nodes |
Macros | |
#define | ASTAR_CONSTANT_PENALTY |
Functions | |
delegate void | GraphNodeDelegate (GraphNode node) |
delegate bool | GraphNodeDelegateCancelable (GraphNode node) |
#define ASTAR_CONSTANT_PENALTY |