littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
WeightKey
Weight
Key
open
class
WeightKey
(
time
:
Float
,
val
weights
:
FloatArray
)
:
AnimationKey
<
WeightKey
>
Constructors
Functions
Properties
Inheritors
Constructors
Weight
Key
Link copied to clipboard
fun
WeightKey
(
time
:
Float
,
weights
:
FloatArray
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
time
:
Float
,
next
:
WeightKey
?
,
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
weights
Link copied to clipboard
val
weights
:
FloatArray
Inheritors
CubicWeightKey
Link copied to clipboard