# Sandbox.VolumetricFogParameters

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`

## Constructors

- [`VolumetricFogParameters`](/api/Sandbox.VolumetricFogParameters/.ctor)

## Properties

- [`Anisotropy`](/api/Sandbox.VolumetricFogParameters/Anisotropy): Level of anisotropy.
- [`BakedIndirectTexture`](/api/Sandbox.VolumetricFogParameters/BakedIndirectTexture): Provides indirect lighting from a baked volume texture. This gets compiled with your map and is provided by an env_volumetric_controller.
- [`DrawDistance`](/api/Sandbox.VolumetricFogParameters/DrawDistance): Draw distance.
- [`Enabled`](/api/Sandbox.VolumetricFogParameters/Enabled): Indicates whether the fog system is enabled.
- [`FadeInEnd`](/api/Sandbox.VolumetricFogParameters/FadeInEnd): End distance where fading concludes.
- [`FadeInStart`](/api/Sandbox.VolumetricFogParameters/FadeInStart): Start distance where fading begins.
- [`IndirectStrength`](/api/Sandbox.VolumetricFogParameters/IndirectStrength): Strength of indirect illumination.
- [`Scattering`](/api/Sandbox.VolumetricFogParameters/Scattering): Scattering value.
