openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-utils
/
org.openrndr.collections
/
CachedProperty
Cached
Property
class
CachedProperty
<
out
T
>
(
val
loader
:
(
)
->
T
)
:
ReadOnlyProperty
<
Any
,
T
>
(
source
)
Members
Constructors
Cached
Property
Link copied to clipboard
constructor
(
loader
:
(
)
->
T
)
Properties
loader
Link copied to clipboard
val
loader
:
(
)
->
T
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
)
:
T
invalidate
Link copied to clipboard
fun
invalidate
(
)