Keyframe

struct in UnityEngine

매뉴얼로 전환

설명

A single keyframe that can be injected into an animation curve.

변수

inTangentDescribes the tangent when approaching this point from the previous point in the curve.
outTangentDescribes the tangent when leaving this point towards the next point in the curve.
tangentModeTangentMode is deprecated. Use AnimationUtility.SetKeyLeftTangentMode or AnimationUtility.SetKeyRightTangentMode instead.
timeThe time of the keyframe.
valueThe value of the curve at keyframe.

생성자

KeyframeCreate a keyframe.