littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
AnimationKey
Animation
Key
abstract
class
AnimationKey
<
T
:
AnimationKey
<
T
>
>
(
val
time
:
Float
)
Types
Constructors
Functions
Properties
Inheritors
Constructors
Animation
Key
Link copied to clipboard
fun
AnimationKey
(
time
:
Float
)
Types
Interpolation
Link copied to clipboard
enum
Interpolation
:
Enum
<
AnimationKey.Interpolation
>
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
time
:
Float
,
next
:
T
?
,
node
:
AnimationNode
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
interpolation
Link copied to clipboard
var
interpolation
:
AnimationKey.Interpolation
time
Link copied to clipboard
val
time
:
Float
Inheritors
RotationKey
Link copied to clipboard
TranslationKey
Link copied to clipboard
ScaleKey
Link copied to clipboard
WeightKey
Link copied to clipboard