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
Base.cs File Reference

Classes

class  GraphCollision
 Handles collision checking for graphs. More...
 
class  NavGraph
 Base class for all graphs. More...
 

Namespaces

package  Pathfinding
 

Enumerations

enum  ColliderType { Sphere, Capsule, Ray }
 Determines collision check shape. More...
 
enum  RayDirection { Up, Down, Both }
 Determines collision check ray direction. More...