Package | Description |
---|---|
com.b3dgs.lionengine.game.pathfinding | |
com.b3dgs.lionengine.game.pathfinding.map |
Modifier and Type | Field and Description |
---|---|
protected MapTilePath<?,? extends TilePath<?>> |
PathfindableModel.map
Map reference.
|
Constructor and Description |
---|
PathfindableModel(MapTilePath<?,? extends TilePath<?>> map,
Localizable user,
Integer id)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapTilePath<C extends Enum<C>,T extends TilePath<C>>
Describe a tile based map which supports pathfinding.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.