Version: 2022.3
언어: 한국어

AnimationUtility.GetKeyLeftTangentMode

매뉴얼로 전환
public static AnimationUtility.TangentMode GetKeyLeftTangentMode (AnimationCurve curve, int index);

파라미터

curve Curve to query.
index Keyframe index.

반환

TangentMode Returns the tangent mode.

설명

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.