Keyframe

struct in UnityEngine

Switch to Manual

Description

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

Variables

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.