This version of Unity is unsupported.

AnimationUtility.GetKeyLeftTangentMode

Declaration

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

Parameters

curve Curve to query.
index Keyframe index.

Returns

TangentMode Returns the tangent mode.

Description

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

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

See Also: AnimationUtility.GetKeyRightTangentMode, AnimationUtility.GetKeyBroken.