# Sandbox.SceneSkyBox

Renders a skybox within a [Sandbox.SceneWorld](/api/Sandbox.SceneWorld).

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.SceneObject](/api/Sandbox.SceneObject)

## Constructors

- [`SceneSkyBox`](/api/Sandbox.SceneSkyBox/.ctor)

## Properties

- [`FogParams`](/api/Sandbox.SceneSkyBox/FogParams): Controls the skybox specific fog.
- [`SkyMaterial`](/api/Sandbox.SceneSkyBox/SkyMaterial): The skybox material. Typically it should use the "Sky" shader.
- [`SkyTint`](/api/Sandbox.SceneSkyBox/SkyTint): Skybox color tint.

## Methods

- [`SetSkyLighting`](/api/Sandbox.SceneSkyBox/SetSkyLighting)
