Version: 2022.3
언어: 한국어
public static bool GetKeyBroken (AnimationCurve curve, int index);

파라미터

curve Curve to query.
index Keyframe index.

반환

bool Broken flag at specified index.

설명

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.