Package | Description |
---|---|
com.badlogic.gdx.maps.tiled | |
com.badlogic.gdx.maps.tiled.tiles |
Modifier and Type | Method and Description |
---|---|
TiledMapTile |
TiledMapTileLayer.Cell.getTile() |
TiledMapTile |
TiledMapTileSet.getTile(int id)
Gets the
TiledMapTile that has the given id. |
TiledMapTile |
TiledMapTileSets.getTile(int id) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TiledMapTile> |
TiledMapTileSet.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
TiledMapTileSet.putTile(int id,
TiledMapTile tile)
Adds or replaces tile with that id
|
void |
TiledMapTileLayer.Cell.setTile(TiledMapTile tile)
Sets the tile to be used for this cell.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedTiledMapTile |
class |
StaticTiledMapTile |