Version: 2017.3

AnimationUtility.GetKeyLeftTangentMode

Switch to Manual
public static AnimationUtility.TangentMode GetKeyLeftTangentMode (AnimationCurve curve, int index);

Parameters

curve Curve to query.
index Keyframe index.

Returns

TangentMode Tangent mode at specified index.

Description

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.