Tangent constraints on Keyframe.
The Curve Editor uses the TangentMode to calculate Keyframe.inTangent and Keyframe.outTangent.
See Also: AnimationUtility.SetKeyRightTangentMode, AnimationUtility.SetKeyLeftTangentMode, AnimationUtility.SetKeyBroken.
Free | The tangent can be freely set by dragging the tangent handle. |
Auto | The tangents are automatically set to make the curve go smoothly through the key. |
Linear | The tangent points towards the neighboring key. |
Constant | The curve retains a constant value between two keys. |
ClampedAuto | The tangents are automatically set to make the curve go smoothly through the key. |