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-timer
/
org.openrndr.extra.timer
Package-level
declarations
Functions
Functions
repeat
Link copied to clipboard
fun
Program
.
repeat
(
intervalInSeconds
:
Double
,
count
:
Int
?
=
null
,
initialDelayInSeconds
:
Double
=
0.0
,
action
:
(
)
->
Unit
)
time
Out
Link copied to clipboard
fun
Program
.
timeOut
(
delayInSeconds
:
Double
,
action
:
(
)
->
Unit
)