DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
gui
/
com.peco2282.devcore.gui
/
GuiContext
/
GuiState
Gui
State
inner
class
GuiState
<
T
>
(
initial
:
T
)
Delegate class for GUI states.
Members
Constructors
Gui
State
Link copied to clipboard
constructor
(
initial
:
T
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
newValue
:
T
)