# Editor.ToolRender.DrawScreenText

```csharp
static void DrawScreenText(string text, Vector2 pos, Color color)
```

### Parameters

- `text` (`string`)
- `pos` (`Vector2`)
- `color` (`Color`)

Declared in [Editor.ToolRender](/api/Editor.ToolRender).
Assembly: `Sandbox.Tools`.
