AnimationCurve keyframe value

AnimationCurveKeyframe

2024.3.15

yisky

Constructors

Properties

easing: EasingMethod = EasingMethod.LINEAR

The easing method for the keyframe

AnimationCurveKeyframe

inTangent: number = 0.0

The incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key.

AnimationCurveKeyframe

inWeight: number = 0.0

The incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key.

AnimationCurveKeyframe

outTangent: number = 0.0

The outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key.

AnimationCurveKeyframe

outWeight: number = 0.0

The outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key.

AnimationCurveKeyframe

time: number = 0.0

The time of the keyframe

AnimationCurveKeyframe

value: number = 0.0

The value of the curve at keyframe

AnimationCurveKeyframe

weightedMode: WeightedMode = WeightedMode.None

Weighted mode for the keyframe.

AnimationCurveKeyframe