TiledTilesLayer
class TiledTilesLayer(val type: String, val name: String, val id: Int, val visible: Boolean, val width: Int, val height: Int, val offsetX: Float, val offsetY: Float, val tileWidth: Int, val tileHeight: Int, val tintColor: Color?, val opacity: Float, val properties: Map<String, TiledMap.Property>, staggerIndex: TiledMap.StaggerIndex?, staggerAxis: TiledMap.StaggerAxis?, orientation: TiledMap.Orientation, tileData: IntArray, tiles: Map<Int, TiledTileset.Tile>) : TiledLayer
Author
Colton Daily
Constructors
Link copied to clipboard
fun TiledTilesLayer(type: String, name: String, id: Int, visible: Boolean, width: Int, height: Int, offsetX: Float, offsetY: Float, tileWidth: Int, tileHeight: Int, tintColor: Color?, opacity: Float, properties: Map<String, TiledMap.Property>, staggerIndex: TiledMap.StaggerIndex?, staggerAxis: TiledMap.StaggerAxis?, orientation: TiledMap.Orientation, tileData: IntArray, tiles: Map<Int, TiledTileset.Tile>)
Types
Functions
Link copied to clipboard
Link copied to clipboard