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