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
/
GameEntityDataHierarchy
Game
Entity
Data
Hierarchy
class
GameEntityDataHierarchy
(
val
entityData
:
GameEntityData
,
val
children
:
List
<
GameEntityDataHierarchy
>
)
Members
Constructors
Game
Entity
Data
Hierarchy
Link copied to clipboard
constructor
(
entityData
:
GameEntityData
,
children
:
List
<
GameEntityDataHierarchy
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
children
Link copied to clipboard
val
children
:
List
<
GameEntityDataHierarchy
>
entity
Data
Link copied to clipboard
val
entityData
:
GameEntityData
Functions
flatten
Link copied to clipboard
fun
flatten
(
)
:
List
<
GameEntityData
>