littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.delegate
/
FunctionVoidDelegate
Function
Void
Delegate
class
FunctionVoidDelegate
(
func
:
Void
,
body
:
(
)
->
Unit
)
Author
Colton Daily
Constructors
Functions
Constructors
Function
Void
Delegate
Link copied to clipboard
fun
FunctionVoidDelegate
(
func
:
Void
,
body
:
(
)
->
Unit
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
GlslGenerator
,
property
:
KProperty
<
*
>
)
:
(
)
->
Unit
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
GlslGenerator
,
property
:
KProperty
<
*
>
)
:
FunctionVoidDelegate