Enum SelectionState
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
An enumeration of selected states of objects
public enum SelectionState
Fields
Disabled = 4The UI object cannot be selected.
Highlighted = 1The UI object is highlighted.
Normal = 0The UI object can be selected.
Pressed = 2The UI object is pressed.
Selected = 3The UI object is selected