toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.atlas
/
AtlasPacker
/
AtlasResult
Atlas
Result
data
class
AtlasResult
<
T
>
(
val
tex
:
Bitmap32
,
val
atlas
:
Atlas
,
val
packedItems
:
List
<
AtlasPacker.Entry
<
T
>
>
)
:
AtlasLookup
Members
Constructors
Atlas
Result
Link copied to clipboard
constructor
(
tex
:
Bitmap32
,
atlas
:
Atlas
,
packedItems
:
List
<
AtlasPacker.Entry
<
T
>
>
)
Properties
atlas
Link copied to clipboard
val
atlas
:
Atlas
atlas
Info
Link copied to clipboard
val
atlasInfo
:
AtlasInfo
packed
Items
Link copied to clipboard
val
packedItems
:
List
<
AtlasPacker.Entry
<
T
>
>
packed
Items
By
Item
Link copied to clipboard
val
packedItemsByItem
:
Map
<
T
,
AtlasPacker.Entry
<
T
>
>
tex
Link copied to clipboard
val
tex
:
Bitmap32
Functions
get
Link copied to clipboard
open
operator
fun
get
(
name
:
String
)
:
BmpSlice
try
Get
Link copied to clipboard
open
fun
tryGet
(
name
:
String
)
:
BmpSlice
?
try
Get
Entry
By
Key
Link copied to clipboard
fun
tryGetEntryByKey
(
key
:
T
)
:
AtlasPacker.Entry
<
T
>
?
try
Get
Entry
By
Name
Link copied to clipboard
open
override
fun
tryGetEntryByName
(
name
:
String
)
:
Atlas.Entry
?