BaseButtonDrawMode Enumeration |
[Missing <summary> documentation for "T:Godot.BaseButton.DrawMode"]
Namespace: Godot
public enum DrawMode
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | The normal state (i.e. not pressed, not hovered, not toggled and enabled) of buttons. | |
| Pressed | 1 | The state of buttons are pressed. | |
| Hover | 2 | The state of buttons are hovered. | |
| Disabled | 3 | The state of buttons are disabled. | |
| HoverPressed | 4 | The state of buttons are both hovered and pressed. |