Version: 2017.4
public static void SetKeyBroken (AnimationCurve curve, int index, bool broken);

パラメーター

curve変更するカーブ
indexキーフレームのインデックス
broken壊れたフラグ

説明

指定したキーフレームの壊れた接線フラグを変更します。

キーフレームの broken のフラグは、自動的に接線を生成するためにカーブエディターで使用されます。 ここで broken のフラグを変更すると、Keyframe.inTangentKeyframe.outTangent も再計算されます。

See Also: AnimationUtility.SetKeyLeftTangentMode, AnimationUtility.SetKeyRightTangentMode.