Package | Description |
---|---|
com.b3dgs.lionengine.game.pathfinding |
A-Star algorithm implementation, allowing to search a path on a
MapTilePath . |
Class and Description |
---|
CoordTile
Represents a coordinate in tile.
|
Heuristic
Heuristic interface.
|
MapTilePath
Represents the pathfinding feature of a map tile.
|
MovementTile
Represents the possible movement from a tile.
|
Node
Node in the path.
|
Path
A path determined by some path finding algorithm.
|
PathCategory
Represents a pathfinding category, with its group list.
|
PathData
Represents the data associated to a path.
|
Pathfindable
Describe an object which can move on a
MapTilePath by using A-Star algorithm. |
PathfindableListener
Pathfindable events listener.
|
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.
|
TilePath
Tile representation with the following data:
objects ID : current objects ID located over the tile
blocking : flag to know if tile can block path
This allows to know easily which objects are on tile. |
Copyright © 2016 Byron 3D Games Studio. All rights reserved.