CachedProjectComponents

class CachedProjectComponents<T : Any>(val project: EditorProject, val componentClass: KClass<T>)

Constructors

Link copied to clipboard
constructor(project: EditorProject, 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>