Package-level declarations

Types

Link copied to clipboard
inline class TileInfo(val data: Int)
Link copied to clipboard
class TileMap(var stackedIntMap: IStackedIntArray2 = StackedIntArray2(1, 1, 0), tileset: TileSet = TileSet.EMPTY, var smoothing: Boolean = true, var tileSize: SizeInt = tileset.tileSize) : View
Link copied to clipboard

Functions

Link copied to clipboard
inline fun Container.tileMap(map: IStackedIntArray2, tileset: TileSet, repeatX: TileMapRepeat = TileMapRepeat.NONE, repeatY: TileMapRepeat = repeatX, smoothing: Boolean = true, tileSize: SizeInt = tileset.tileSize, callback: TileMap.() -> Unit = {}): TileMap
inline fun Container.tileMap(map: IntArray2, tileset: TileSet, repeatX: TileMapRepeat = TileMapRepeat.NONE, repeatY: TileMapRepeat = repeatX, smoothing: Boolean = true, tileSize: SizeInt = tileset.tileSize, callback: TileMap.() -> Unit = {}): TileMap