Class CCompressedStaticQuaternion
- Assembly
- ValveResourceFormat.dll
Decodes static compressed quaternion data that doesn't change per frame.
public class CCompressedStaticQuaternion : AnimationSegmentDecoderInheritance
Inherited Members
Methods
Read(int, Frame)
Reads and decodes animation data for a specific frame.
public override void Read(int frameIndex, Frame outFrame)Parameters
frameIndexint-
The index of the frame to read.
outFrameFrame-
The frame object to populate with decoded data.
Remarks
Reads static compressed quaternion values that remain constant across all frames.