A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
Graph Types

Collection of the most used graph types. More...

+ Collaboration diagram for Graph Types:

Classes

struct  RecastGraph.ExtraMesh
 
class  GridGraph
 Generates a grid of nodes. More...
 
struct  RecastGraph.Int2
 
class  LayerGridGraph
 Grid Graph, supports layered worlds. More...
 
class  NavMeshGraph
 Generates graphs based on navmeshes. More...
 
class  PointGraph
 Basic point graph. More...
 
class  RecastGraph
 Automatically generates navmesh graphs based on world geometry. More...
 
struct  RecastGraph.SceneMesh
 
class  GridGraph.TextureData
 Used for using a texture as a source for a grid graph. More...
 

Detailed Description

Collection of the most used graph types.