On this pageCarousel.selectedIndexpublic Int32 selectedIndex { get; set; }CopyDescription#Get/Set the selected indexUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Carousel target) { System.Int32 result = target.selectedIndex; } }Copy