A* Pathfinding Project
4.1.7
The A* Pathfinding Project for Unity 3D
|
Collection of the most used path types. More...
Classes | |
class | ABPath |
Basic path, finds the shortest path from A to B. More... | |
class | ConstantPath |
Finds all nodes within a specified distance from the start. More... | |
class | FleePath |
Returns a path heading away from a specified point to avoid. More... | |
class | FloodPath |
Floods the area completely for easy computation of any path to a single point. More... | |
class | FloodPathTracer |
Traces a path created with the Pathfinding.FloodPath. More... | |
class | MultiTargetPath |
A path which searches from one point to a number of different targets in one search or from a number of different start points to a single target. More... | |
class | RandomPath |
Finds a path in a random direction from the start node. More... | |
class | XPath |
Extended Path. More... | |
Collection of the most used path types.