SocketListUI.activeDisplay
public UIDisplay activeDisplay { get; }Description#
Gets the currently active display
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(SocketListUI target) { UIDisplay result = target.activeDisplay; } }