Enum Selectable.SelectionState
An enumeration of selected states of objects
Namespace: UnityEngine.UI
Syntax
protected enum SelectionState
Fields
Name | Description | Value |
---|---|---|
Normal | The UI object can be selected. |
0 |
Highlighted | The UI object is highlighted. |
1 |
Pressed | The UI object is pressed. |
2 |
Selected | The UI object is selected |
3 |
Disabled | The UI object cannot be selected. |
4 |