Package | Description |
---|---|
com.badlogic.gdx.maps.tiled |
Modifier and Type | Method and Description |
---|---|
protected TiledMapTileLayer.Cell |
BaseTmxMapLoader.createTileLayerCell(boolean flipHorizontally,
boolean flipVertically,
boolean flipDiagonally) |
TiledMapTileLayer.Cell |
TiledMapTileLayer.getCell(int x,
int y) |
TiledMapTileLayer.Cell |
TiledMapTileLayer.Cell.setFlipHorizontally(boolean flipHorizontally)
Sets whether to flip the tile horizontally.
|
TiledMapTileLayer.Cell |
TiledMapTileLayer.Cell.setFlipVertically(boolean flipVertically)
Sets whether to flip the tile vertically.
|
TiledMapTileLayer.Cell |
TiledMapTileLayer.Cell.setRotation(int rotation)
Sets the rotation of this cell, in 90 degree increments.
|
TiledMapTileLayer.Cell |
TiledMapTileLayer.Cell.setTile(TiledMapTile tile)
Sets the tile to be used for this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
TiledMapTileLayer.setCell(int x,
int y,
TiledMapTileLayer.Cell cell)
Sets the
TiledMapTileLayer.Cell at the given coordinates. |