All pages
Powered by GitBook
1 of 1

Loading...

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);
Text method rendering text to the screen