Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AnimationSamplerInterpolation

Interpolation algorithm

Index

Enumeration members

Enumeration members

CUBICSPLINE

CUBICSPLINE: = "CUBICSPLINE"

The animation's interpolation is computed using a cubic spline with specified tangents

LINEAR

LINEAR: = "LINEAR"

The animated values are linearly interpolated between keyframes

STEP

STEP: = "STEP"

The animated values remain constant to the output of the first keyframe, until the next keyframe

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method