SocketListUI.selectedIndex
public Int32 selectedIndex { get; set; }Description#
Gets/Sets the selected index
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(SocketListUI target) { System.Int32 result = target.selectedIndex; } }