TileMapData

data class TileMapData(var data: IntArray2, var tileSet: TileSet? = null, val maskData: Int = 268435455, val maskFlipX: Int = 1 shl 31, val maskFlipY: Int = 1 shl 30, val maskRotate: Int = 1 shl 29)

Constructors

Link copied to clipboard
constructor(data: IntArray2, tileSet: TileSet? = null, maskData: Int = 268435455, maskFlipX: Int = 1 shl 31, maskFlipY: Int = 1 shl 30, maskRotate: Int = 1 shl 29)

Properties

Link copied to clipboard
Link copied to clipboard
val maskData: Int = 268435455
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun TileMapData.renderTo(out: Bitmap32, x: Int, y: Int)