Package | Description |
---|---|
com.b3dgs.lionengine.game.pathfinding |
A-Star algorithm implementation, allowing to search a path on a
MapTilePath . |
Modifier and Type | Method and Description |
---|---|
Path |
PathFinder.findPath(Pathfindable mover,
int dtx,
int dty,
boolean ignoreRef)
Find a path from the starting location provided to the destination location avoiding blockages and attempting to
honor costs provided by the tile map.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.