toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.tiles
/
TileSet
/
Companion
/
invoke
invoke
operator
fun
invoke
(
tiles
:
List
<
TileSetTileInfo
>
,
width
:
Int
=
tiles.first().slice.width
,
height
:
Int
=
tiles.first().slice.height
)
:
TileSet
operator
fun
invoke
(
vararg
tiles
:
TileSetTileInfo
,
width
:
Int
=
tiles.first().slice.width
,
height
:
Int
=
tiles.first().slice.height
)
:
TileSet
operator
fun
invoke
(
base
:
BmpSlice
,
tileWidth
:
Int
=
base.width
,
tileHeight
:
Int
=
base.height
,
columns
:
Int
=
-1
,
totalTiles
:
Int
=
-1
)
:
TileSet