# Editor.ToolRender.DrawBox

```csharp
static void DrawBox(Vector3 mins, Vector3 maxs, Color color)
```

### Parameters

- `mins` (`Vector3`)
- `maxs` (`Vector3`)
- `color` (`Color`)

Declared in [Editor.ToolRender](/api/Editor.ToolRender).
Assembly: `Sandbox.Tools`.
