Table of Contents

Enum SelectionState

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

An enumeration of selected states of objects

public enum SelectionState

Fields

Disabled = 4

The UI object cannot be selected.

Highlighted = 1

The UI object is highlighted.

Normal = 0

The UI object can be selected.

Pressed = 2

The UI object is pressed.

Selected = 3

The UI object is selected