Uses of Class
com.badlogic.gdx.maps.tiled.TiledMapTileLayer.Cell
-
Packages that use TiledMapTileLayer.Cell Package Description com.badlogic.gdx.maps.tiled -
-
Uses of TiledMapTileLayer.Cell in com.badlogic.gdx.maps.tiled
Methods in com.badlogic.gdx.maps.tiled that return TiledMapTileLayer.Cell Modifier and Type Method Description protected TiledMapTileLayer.CellBaseTmxMapLoader. createTileLayerCell(boolean flipHorizontally, boolean flipVertically, boolean flipDiagonally)TiledMapTileLayer.CellTiledMapTileLayer. getCell(int x, int y)TiledMapTileLayer.CellTiledMapTileLayer.Cell. setFlipHorizontally(boolean flipHorizontally)Sets whether to flip the tile horizontally.TiledMapTileLayer.CellTiledMapTileLayer.Cell. setFlipVertically(boolean flipVertically)Sets whether to flip the tile vertically.TiledMapTileLayer.CellTiledMapTileLayer.Cell. setRotation(int rotation)Sets the rotation of this cell, in 90 degree increments.TiledMapTileLayer.CellTiledMapTileLayer.Cell. setTile(TiledMapTile tile)Sets the tile to be used for this cell.Methods in com.badlogic.gdx.maps.tiled with parameters of type TiledMapTileLayer.Cell Modifier and Type Method Description voidTiledMapTileLayer. setCell(int x, int y, TiledMapTileLayer.Cell cell)Sets theTiledMapTileLayer.Cellat the given coordinates.
-