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
/
ProjectData
Project
Data
@
Serializable
class
ProjectData
(
var
meta
:
ProjectMeta
,
val
scenes
:
MutableList
<
SceneData
>
=
mutableListOf()
,
val
materials
:
MutableList
<
GameEntityData
>
=
mutableListOf()
)
Members
Members & Extensions
Constructors
Project
Data
Link copied to clipboard
constructor
(
meta
:
ProjectMeta
,
scenes
:
MutableList
<
SceneData
>
=
mutableListOf()
,
materials
:
MutableList
<
GameEntityData
>
=
mutableListOf()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
materials
Link copied to clipboard
val
materials
:
MutableList
<
GameEntityData
>
meta
Link copied to clipboard
var
meta
:
ProjectMeta
scenes
Link copied to clipboard
val
scenes
:
MutableList
<
SceneData
>
Functions
all
Entities
Link copied to clipboard
fun
ProjectData
.
allEntities
(
)
:
List
<
GameEntityData
>
check
Consistency
Link copied to clipboard
fun
ProjectData
.
checkConsistency
(
)