FunctionVoidDelegate

class FunctionVoidDelegate(func: Void, body: () -> Unit)

Author

Colton Daily

Constructors

Link copied to clipboard
fun FunctionVoidDelegate(func: Void, body: () -> Unit)

Functions

Link copied to clipboard
operator fun getValue(thisRef: GlslGenerator, property: KProperty<*>): () -> Unit
Link copied to clipboard
operator fun provideDelegate(thisRef: GlslGenerator, property: KProperty<*>): FunctionVoidDelegate