On this pageClassUI.selectedpublic bool selected { get; set; }CopyDescription#Get/Set the selected stateUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ClassUI target) { bool result = target.selected; } }Copy