littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
slice
slice
fun
Pixmap
.
slice
(
sliceWidth
:
Int
,
sliceHeight
:
Int
)
:
Array
<
Array
<
PixmapSlice
>
>
fun
Texture
.
slice
(
)
:
TextureSlice
fun
Texture
.
slice
(
sliceWidth
:
Int
,
sliceHeight
:
Int
)
:
Array
<
Array
<
TextureSlice
>
>