step_mode property
step_mode property
Gets or sets the key’s step mode.
If the interpolation type is Interpolation.CONSTANT
, list.data[index] decides which key-frame’s value will be used during interpolation.
A StepMode.PREVIOUS_VALUE
means the left key-frame’s value will be used
A StepMode.NEXT_VALUE
means the next right key-frame’s value will be used
Definition:
@property
def step_mode(self):
...
@step_mode.setter
def step_mode(self, value):
...
See Also
- module
aspose.threed.animation
- class
KeyFrame
- class
StepMode