GeonBit.UI Documentation
EntityState Enumeration |
Possible entity states and interactions with user.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public enum EntityState

Member name | Value | Description | |
---|---|---|---|
Default | 0 | Default state, eg currently not interacting. | |
MouseHover | 1 | Mouse is hovering over this entity. | |
MouseDown | 2 | Mouse button is pressed down over this entity. |
