public static bool GetKeyBroken (AnimationCurve curve, int index);

Parameters

curveCurve to query.
indexKeyframe index.

Returns

bool Broken flag at specified index.

Description

Retrieves the broken tangent flag for a specfic keyframe.

The Curve Editor uses the keyframe broken flag to automatically generate tangents.

See Also: AnimationUtility.GetKeyLeftTangentMode, AnimationUtility.GetKeyRightTangentMode.