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.components
/
GameEntityComponent
/
ComponentDependency
Component
Dependency
data
class
ComponentDependency
(
val
type
:
KClass
<
*
>
,
val
isOptional
:
Boolean
)
Members
Constructors
Component
Dependency
Link copied to clipboard
constructor
(
type
:
KClass
<
*
>
,
isOptional
:
Boolean
)
Properties
is
Optional
Link copied to clipboard
val
isOptional
:
Boolean
type
Link copied to clipboard
val
type
:
KClass
<
*
>