littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
ScaleKey
Scale
Key
open
class
ScaleKey
(
time
:
Float
,
val
scale
:
Vec3f
)
:
AnimationKey
<
ScaleKey
>
Constructors
Functions
Properties
Inheritors
Constructors
Scale
Key
Link copied to clipboard
fun
ScaleKey
(
time
:
Float
,
scale
:
Vec3f
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
time
:
Float
,
next
:
ScaleKey
?
,
node
:
AnimationNode
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
interpolation
Link copied to clipboard
var
interpolation
:
AnimationKey.Interpolation
scale
Link copied to clipboard
val
scale
:
Vec3f
time
Link copied to clipboard
val
time
:
Float
Inheritors
CubicScaleKey
Link copied to clipboard