# Sandbox.Rendering.CommandList.AttributeAccess.GetRenderTarget

```csharp
RenderTarget GetRenderTarget(string name)
```

Get the actual render target by name. Useful for externals that need to access the render target directly.

### Parameters

- `name` (`string`)

### Returns

`RenderTarget`

Declared in [Sandbox.Rendering.CommandList.AttributeAccess](/api/Sandbox.Rendering.CommandList.AttributeAccess).
Assembly: `Sandbox.Engine`.
