On this pageDataList_DropdownTMP.selectedIndexpublic Int32 selectedIndex { get; }CopyDescription#Gets the selected indexUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(DataList_DropdownTMP target) { int result = target.selectedIndex; } }Copy