littlekt
0.6.0
common
core
/
com.lehaine.littlekt.util.packer
/
SimpleBin
/
SimpleBin
Simple
Bin
fun
SimpleBin
(
width
:
Int
,
height
:
Int
,
freeRects
:
List
<
BinRect
>
=
listOf()
,
rects
:
List
<
BinRect
>
=
listOf()
,
options
:
PackingOptions
=
PackingOptions()
,
data
:
Map
<
String
,
Any
>
=
mapOf()
)