On this pageCraftingQueueUI.selectedpublic bool selected { get; set; }CopyDescription#Gets/Sets if the object is selectedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CraftingQueueUI target) { bool result = target.selected; } }Copy