Click or drag to resize

BaseButton.GetDrawMode Method

Returns the visual state used to draw the button. This is useful mainly when implementing your own draw code by either overriding _draw() or connecting to "draw" signal. The visual state of the button is defined by the BaseButton.DrawMode enum.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public BaseButton.DrawMode GetDrawMode()

Return Value

Type: BaseButton.DrawMode

[Missing <returns> documentation for "M:Godot.BaseButton.GetDrawMode"]

See Also