On this pageSlideToggle.textpublic string text { get; set; }CopyDescription#Gets/Sets textUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SlideToggle target) { string result = target.text; } }Copy