Companion

object Companion

Functions

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