TangentMode
enumeration
Description 描述
Tangent 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.
Properties 属性
| 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. |