Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • 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

inTangent Describes the tangent when approaching this point from the previous point in the curve.
outTangent Describes the tangent when leaving this point towards the next point in the curve.
time The time of the keyframe.
value The value of the curve at keyframe.

Constructors

Keyframe Create a keyframe.