On this pageGDTKRecipeCategory.infopublic BasicInfo info { get; }CopyDescription#Information about this objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKRecipeCategory target) { BasicInfo result = target.info; } }Copy