TextRuntime
Introduction
Example - Creating a TextRuntime
var textInstance = new TextRuntime();
textInstance.Text = "Hello world";
textInstance.AddToRoot();
Example - Obtaining an Existing TextRuntime
Last updated
Was this helpful?

