toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.atlas
/
AtlasPacker
/
Entry
Entry
data
class
Entry
<
T
>
(
val
item
:
T
,
val
originalSlice
:
BmpSlice
,
val
slice
:
BmpSlice32
,
val
rectWithBorder
:
Rectangle
,
val
rect
:
Rectangle
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
item
:
T
,
originalSlice
:
BmpSlice
,
slice
:
BmpSlice32
,
rectWithBorder
:
Rectangle
,
rect
:
Rectangle
)
Properties
item
Link copied to clipboard
val
item
:
T
original
Slice
Link copied to clipboard
val
originalSlice
:
BmpSlice
rect
Link copied to clipboard
val
rect
:
Rectangle
rect
With
Border
Link copied to clipboard
val
rectWithBorder
:
Rectangle
slice
Link copied to clipboard
val
slice
:
BmpSlice32