This version of Unity is unsupported.

AnimationUtility.SetKeyBroken

public static void SetKeyBroken(AnimationCurve curve, int index, bool broken);

Parameters

curveThe curve to modify.
indexKeyframe index.
brokenBroken flag.

Description

Change the specified keyframe broken tangent flag.

The keyframe broken flag will be used by the Curve Editor to generate tangents automatically. Changing the broken flag here will also recalculate Keyframe.inTangent and Keyframe.outTangent.

See Also: AnimationUtility.SetKeyLeftTangentMode, AnimationUtility.SetKeyRightTangentMode.