On this pageItemUI.itempublic GDTKItem item { get; }CopyDescription#Gets the loaded ItemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemUI target) { GDTKItem result = target.item; } }Copy