Modifier and Type | Method and Description |
---|---|
Interpolation |
KeyFrame.getInterpolation()
Gets the key's interpolation type, list.data[index] defines the algorithm how the sampled value is calculated.
|
static Interpolation |
Interpolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interpolation[] |
Interpolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Curve.add(double time,
float value,
Interpolation interpolation)
Create a new key frame with specified value
|
void |
KeyFrame.setInterpolation(Interpolation value)
Sets the key's interpolation type, list.data[index] defines the algorithm how the sampled value is calculated.
|
Copyright © 2018. All rights reserved.