# Skybox

> Clear with the skybox.

## Definition

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

```csharp
Skybox = 1
```

### Remarks

If a skybox is not set up, the Camera will clear with a [Camera.backgroundColor](/engine/6000.0/script-reference/unityengine/camera/backgroundcolor.md). Additional Resources: [Camera.clearFlags](/engine/6000.0/script-reference/unityengine/camera/clearflags.md) property, [camera component](/engine/6000.0/manual/cameras/birp/class-camera.md), [Graphics Settings](/engine/6000.0/manual/unity-editor/editor-settings-reference/comp-manager-group/class-graphics-settings.md).
