AnimationUtility.GetKeyLeftTangentMode

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答