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