On this pageSocketWindowUI.itempublic GDTKItem item { get; }CopyDescription#Gets the item set for this windowUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketWindowUI target) { GDTKItem result = target.item; } }Copy