Skip to main content

StylizedElement.selected

public bool selected { get; set; }

Description#

Get/Set if element is selected

Usage#

Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(StylizedElement target)    {        bool result = target.selected;    }   }