littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.ldtk
/
LDtkAutoLayer
/
AutoTile
Auto
Tile
data
class
AutoTile
(
val
tileId
:
Int
,
val
flips
:
Int
,
val
renderX
:
Int
,
val
renderY
:
Int
)
Constructors
Properties
Constructors
Auto
Tile
Link copied to clipboard
fun
AutoTile
(
tileId
:
Int
,
flips
:
Int
,
renderX
:
Int
,
renderY
:
Int
)
Properties
flips
Link copied to clipboard
val
flips
:
Int
render
X
Link copied to clipboard
val
renderX
:
Int
render
Y
Link copied to clipboard
val
renderY
:
Int
tile
Id
Link copied to clipboard
val
tileId
:
Int