Table of Contents

Class CCompressedStaticFullVector3

Decodes static full-precision Vector3 data that doesn't change per frame.

public class CCompressedStaticFullVector3 : AnimationSegmentDecoder

Inheritance

Inherited Members

Methods

Read(int, Frame)

Reads and decodes animation data for a specific frame.

public override void Read(int frameIndex, Frame outFrame)

Parameters

frameIndex int

The index of the frame to read.

outFrame Frame

The frame object to populate with decoded data.

Remarks

Reads static Vector3 values that remain constant across all frames.