ComponentDelegate

class ComponentDelegate<T : Variable>(factory: (GlslGenerator) -> T)

Author

Colton Daily

Constructors

Link copied to clipboard
fun <T : Variable> ComponentDelegate(factory: (GlslGenerator) -> T)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Variable, property: KProperty<*>): T
Link copied to clipboard
operator fun provideDelegate(thisRef: Variable, property: KProperty<*>): ComponentDelegate<T>
Link copied to clipboard
operator fun setValue(thisRef: Variable, property: KProperty<*>, value: T)