A* Pathfinding Project
3.7.4
The A* Pathfinding Project for Unity 3D
|
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... | |