ExtrapolationType Enumeration |
Extrapolation type.
Namespace: Aspose.ThreeD.AnimationAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ExtrapolationType
Public Enumeration ExtrapolationType
public enum class ExtrapolationType
Members
| Member name | Value | Description |
---|
| Constant | 0 |
Value will keep the same value of the last value
|
| Gradient | 1 |
Value will keep the same slope by time
|
| Cycle | 2 |
The repetition.
|
| CycleRelative | 3 |
Repeat the previous pattern based on the last value
|
| Oscillate | 4 |
The mirror repetition.
|
See Also