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
/
CachedSceneComponents
Cached
Scene
Components
class
CachedSceneComponents
<
T
:
Any
>
(
val
scene
:
EditorScene
,
val
componentClass
:
KClass
<
T
>
)
Members
Constructors
Cached
Scene
Components
Link copied to clipboard
constructor
(
scene
:
EditorScene
,
componentClass
:
KClass
<
T
>
)
Properties
component
Class
Link copied to clipboard
val
componentClass
:
KClass
<
T
>
is
Outdated
Link copied to clipboard
val
isOutdated
:
Boolean
scene
Link copied to clipboard
val
scene
:
EditorScene
Functions
get
Components
Link copied to clipboard
fun
getComponents
(
)
:
List
<
T
>
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
List
<
T
>