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 |
---|---|
Node |
Node.getParent()
Get node parent reference.
|
Modifier and Type | Method and Description |
---|---|
int |
Node.compareTo(Node other) |
int |
Node.setParent(Node parent)
Set the node parent.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.