littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.delegate
/
FunctionReturnDelegate
Function
Return
Delegate
class
FunctionReturnDelegate
<
T
:
Variable
>
(
v
:
T
,
inlineValue
:
String
?
=
null
)
Author
Colton Daily
Constructors
Functions
Properties
Constructors
Function
Return
Delegate
Link copied to clipboard
fun
<
T
:
Variable
>
FunctionReturnDelegate
(
v
:
T
,
inlineValue
:
String
?
=
null
)
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
<
*
>
)
:
FunctionReturnDelegate
<
T
>
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)
Properties
lit
Link copied to clipboard
val
lit
:
T