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