slice

fun Pixmap.slice(sliceWidth: Int, sliceHeight: Int): Array<Array<PixmapSlice>>
fun Texture.slice(sliceWidth: Int, sliceHeight: Int): Array<Array<TextureSlice>>