toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.atlas
/
AtlasPacker
/
Result
Result
data
class
Result
<
T
>
(
val
atlases
:
List
<
AtlasPacker.AtlasResult
<
T
>
>
)
:
AtlasLookup
Members
Constructors
Result
Link copied to clipboard
constructor
(
atlases
:
List
<
AtlasPacker.AtlasResult
<
T
>
>
)
Properties
atlases
Link copied to clipboard
val
atlases
:
List
<
AtlasPacker.AtlasResult
<
T
>
>
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
?