Interface | Description |
---|---|
Heuristic |
Heuristic interface.
|
Pathfindable |
Describe an object which can move on a tile path based map.
|
PathFinder |
A description of an implementation that can find a path from one location on a tile map to another based on
information provided by that tile map.
|
Class | Description |
---|---|
Path |
A path determined by some path finding algorithm.
|
PathfindableModel |
Pathfindable implementation.
|