KeyFrame

Overview

KeyFrame is a class in Aspose.3D FOSS for .NET.

KeyFrame.KeyFrame creates a new empty key frame instance.

This class provides 2 methods for working with KeyFrame objects in .NET programs. Available methods include: KeyFrame, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Bias, Continuity, Flat, IndependentTangent, Interpolation, NextInTangent, and 9 more.

Properties

NameTypeAccessDescription
TimedoubleRead/WriteGets or sets the time.
ValuefloatRead/WriteGets or sets the value.
InterpolationInterpolationRead/WriteGets or sets the interpolation.
TangentWeightModeWeightedModeRead/WriteGets or sets the tangent weight mode.
StepModeStepModeRead/WriteGets or sets the step mode.
NextInTangentVector2Read/WriteGets or sets the next in tangent.
OutTangentVector2Read/WriteGets or sets the out tangent.
OutWeightfloatRead/WriteGets or sets the out weight.
NextInWeightfloatRead/WriteGets or sets the next in weight.
TensionfloatRead/WriteGets or sets the tension.
ContinuityfloatRead/WriteGets or sets the continuity.
BiasfloatRead/WriteGets or sets the bias.
IndependentTangentboolRead/WriteGets or sets the independent tangent.
FlatboolRead/WriteGets or sets the flat.
TimeIndependentTangentboolRead/WriteGets or sets the time independent tangent.

Methods

SignatureDescription
KeyFrame(curve: KeyframeSequence, time: double)Creates a key frame with the given time and Vector4 value
ToString()

See Also