Companion

object Companion

Properties

Link copied to clipboard
const val EMPTY: Int

Functions

Link copied to clipboard
operator fun invoke(vararg layers: IntArray2, width: Int = layers.first().width, height: Int = layers.first().height, empty: Int = EMPTY, startX: Int = 0, startY: Int = 0): StackedIntArray2