toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util
/
RedirectMutableField
Redirect
Mutable
Field
class
RedirectMutableField
<
V
>
(
val
redirect
:
KMutableProperty0
<
V
>
)
Members
Constructors
Redirect
Mutable
Field
Link copied to clipboard
constructor
(
redirect
:
KMutableProperty0
<
V
>
)
Properties
redirect
Link copied to clipboard
val
redirect
:
KMutableProperty0
<
V
>
Functions
get
Value
Link copied to clipboard
inline operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
V
set
Value
Link copied to clipboard
inline operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
V
)