StepMode Enumeration
Interpolation step mode.

Namespace: Aspose.ThreeD.Animation
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum StepMode
Members
  Member nameValueDescription
PreviousValue0 Curve value of a segment always uses the value from previous key frame
NextValue1 Curve value of a segment always uses the value from the next key frame
See Also