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

NameTypeAccessDescription
timenumberRead/WriteGets the time.
valuenumberRead/WriteGets the value.
interpolationInterpolationRead/WriteGets the interpolation.
tangentWeightModeWeightedModeRead/WriteGets the tangent weight mode.
stepModeStepModeRead/WriteGets the step mode.
nextInTangentFVector4 | nullRead/WriteGets the next in tangent.
outTangentFVector4 | nullRead/WriteGets the out tangent.
outWeightnumberRead/WriteGets the out weight.
nextInWeightnumberRead/WriteGets the next in weight.
tensionnumberRead/WriteGets the tension.
continuitynumberRead/WriteGets the continuity.
biasnumberRead/WriteGets the bias.
independentTangentbooleanRead/WriteGets the independent tangent.
flatbooleanRead/WriteGets the flat.
timeIndependentTangentbooleanRead/WriteGets the time independent tangent.
curveKeyframeSequence | nullReadGets the curve.

Methods

SignatureDescription
constructor(curve: KeyframeSequence, time: number)Creates a new key frame with the specified curve and time

See Also

 English