orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-property-watchers
/
org.openrndr.extra.propertywatchers
/
PropertyWatcherDelegate
Property
Watcher
Delegate
class
PropertyWatcherDelegate
<
V
,
R
>
(
property
:
KProperty0
<
V
>
,
valueChangedEvent
:
Event
<
R
>
?
=
null
,
cleaner
:
(
R
)
->
Unit
?
=
null
,
val
function
:
(
V
)
->
R
)
(
source
)
Property watcher delegate
Since
0.4.3
See also
watching
Property
Members
Constructors
Property
Watcher
Delegate
Link copied to clipboard
constructor
(
property
:
KProperty0
<
V
>
,
valueChangedEvent
:
Event
<
R
>
?
=
null
,
cleaner
:
(
R
)
->
Unit
?
=
null
,
function
:
(
V
)
->
R
)
Properties
function
Link copied to clipboard
val
function
:
(
V
)
->
R
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
any
:
Any
?
,
property
:
KProperty
<
*
>
)
:
R