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
/
GameEntityData
Game
Entity
Data
@
Serializable
data
class
GameEntityData
(
val
id
:
EntityId
,
var
parentId
:
EntityId
,
var
settings
:
GameEntitySettings
,
var
order
:
Int
=
0
)
Members
Constructors
Game
Entity
Data
Link copied to clipboard
constructor
(
id
:
EntityId
,
parentId
:
EntityId
,
settings
:
GameEntitySettings
,
order
:
Int
=
0
)
Properties
components
Link copied to clipboard
val
components
:
MutableList
<
ComponentInfo
<
*
>
>
id
Link copied to clipboard
val
id
:
EntityId
order
Link copied to clipboard
var
order
:
Int
parent
Id
Link copied to clipboard
var
parentId
:
EntityId
settings
Link copied to clipboard
var
settings
:
GameEntitySettings