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 declares 1 method for KeyFrame objects in TypeScript programs.
Available methods include: constructor.
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.
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 |