On this pageUILabel_TMPText.textMeshPropublic TMP_Text textMeshPro { get; }CopyDescription#Component used to display text.Usage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UILabel_TMPText target) { TMPro.TMP_Text result = target.textMeshPro; } }Copy