toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
StackedIntArray2
/
Companion
/
invoke
invoke
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