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