littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap
/
TileLayer
/
render
render
fun
render
(
batch
:
Batch
,
camera
:
Camera
,
x
:
Float
,
y
:
Float
,
scale
:
Float
=
1.0f
)
abstract
fun
render
(
batch
:
Batch
,
viewBounds
:
Rect
,
x
:
Float
=
0.0f
,
y
:
Float
=
0.0f
,
scale
:
Float
=
1.0f
)