KeyFrame

Overview

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

KeyFrame.KeyFrame creates a new empty key frame with default time and value.

Properties

NameTypeAccessDescription
TimefloatRead/WriteGets or sets the time position of the key frame
ValueAspose.ThreeD.Vector4Read/WriteGets or sets the Vector4 value associated with the key frame
InterpolationInterpolationRead/WriteGets or sets the interpolation mode used between key frames
TangentInAspose.ThreeD.Vector3Read/WriteGets or sets the incoming tangent vector (Vector3) for the key frame
TangentOutAspose.ThreeD.Vector3Read/Write
TangentWeightModeWeightedModeRead/WriteGets or sets the weighting mode applied to tangents
StepModeStepModeRead/WriteGets or sets the step mode determining how the key frame steps are evaluated

Methods

SignatureDescription
KeyFrame()Initializes a key frame with the specified time and Vector4 value
KeyFrame(time: float, value: Aspose.ThreeD.Vector4)

See Also