CachedSceneComponents

class CachedSceneComponents<T : Any>(val scene: EditorScene, val componentClass: KClass<T>)

Constructors

Link copied to clipboard
constructor(scene: EditorScene, componentClass: KClass<T>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): List<T>