KeyFrame
Overview
KeyFrame is a class in Aspose.3D FOSS for Typescript.
KeyFrame.constructor creates a new key frame with the specified curve and time.
This class provides 1 method for working with KeyFrame objects in Typescript programs.
Available methods include: constructor.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Properties: bias, continuity, curve, flat, independentTangent, interpolation, and 10 more.
Description
KeyFrame is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 16 properties for programmatic use.
Core capabilities include: number; number; interpolation. These operations enable developers to integrate keyframe functionality directly into TypeScript applications.
The class also provides the curve property (gets the curve).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
time | number | Read/Write | Gets the time. |
value | number | Read/Write | Gets the value. |
interpolation | Interpolation | Read/Write | Gets the interpolation. |
tangentWeightMode | WeightedMode | Read/Write | Gets the tangent weight mode. |
stepMode | StepMode | Read/Write | Gets the step mode. |
nextInTangent | FVector4 | null | Read/Write | Gets the next in tangent. |
outTangent | FVector4 | null | Read/Write | Gets the out tangent. |
outWeight | number | Read/Write | Gets the out weight. |
nextInWeight | number | Read/Write | Gets the next in weight. |
tension | number | Read/Write | Gets the tension. |
continuity | number | Read/Write | Gets the continuity. |
bias | number | Read/Write | Gets the bias. |
independentTangent | boolean | Read/Write | Gets the independent tangent. |
flat | boolean | Read/Write | Gets the flat. |
timeIndependentTangent | boolean | Read/Write | Gets the time independent tangent. |
curve | KeyframeSequence | null | Read | Gets the curve. |
Methods
| Signature | Description |
|---|---|
constructor(curve: KeyframeSequence, time: number) | Creates a new key frame with the specified curve and time |