# Sandbox.SceneFogVolume

Represents a volume of fog in a scene, contributing to volumetric fog effects set on [Sandbox.SceneCamera.VolumetricFog](/api/Sandbox.SceneCamera/VolumetricFog).

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`SceneFogVolume`](/api/Sandbox.SceneFogVolume/.ctor)

## Properties

- [`BoundingBox`](/api/Sandbox.SceneFogVolume/BoundingBox): Defines the spatial boundaries of the fog volume.
- [`Color`](/api/Sandbox.SceneFogVolume/Color): Tint applied to the in-scattered light inside this fog volume.
- [`FalloffExponent`](/api/Sandbox.SceneFogVolume/FalloffExponent): Controls how quickly the fog fades at the edges of the volume. Higher values give sharper transitions.
- [`FogStrength`](/api/Sandbox.SceneFogVolume/FogStrength): The intensity of the fog. Higher values indicate denser fog.
- [`IsValid`](/api/Sandbox.SceneFogVolume/IsValid)
- [`Transform`](/api/Sandbox.SceneFogVolume/Transform): The position and rotation of the fog volume in the scene.

## Methods

- [`Delete`](/api/Sandbox.SceneFogVolume/Delete): Delete this fog volume. You shouldn't access it anymore.
