Version: 2017.3

AnimationUtility.GetKeyLeftTangentMode

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

Parámetros

curve Curve to query.
index Keyframe index.

Valor de retorno

TangentMode Tangent mode at specified index.

Descripción

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.