enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseTangent constraints on Keyframe.
TangentMode is used by the Curve Editor 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. |