# Background

> This render queue is rendered before any others.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Rendering](/engine/6000.0/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
Background = 1000
```

### Remarks

You would typically use this for things that really need to be in the background.

Additional Resources: [Material.renderQueue](/engine/6000.0/script-reference/unityengine/material/renderqueue.md), [Shader.renderQueue](/engine/6000.0/script-reference/unityengine/shader/renderqueue.md), [subshader tags](/engine/6000.0/manual/materials-and-shaders/shaders/reference/sl-reference/sl-sub-shader-object/tags.md).
