# Sandbox.Engine.Settings.PostProcessQuality

Controls the quality level of post processing effects such as:
ambient occlusion, depth of field, motion blur and more

- Kind: enum
- Namespace: `Sandbox.Engine.Settings`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Custom`](/api/Sandbox.Engine.Settings.PostProcessQuality/Custom): The individual effects don't match any preset.
- [`High`](/api/Sandbox.Engine.Settings.PostProcessQuality/High)
- [`Low`](/api/Sandbox.Engine.Settings.PostProcessQuality/Low)
- [`Medium`](/api/Sandbox.Engine.Settings.PostProcessQuality/Medium)
- [`Off`](/api/Sandbox.Engine.Settings.PostProcessQuality/Off): No post processing at all.
