Class UIElementState
UI Element state.
Inheritance
System.Object
UIElementState
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class UIElementState : Enum
Fields
AltPressedDown
User right-clicks element.
Declaration
public const UIElementState AltPressedDown
Field Value
| Type | Description |
|---|---|
| UIElementState |
Idle
There's no interaction with this element.
Declaration
public const UIElementState Idle
Field Value
| Type | Description |
|---|---|
| UIElementState |
PointedOn
User points on this element.
Declaration
public const UIElementState PointedOn
Field Value
| Type | Description |
|---|---|
| UIElementState |
PressedDown
User clicks or somehow interacts with element.
Declaration
public const UIElementState PressedDown
Field Value
| Type | Description |
|---|---|
| UIElementState |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |