KeyInterpolationMode
Describes the interpolation method between two keys.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
496 | Constant | 0 | The segment starting at this key will constantly evaluate to the value set at this key. | |
496 | Linear | 1 | The segment starting at this key will evaluate using a linear interpolation at this key and the value at the next key. | |
496 | Cubic | 2 | The segment starting at this key will evaluate using cubic interpolation of this key value using its right tangent and the next key value and its left tangent. |
Description
Describes the interpolation method for a FloatCurve or RotationCurve segment between the key for which this mode is set and the next key in the curve.