Enum LinkButton.UnderlineMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum LinkButton.UnderlineMode : long
Fields
Always = 0
The LinkButton will always show an underline at the bottom of its text.
Never = 2
The LinkButton will never 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.