littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
Animator
Animator
abstract
class
Animator
<
V
,
out
T
:
InterpolatedValue
<
V
>
>
(
val
value
:
T
)
Source from kool engine.
Types
Constructors
Functions
Properties
Inheritors
Constructors
Animator
Link copied to clipboard
fun
<
out
T
:
InterpolatedValue
<
V
>
>
Animator
(
value
:
T
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
tick
Link copied to clipboard
open
fun
tick
(
dt
:
Duration
)
:
V
Properties
duration
Link copied to clipboard
var
duration
:
Float
=
1.0f
progress
Link copied to clipboard
var
progress
:
Float
=
0.0f
repeating
Link copied to clipboard
var
repeating
:
Int
speed
Link copied to clipboard
var
speed
:
Float
=
1.0f
value
Link copied to clipboard
val
value
:
T
Inheritors
LinearAnimator
Link copied to clipboard
SquareAnimator
Link copied to clipboard
InverseSquareAnimator
Link copied to clipboard
CosAnimator
Link copied to clipboard