littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.ldtk
/
LDtkIntGridLayer
/
ValueInfo
Value
Info
data
class
ValueInfo
(
val
identifier
:
String
?
,
val
color
:
String
)
Constructors
Properties
Constructors
Value
Info
Link copied to clipboard
fun
ValueInfo
(
identifier
:
String
?
,
color
:
String
)
Properties
color
Link copied to clipboard
val
color
:
String
identifier
Link copied to clipboard
val
identifier
:
String
?