On this pageListCarousel.selectedIndexpublic Int32 selectedIndex { get; set; }CopyDescription#Gets/Sets the selected index.Usage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ListCarousel target) { System.Int32 result = target.selectedIndex; } }Copy