AnimationUtility.GetKeyRightTangentMode

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

Parameters

curveCurve to query.
indexKeyframe index.

Returns

TangentMode Returns the tangent mode.

Description

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.