Table of Contents

Enum BaseButton.DrawMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum BaseButton.DrawMode : long

Fields

Disabled = 3

The state of buttons are disabled.

Hover = 2

The state of buttons are hovered.

HoverPressed = 4

The state of buttons are both hovered and pressed.

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.