littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
InterpolatedValue
Interpolated
Value
abstract
class
InterpolatedValue
<
T
>
(
initial
:
T
)
Constructors
Functions
Properties
Inheritors
Constructors
Interpolated
Value
Link copied to clipboard
fun
<
T
>
InterpolatedValue
(
initial
:
T
)
Functions
interpolate
Link copied to clipboard
open
fun
interpolate
(
progress
:
Float
)
Properties
on
Update
Link copied to clipboard
var
onUpdate
:
(
T
)
->
Unit
?
=
null
value
Link copied to clipboard
var
value
:
T
Inheritors
InterpolatedFloat
Link copied to clipboard
InterpolatedColor
Link copied to clipboard