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

パラメーター

curveCurve to query.
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.