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