Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Keyframe

Description

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

Variables

inTangentDescribes the tangent when approaching this point from the previous point in the curve.
outTangentDescribes the tangent when leaving this point towards the next point in the curve.
timeThe time of the keyframe.
valueThe value of the curve at keyframe.

Constructors

KeyframeCreate a keyframe.