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
| Value | Description |
|---|---|
NONE | Represents the absence of any weighting mode |
OUT_WEIGHT | Represents weighting applied to the outgoing element |
NEXT_IN_WEIGHT | Represents weighting applied to the next incoming element |
BOTH | Represents weighting applied to both outgoing and incoming elements |