littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.delegate
/
BuiltinVarDelegate
Builtin
Var
Delegate
class
BuiltinVarDelegate
Author
Colton Daily
Constructors
Functions
Constructors
Builtin
Var
Delegate
Link copied to clipboard
fun
BuiltinVarDelegate
(
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
GlslGenerator
,
property
:
KProperty
<
*
>
)
:
Vec4
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
GlslGenerator
,
property
:
KProperty
<
*
>
)
:
BuiltinVarDelegate
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
GlslGenerator
,
property
:
KProperty
<
*
>
,
value
:
Vec4
)