toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.tween
/
V2
/
V2
V2
constructor
(
key
:
KMutableProperty0
<
V
>
,
initial
:
V
,
end
:
V
,
interpolator
:
(
Ratio
,
V
,
V
)
->
V
,
includeStart
:
Boolean
,
startTime
:
TimeSpan
=
0.nanoseconds
,
duration
:
TimeSpan
=
TimeSpan.NIL
,
initialization
:
(
)
->
Unit
?
=
null
)