MouseOverState Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Describe the possible states of the mouse over an UI element.
public enum MouseOverState
Fields
Name | Description |
---|---|
MouseOverChild | The mouse is over one of children of the element. |
MouseOverElement | The mouse is directly over the element. |
MouseOverNone | The mouse is neither over the element nor one of its children. |