A* Pathfinding Project
3.6
The A* Pathfinding Project for Unity 3D
|
Classes | |
class | GridGraph |
Generates a grid of nodes. More... | |
class | GridGraph.TextureData |
Used for using a texture as a source for a grid graph. More... | |
Namespaces | |
package | Pathfinding |
Macros | |
#define | ASTAR_GRID_CUSTOM_CONNECTIONS |
Typedefs | |
using | Math = System.Math |
Enumerations | |
enum | NumNeighbours { Four, Eight } |
#define ASTAR_GRID_CUSTOM_CONNECTIONS |
using Math = System.Math |