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