On this pageStylizedElement.selectedpublic bool selected { get; set; }CopyDescription#Get/Set if element is selectedUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StylizedElement target) { bool result = target.selected; } }Copy