LDtkTileInfo

data class LDtkTileInfo(val tilesetUid: Int, val x: Int, val y: Int, val w: Int, val h: Int)

Constructors

Link copied to clipboard
fun LDtkTileInfo(tilesetUid: Int, x: Int, y: Int, w: Int, h: Int)

Properties

Link copied to clipboard
val h: Int
Link copied to clipboard
Link copied to clipboard
val w: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int