On this pageTextCarousel.textpublic string text { get; set; }CopyDescription#Get/Set current textUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TextCarousel target) { string result = target.text; } }Copy