Version: 2017.4
public static AnimationUtility.TangentMode GetKeyLeftTangentMode (AnimationCurve curve, int index);

パラメーター

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

戻り値

TangentMode Tangent mode at specified index.

説明

Retrieve the left tangent mode of the keyframe at specified index.

The keyframe tangent mode is used by the Curve Editor to generate tangents automatically.

See Also: AnimationUtility.GetKeyRightTangentMode, AnimationUtility.GetKeyBroken.