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

Parámetros

curveCurve to query.
indexKeyframe index.

Valor de retorno

bool Broken flag at specified index.

Descripción

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.