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-olive
/
org.openrndr.extra.olive
/
Once
Once
class
Once
<
T
:
Any
>
(
val
build
:
(
)
->
T
)
(
source
)
Delegate used to create instances exactly once. Instances survive a script reload.
Members
Constructors
Once
Link copied to clipboard
constructor
(
build
:
(
)
->
T
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
build
Link copied to clipboard
val
build
:
(
)
->
T
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T