# Text

### Introduction

The Text method draws text usign the argument string at the argument position.

### Code Example: Drawing the Current Screen Time

```csharp
EditorVisuals.Text(
    $"Time since screen started: {TimeManager.CurrentScreenTime:0.00}", Vector3.Zero);
```

<figure><img src="https://951240982-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fye9Ufg3vzJxwX5Hk%2Fuploads%2FPAZMPgltpeh9qD2vzFOX%2F04_19%2021%2011.png?alt=media&#x26;token=17eb3d61-4e61-473e-8497-cc48bcedba74" alt=""><figcaption><p>Text method rendering text to the screen</p></figcaption></figure>
