On this pageTabDialog.selectedIndexpublic Int32 selectedIndex { get; set; }CopyDescription#Get/Set currently selected tabUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TabDialog target) { System.Int32 result = target.selectedIndex; } }Copy