A* Pathfinding Project
4.1.19
The A* Pathfinding Project for Unity 3D
|
Classes | |
class | GraphCollision |
Handles collision checking for graphs. More... | |
interface | IGraphInternals |
Exposes internal methods for graphs. More... | |
class | NavGraph |
Base class for all graphs. More... | |
Namespaces | |
namespace | Pathfinding |
Enumerations | |
enum | ColliderType { Sphere, Capsule, Ray } |
Determines collision check shape. More... | |
enum | RayDirection { Up, Down, Both } |
Determines collision check ray direction. More... | |