Version: 2022.3
言語: 日本語
public static bool GetKeyBroken (AnimationCurve curve, int index);

パラメーター

curve Curve to query.
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.