toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.atlas
/
MutableAtlas
/
add
add
fun
add
(
bmp
:
Bitmap32
,
data
:
T
,
name
:
String
?
=
"Slice"
)
:
MutableAtlas.Entry
<
T
>
fun
add
(
bmp
:
BmpSlice
,
data
:
T
,
name
:
String
?
=
bmp.name
)
:
MutableAtlas.Entry
<
T
>