littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.tiled
/
TiledTileset
/
Tile
/
Tile
Tile
fun
Tile
(
slice
:
TextureSlice
,
id
:
Int
,
width
:
Int
,
height
:
Int
,
offsetX
:
Int
,
offsetY
:
Int
,
frames
:
List
<
TiledTileset.AnimatedTile
>
,
properties
:
Map
<
String
,
TiledMap.Property
>
)