StepMode

Overview

StepMode is a enum in Aspose.3D FOSS for Typescript.

StepMode.PREVIOUS_VALUE represents stepping to the previous animation keyframe value.

This enumeration defines 2 values: PREVIOUS_VALUE, NEXT_VALUE.

Description

StepMode is an enumeration type in the Aspose.3D FOSS library for TypeScript. It defines a set of named constants that control behavior or specify options within the API. Enumerations like StepMode help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
PREVIOUS_VALUERepresents stepping to the previous animation keyframe value
NEXT_VALUERepresents stepping to the next animation keyframe value

See Also