WeightedMode

Overview

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

Defines keyframe interpolation weight modes for 3D animation.

This enumeration defines 4 keyframe weight mode values.

Description

WeightedMode 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 WeightedMode help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
NONERepresents the absence of any weighting mode
OUT_WEIGHTRepresents weighting applied to the outgoing element
NEXT_IN_WEIGHTRepresents weighting applied to the next incoming element
BOTHRepresents weighting applied to both outgoing and incoming elements

See Also