Version: 2022.3
LanguageEnglish
  • C#

Keyframe

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

Properties

inTangentSets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key.
inWeightSets the incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key.
outTangentSets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key.
outWeightSets the outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key.
timeThe time of the keyframe.
valueThe value of the curve at keyframe.
weightedModeWeighted mode for the keyframe.

Constructors

KeyframeCreate a keyframe.