Enum ExtrapolationType
ExtrapolationType enumeration
Extrapolation type.
public enum ExtrapolationType
Values
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
- namespace Aspose.ThreeD.Animation
- assembly Aspose.3D