Skip to main content

Keyframe

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

Members

Properties

NameDescription
Keyframe.inTangentSets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key.
Keyframe.inWeightSets the incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key.
Keyframe.outTangentSets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key.
Keyframe.outWeightSets the outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key.
Keyframe.timeThe time of the keyframe.
In a 2D graph you could think of this as the x-value.
Keyframe.weightedModeWeighted mode for the keyframe.

Constructor

NameDescription
[Keyframe( time, value)](./Keyframe Constructor.md)Create a keyframe.