On this pageCraftingQueueUI.itempublic GDTKCraftingQueueItem item { get; }CopyDescription#Gets the associated itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CraftingQueueUI target) { GDTKCraftingQueueItem result = target.item; } }Copy