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