ExtrapolationType Enumeration
Extrapolation type.

Namespace: Aspose.ThreeD.Animation
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum ExtrapolationType
Members
  Member nameValueDescription
Constant0 Value will keep the same value of the last value
Gradient1 Value will keep the same slope by time
Cycle2 The repetition.
CycleRelative3 Repeat the previous pattern based on the last value
Oscillate4 The mirror repetition.
See Also