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
/
ModelComponentData
Model
Component
Data
@
Serializable
data
class
ModelComponentData
(
val
modelPath
:
String
,
val
sceneIndex
:
Int
=
0
,
val
animationIndex
:
Int
=
-1
)
:
ComponentData
Deprecated
Replaced by MeshComponentData with ShapeData.Model
Members
Constructors
Model
Component
Data
Link copied to clipboard
constructor
(
modelPath
:
String
,
sceneIndex
:
Int
=
0
,
animationIndex
:
Int
=
-1
)
Properties
animation
Index
Link copied to clipboard
val
animationIndex
:
Int
model
Path
Link copied to clipboard
val
modelPath
:
String
scene
Index
Link copied to clipboard
val
sceneIndex
:
Int
=
0