On this pageCraftingQueueUI.infopublic BasicInfo info { get; set; }CopyDescription#Gets/Sets information about the objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CraftingQueueUI target) { BasicInfo result = target.info; } }Copy