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

파라미터

curve Curve to query.
index Keyframe index.

반환

bool Broken flag at specified index.

설명

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.