littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.ldtk
/
LDtkEnum
LDtk
Enum
data
class
LDtkEnum
(
val
name
:
String
,
val
values
:
Map
<
String
,
LDtkEnumValue
>
)
Author
Colton Daily
Constructors
Functions
Properties
Constructors
LDtk
Enum
Link copied to clipboard
fun
LDtkEnum
(
name
:
String
,
values
:
Map
<
String
,
LDtkEnumValue
>
)
Functions
get
Link copied to clipboard
operator
fun
get
(
value
:
String
?
)
:
LDtkEnumValue
?
Properties
name
Link copied to clipboard
val
name
:
String
values
Link copied to clipboard
val
values
:
Map
<
String
,
LDtkEnumValue
>