| Slash.AI.Pathfinding Namespace |
[Missing <summary> documentation for "N:Slash.AI.Pathfinding"]
| Class | Description | |
|---|---|---|
| AStar |
Implemenation of the A* algorithm for calculating the most efficient path
between two specified pathfinding nodes.
| |
| AStarNode |
Default implementation of an A* node.
|
| Interface | Description | |
|---|---|---|
| IAStarNode |
Node used for the A* pathfinding algorithm.
|