littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.delegate
/
VaryingConstructorDelegate
Varying
Constructor
Delegate
class
VaryingConstructorDelegate
<
T
:
Variable
>
(
v
:
T
,
precision
:
Precision
)
Constructors
Functions
Constructors
Varying
Constructor
Delegate
Link copied to clipboard
fun
<
T
:
Variable
>
VaryingConstructorDelegate
(
v
:
T
,
precision
:
Precision
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
VaryingConstructorDelegate
<
T
>