Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationUtility.GetKeyBroken

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

Parameters

curve Curve to query.
index Keyframe index.

Returns

bool Broken flag at specified index.

Description

Retrieve the specified keyframe broken tangent flag.

The keyframe broken flag is used by the Curve Editor to generate tangents automatically.

See Also: AnimationUtility.GetKeyLeftTangentMode, AnimationUtility.GetKeyRightTangentMode.