Text

Introduction

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

Code Example: Drawing the Current Screen Time

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

Last updated