littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.ldtk
/
LDtkTileInfo
LDtk
Tile
Info
data
class
LDtkTileInfo
(
val
tilesetUid
:
Int
,
val
x
:
Int
,
val
y
:
Int
,
val
w
:
Int
,
val
h
:
Int
)
Constructors
Properties
Constructors
LDtk
Tile
Info
Link copied to clipboard
fun
LDtkTileInfo
(
tilesetUid
:
Int
,
x
:
Int
,
y
:
Int
,
w
:
Int
,
h
:
Int
)
Properties
h
Link copied to clipboard
val
h
:
Int
tileset
Uid
Link copied to clipboard
val
tilesetUid
:
Int
w
Link copied to clipboard
val
w
:
Int
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int