Table of Contents

Struct DOFRenderer.Dof2InputParams

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll
public record struct DOFRenderer.Dof2InputParams : IEquatable<DOFRenderer.Dof2InputParams>

Implements

Inherited Members

Properties

FarBias

public float FarBias { readonly get; set; }

Property Value

float

FarScale

public float FarScale { readonly get; set; }

Property Value

float

Height

public int Height { readonly get; set; }

Property Value

int

MaxBlurSize

public float MaxBlurSize { readonly get; set; }

Property Value

float

NearBias

public float NearBias { readonly get; set; }

Property Value

float

NearScale

public float NearScale { readonly get; set; }

Property Value

float

RadScale

public float RadScale { readonly get; set; }

Property Value

float

Width

public int Width { readonly get; set; }

Property Value

int