littlekt
0.6.0
tools
/
com.lehaine.littlekt.tools.texturepacker
/
ImageAlias
Image
Alias
data
class
ImageAlias
(
val
rect
:
ImageRectData
,
var
name
:
String
=
""
,
var
index
:
Int
=
0
)
Constructors
Properties
Constructors
Image
Alias
Link copied to clipboard
fun
ImageAlias
(
rect
:
ImageRectData
,
name
:
String
=
""
,
index
:
Int
=
0
)
Properties
index
Link copied to clipboard
var
index
:
Int
=
0
name
Link copied to clipboard
var
name
:
String
rect
Link copied to clipboard
val
rect
:
ImageRectData