INTERPOLATION top-level property

Map<String, int?> INTERPOLATION
getter/setter pair

Implementation

var INTERPOLATION = {
  "CUBICSPLINE":
      null, // We use a custom interpolant (GLTFCubicSplineInterpolation) for CUBICSPLINE tracks. Each
  // keyframe track will be initialized with a default interpolation type, then modified.
  "LINEAR": InterpolateLinear,
  "STEP": InterpolateDiscrete
};