littlekt
0.6.0
common
core
/
com.lehaine.littlekt.util.packer
/
BinRect
/
BinRect
Bin
Rect
fun
BinRect
(
x
:
Int
=
0
,
y
:
Int
=
0
,
width
:
Int
=
0
,
height
:
Int
=
0
,
isRotated
:
Boolean
=
false
,
allowRotation
:
Boolean
?
=
null
,
data
:
Map
<
String
,
Any
>
=
mapOf()
,
tag
:
String
?
=
null
)