On this pageListCarousel.selectedTextpublic string selectedText { get; }CopyDescription#Gets the text for the selected index.Usage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ListCarousel target) { string result = target.selectedText; } }Copy