orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-panel
/
org.openrndr.panel.elements
/
bind
bind
fun
ColorpickerButton
.
bind
(
property
:
KMutableProperty0
<
ColorRGBa
>
)
(
source
)
fun
<
E
:
Enum
<
E
>
>
DropdownButton
.
bind
(
property
:
KMutableProperty0
<
E
>
,
map
:
Map
<
E
,
String
>
)
(
source
)
fun
Slider
.
bind
(
property
:
KMutableProperty0
<
Double
>
)
(
source
)
@
JvmName
(
name
=
"bindInt"
)
fun
Slider
.
bind
(
property
:
KMutableProperty0
<
Int
>
)
(
source
)
fun
SlidersVector2
.
bind
(
property
:
KMutableProperty0
<
Vector2
>
)
(
source
)
fun
SlidersVector3
.
bind
(
property
:
KMutableProperty0
<
Vector3
>
)
(
source
)
fun
SlidersVector4
.
bind
(
property
:
KMutableProperty0
<
Vector4
>
)
(
source
)
fun
TextElement
.
bind
(
property
:
KMutableProperty0
<
String
>
)
(
source
)
fun
Textfield
.
bind
(
property
:
KMutableProperty0
<
String
>
)
(
source
)
fun
Toggle
.
bind
(
property
:
KMutableProperty0
<
Boolean
>
)
(
source
)
fun
XYPad
.
bind
(
property
:
KMutableProperty0
<
Vector2
>
)
(
source
)