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