LinkButtonUnderlineMode Enumeration |
[Missing <summary> documentation for "T:Godot.LinkButton.UnderlineMode"]
Namespace: Godot
public enum UnderlineMode
Member name | Value | Description | |
---|---|---|---|
Always | 0 | The LinkButton will always show an underline at the bottom of its text. | |
OnHover | 1 | The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it. | |
Never | 2 | The LinkButton will never show an underline at the bottom of its text. |