Package | Description |
---|---|
com.b3dgs.lionengine.game.pathfinding |
Modifier and Type | Method and Description |
---|---|
Path |
PathFinder.findPath(Pathfindable mover,
int sx,
int sy,
int dx,
int dy,
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 © 2014 Byron 3D Games Studio. All rights reserved.