Version: 5.6

AnimationUtility.GetKeyRightTangentMode

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

파라미터

curve Curve to query.
index Keyframe index.

반환

TangentMode Tangent mode at specified index.

설명

Retrieve the right 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.GetKeyLeftTangentMode, AnimationUtility.GetKeyBroken.