toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.animate
/
moveInPathWithSpeed
move
In
Path
With
Speed
fun
Animator
.
moveInPathWithSpeed
(
view
:
View
,
path
:
VectorPath
,
includeLastPoint
:
Boolean
=
true
,
speed
:
(
)
->
Number
=
{ this.defaultSpeed }
,
easing
:
Easing
=
this.defaultEasing
)
fun
Animator
.
moveInPathWithSpeed
(
view
:
View
,
points
:
PointList
,
speed
:
(
)
->
Number
=
{ this.defaultSpeed }
,
easing
:
Easing
=
this.defaultEasing
)