kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
MapAttribute
Map
Attribute
@
Serializable
data
class
MapAttribute
(
val
mapPath
:
String
,
val
channels
:
String
?
=
null
,
val
format
:
TexFormat
?
=
null
)
:
MaterialAttribute
Members
Constructors
Map
Attribute
Link copied to clipboard
constructor
(
mapPath
:
String
,
channels
:
String
?
=
null
,
format
:
TexFormat
?
=
null
)
Properties
channels
Link copied to clipboard
val
channels
:
String
?
=
null
format
Link copied to clipboard
val
format
:
TexFormat
?
=
null
map
Name
Link copied to clipboard
val
mapName
:
String
map
Path
Link copied to clipboard
val
mapPath
:
String
single
Channel
Index
Link copied to clipboard
val
singleChannelIndex
:
Int
Functions
matches
Cfg
Link copied to clipboard
open
override
fun
matchesCfg
(
cfg
:
ColorBlockConfig
)
:
Boolean
open
override
fun
matchesCfg
(
cfg
:
PropertyBlockConfig
)
:
Boolean