Version: 2022.3
言語: 日本語
public static AnimationUtility.TangentMode GetKeyRightTangentMode (AnimationCurve curve, int index);

パラメーター

curve Curve to query.
index キーフレームのインデックス

戻り値

TangentMode Returns the tangent mode.

説明

Retrieves the right tangent mode of the keyframe at a specific index.

The Curve Editor uses the keyframe tangent mode to automatically generate tangents.

See Also: AnimationUtility.GetKeyLeftTangentMode, AnimationUtility.GetKeyBroken.