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