Version: 2017.3

Keyframe

struct in UnityEngine

切换到手册

描述

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

变量

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关键帧处的曲线值。

构造函数

Keyframe创建关键帧。