# Sandbox.Application.RenderSettings

```csharp
static RenderSettings RenderSettings { get; set; }
```

Allows access to the RenderSettings singleton, which contains settings related to rendering in the game.
You're only able to access this when in standalone mode. When accessing in the editor, or in sbox it will return null.

Declared in [Sandbox.Application](/api/Sandbox.Application).
Assembly: `Sandbox.Engine`.
