Package | Description |
---|---|
com.b3dgs.lionengine.game.feature.tile.map.pathfinding |
A-Star algorithm implementation, allowing to search a path on a
MapTilePath . |
Modifier and Type | Method and Description |
---|---|
static PathData |
PathfindableConfig.importPathData(Xml node)
Create a path data from its node.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,PathData> |
PathfindableConfig.imports(Configurer configurer)
Import the pathfindable data from node.
|
Modifier and Type | Method and Description |
---|---|
static Xml |
PathfindableConfig.exportPathData(PathData data)
Create a path data from its node.
|
Modifier and Type | Method and Description |
---|---|
static Xml |
PathfindableConfig.exports(Map<String,PathData> pathData)
Export the pathfindable data to node.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.