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
/
GenericMaterialSettings
Generic
Material
Settings
@
Serializable
data
class
GenericMaterialSettings
(
val
isTwoSided
:
Boolean
=
false
,
val
isCastingShadow
:
Boolean
=
true
)
Members
Constructors
Generic
Material
Settings
Link copied to clipboard
constructor
(
isTwoSided
:
Boolean
=
false
,
isCastingShadow
:
Boolean
=
true
)
Properties
is
Casting
Shadow
Link copied to clipboard
val
isCastingShadow
:
Boolean
=
true
is
Two
Sided
Link copied to clipboard
val
isTwoSided
:
Boolean
=
false
Functions
matches
Pipeline
Config
Link copied to clipboard
fun
matchesPipelineConfig
(
cfg
:
PipelineConfig
)
:
Boolean