On this pageRecipeCategoryUI.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(RecipeCategoryUI target) { bool result = target.selected; } }Copy