littlekt
0.6.0
common
core
/
com.lehaine.littlekt.util.viewport
/
Viewport
/
Viewport
Viewport
fun
Viewport
(
x
:
Int
=
0
,
y
:
Int
=
0
,
width
:
Int
=
0
,
height
:
Int
=
0
,
camera
:
Camera
=
OrthographicCamera()
)