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.api
/
SceneNodes
/
MeshKey
Mesh
Key
data
class
MeshKey
(
val
shapes
:
List
<
ShapeData
>
,
val
material
:
EntityId
,
val
drawGroupId
:
Int
,
val
exclusiveEntity
:
EntityId
=
EntityId.NULL
)
Members
Constructors
Mesh
Key
Link copied to clipboard
constructor
(
shapes
:
List
<
ShapeData
>
,
material
:
EntityId
,
drawGroupId
:
Int
,
exclusiveEntity
:
EntityId
=
EntityId.NULL
)
Properties
draw
Group
Id
Link copied to clipboard
val
drawGroupId
:
Int
exclusive
Entity
Link copied to clipboard
val
exclusiveEntity
:
EntityId
material
Link copied to clipboard
val
material
:
EntityId
shapes
Link copied to clipboard
val
shapes
:
List
<
ShapeData
>