GetKeyLeftTangentMode(AnimationCurve, int)
Retrieves the left tangent mode of the keyframe at a specific index.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static AnimationUtility.TangentMode GetKeyLeftTangentMode(AnimationCurve curve, int index)
Parameters
Returns
Type | Description |
|---|---|
| TangentMode | Returns the tangent mode. |
Remarks
The Curve Editor uses the keyframe tangent mode to automatically generate tangents.
Additional Resources: AnimationUtility.GetKeyRightTangentMode, AnimationUtility.GetKeyBroken.