Skip to main content

TabDialog.selectedIndex

public Int32 selectedIndex { get; set; }

Description#

Get/Set currently selected tab

Usage#

Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(TabDialog target)    {        System.Int32 result = target.selectedIndex;    }   }