Table of Contents

Struct QuantizationRange

Namespace
ValveResourceFormat.ResourceTypes.ModelAnimation2
Assembly
ValveResourceFormat.dll

Represents a quantization range with a start value and length.

public record struct QuantizationRange : IEquatable<QuantizationRange>

Implements

Inherited Members

Constructors

QuantizationRange(float, float)

Represents a quantization range with a start value and length.

public QuantizationRange(float Start, float Length)

Parameters

Start float
Length float

Properties

Length

public float Length { readonly get; set; }

Property Value

float

Start

public float Start { readonly get; set; }

Property Value

float