toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.time
Package-level
declarations
Types
Functions
Properties
Types
Timer
Components
Link copied to clipboard
class
TimerComponents
(
val
view
:
View
)
Timer
Ref
Link copied to clipboard
inline
class
TimerRef
(
val
index
:
Int
)
Properties
timers
Link copied to clipboard
val
View
.
timers
:
TimerComponents
Functions
delay
Link copied to clipboard
suspend
fun
View
.
delay
(
time
:
TimeSpan
)
delay
Frame
Link copied to clipboard
suspend
fun
View
.
delayFrame
(
)
interpolate
Link copied to clipboard
fun
Ratio
.
interpolate
(
a
:
TimeSpan
,
b
:
TimeSpan
)
:
TimeSpan
interval
Link copied to clipboard
fun
View
.
interval
(
time
:
TimeSpan
,
callback
:
(
)
->
Unit
)
:
Closeable
interval
And
Now
Link copied to clipboard
fun
View
.
intervalAndNow
(
time
:
TimeSpan
,
callback
:
(
)
->
Unit
)
:
Closeable
timeout
Link copied to clipboard
fun
View
.
timeout
(
time
:
TimeSpan
,
callback
:
(
)
->
Unit
)
:
Closeable