On this pageFlexList.selectedIndexpublic Int32 selectedIndex { get; set; }CopyDescription#Get/Set selected indexUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexList target) { int result = target.selectedIndex; } }Copy