Enum PseudoStates
Public representation of unity PseudoStates internal enum.
Namespace: StansAssets.Foundation.UIElements
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum PseudoStates
Fields
| Name | Description |
|---|---|
| Active | Control is currently pressed in the case of a button. |
| Checked | Usually associated with toggles of some kind to change visible style. |
| Disabled | Control will not respond to user input. |
| Focus | Control has the keyboard focus. This is activated deactivated by the dispatcher automatically. |
| Hover | Mouse is over control, set and removed from dispatcher automatically. |
| Root | Set on the root visual element. |