TiledMap
class TiledMap(val backgroundColor: Color?, val orientation: TiledMap.Orientation, val renderOrder: TiledMap.RenderOrder, val staggerAxis: TiledMap.StaggerAxis?, val staggerIndex: TiledMap.StaggerIndex?, val layers: List<TiledLayer>, val width: Int, val height: Int, val properties: Map<String, TiledMap.Property>, val tileWidth: Int, val tileHeight: Int, val tileSets: List<TiledTileset>, textures: MutableList<Texture>) : TileMap, Disposable
Author
Colton Daily
Constructors
Link copied to clipboard
fun TiledMap(backgroundColor: Color?, orientation: TiledMap.Orientation, renderOrder: TiledMap.RenderOrder, staggerAxis: TiledMap.StaggerAxis?, staggerIndex: TiledMap.StaggerIndex?, layers: List<TiledLayer>, width: Int, height: Int, properties: Map<String, TiledMap.Property>, tileWidth: Int, tileHeight: Int, tileSets: List<TiledTileset>, textures: MutableList<Texture>)
Types
Link copied to clipboard
data class Grid(val cellWidth: Int, val cellHeight: Int, val orientation: TiledMap.Orientation = Orientation.ORTHOGONAL)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard