A* Pathfinding Project  3.8.2
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
GridGenerator.cs File Reference

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
 

Typedefs

using Math = System.Math
 

Enumerations

enum  NumNeighbours { Four, Eight, Six }
 Number of neighbours for a single grid node. More...
 

Typedef Documentation

using Math = System.Math