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) |
Modifier and Type | Method and Description |
---|---|
void |
TiledMapTileLayer.setCell(int x,
int y,
TiledMapTileLayer.Cell cell)
Sets the
TiledMapTileLayer.Cell at the given coordinates. |