Click or drag to resize

BaseButtonDrawMode Enumeration

[Missing <summary> documentation for "T:Godot.BaseButton.DrawMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum DrawMode
Members
  Member nameValueDescription
Normal0

The normal state (i.e. not pressed, not hovered, not toggled and enabled) of buttons.

Pressed1

The state of buttons are pressed.

Hover2

The state of buttons are hovered.

Disabled3

The state of buttons are disabled.

HoverPressed4

The state of buttons are both hovered and pressed.

See Also