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