On this pageRecipeUI.categorypublic GDTKRecipeCategory category { get; }CopyDescription#Gets the loaded Recipe CategoryUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeUI target) { GDTKRecipeCategory result = target.category; } }Copy