This version of Unity is unsupported.

AnimationUtility.GetKeyRightTangentMode

Declaration

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

Parameters

curve Curve to query.
index Keyframe 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.