Classes
Class | Description | |
---|---|---|
![]() | AStarSearch |
Algorithm for the graph path finding
View code on GitHub |
![]() | Graph |
Basis for path finding with A-Star, usually used via LevelGraph for 2D maps.
View code on GitHub |
![]() | Graph InvalidNodeId | |
![]() | GraphSearch |
Base class for path finding, currently only AStarSearch is supported and used.
View code on GitHub |
![]() | LevelGraph |
2D path finding graph for levels using columns (x) and rows (y) for indexing.
View code on GitHub |
![]() | LinkToGraphNode |
Structures
Structure | Description | |
---|---|---|
![]() | GraphNode | |
![]() | ReturnedPath |