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