public interface PathFinder
Modifier and Type | Method and Description |
---|---|
Path |
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.
|
Path findPath(Pathfindable mover, int dtx, int dty, boolean ignoreRef)
mover
- The entity that will be moving along the path.dtx
- The x coordinate of the destination location.dty
- The y coordinate of the destination location.ignoreRef
- The ignore map array reference checking (true
to ignore references).Copyright © 2016 Byron 3D Games Studio. All rights reserved.