# Sandbox.Graphics.RenderTarget

```csharp
static RenderTarget RenderTarget { get; set; }
```

Get or set the current render target. Setting this will bind the render target and change the viewport to match it.

Declared in [Sandbox.Graphics](/api/Sandbox.Graphics).
Assembly: `Sandbox.Engine`.
