Struct QuantizationRange ​
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation2
Assembly: ValveResourceFormat.dll
Represents a quantization range with a start value and length.
csharp
public record struct QuantizationRange : IEquatable<QuantizationRange>Implements ​
Constructors ​
QuantizationRange(float, float) ​
Represents a quantization range with a start value and length.
csharp
public QuantizationRange(float Start, float Length)Parameters ​
Start float
Length float
Properties ​
Length ​
csharp
public float Length { readonly get; set; }Property Value ​
Start ​
csharp
public float Start { readonly get; set; }
