可以注入到动画曲线中的单个关键帧。
| inTangent | Describes the tangent when approaching this point from the previous point in the curve. | 
| outTangent | Describes the tangent when leaving this point towards the next point in the curve. | 
| tangentMode | TangentMode 已弃用。改为使用 AnimationUtility.SetKeyLeftTangentMode 或 AnimationUtility.SetKeyRightTangentMode。 | 
| time | 关键帧的时间。 | 
| value | 关键帧处的曲线值。 | 
| Keyframe | 创建关键帧。 |