Package | Description |
---|---|
com.badlogic.gdx.maps.tiled | |
com.badlogic.gdx.maps.tiled.objects | |
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 |
---|---|
protected void |
BaseTmxMapLoader.addTileObjectGroup(TiledMapTile tile,
XmlReader.Element tileElement) |
protected void |
BaseTmxMapLoader.addTileProperties(TiledMapTile tile,
XmlReader.Element tileElement) |
protected AnimatedTiledMapTile |
BaseTmxMapLoader.createAnimatedTile(TiledMapTileSet tileSet,
TiledMapTile tile,
XmlReader.Element tileElement,
int firstgid) |
protected void |
BaseTmxMapLoader.loadObject(TiledMap map,
TiledMapTile tile,
XmlReader.Element element) |
void |
TiledMapTileSet.putTile(int id,
TiledMapTile tile)
Adds or replaces tile with that id
|
TiledMapTileLayer.Cell |
TiledMapTileLayer.Cell.setTile(TiledMapTile tile)
Sets the tile to be used for this cell.
|
Modifier and Type | Method and Description |
---|---|
TiledMapTile |
TiledMapTileMapObject.getTile() |
Modifier and Type | Method and Description |
---|---|
void |
TiledMapTileMapObject.setTile(TiledMapTile tile) |
Constructor and Description |
---|
TiledMapTileMapObject(TiledMapTile tile,
boolean flipHorizontally,
boolean flipVertically) |
Modifier and Type | Class and Description |
---|---|
class |
AnimatedTiledMapTile |
class |
StaticTiledMapTile |
Modifier and Type | Method and Description |
---|---|
TiledMapTile |
AnimatedTiledMapTile.getCurrentFrame() |