littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
SquareAnimator
Square
Animator
class
SquareAnimator
<
V
,
out
T
:
InterpolatedValue
<
V
>
>
(
value
:
T
)
:
Animator
<
V
,
T
>
Constructors
Functions
Properties
Constructors
Square
Animator
Link copied to clipboard
fun
<
out
T
:
InterpolatedValue
<
V
>
>
SquareAnimator
(
value
:
T
)
Functions
tick
Link copied to clipboard
open
fun
tick
(
dt
:
Duration
)
:
V
Properties
duration
Link copied to clipboard
var
duration
:
Float
progress
Link copied to clipboard
var
progress
:
Float
repeating
Link copied to clipboard
var
repeating
:
Int
speed
Link copied to clipboard
var
speed
:
Float
value
Link copied to clipboard
val
value
:
T