On this pageTextLabel.unityTextpublic Text unityText { get; }CopyDescription#Component used to display text.Usage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TextLabel target) { UnityEngine.UI.Text result = target.unityText; } }Copy