Keyframe

struct in UnityEngine

Switch to Manual

Description

可以注入到动画曲线中的单个关键帧。

Variables

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 已弃用。改为使用 AnimationUtility.SetKeyLeftTangentMode 或 AnimationUtility.SetKeyRightTangentMode。
time关键帧的时间。
value关键帧处的曲线值。

Constructors

Keyframe创建关键帧。