toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
ImageLayer
Image
Layer
open
class
ImageLayer
(
var
index
:
Int
,
val
name
:
String
?
,
val
type
:
ImageLayer.Type
=
Type.NORMAL
)
Inheritors
AseLayer
Members
Constructors
Image
Layer
Link copied to clipboard
constructor
(
index
:
Int
,
name
:
String
?
,
type
:
ImageLayer.Type
=
Type.NORMAL
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
ImageLayer.Type
>
Properties
index
Link copied to clipboard
var
index
:
Int
name
Link copied to clipboard
val
name
:
String
?
type
Link copied to clipboard
val
type
:
ImageLayer.Type