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