Table of Contents

Enum RichTextLabel.MetaUnderline

Namespace
Godot
Assembly
GodotSharp.dll
public enum RichTextLabel.MetaUnderline : long

Fields

Always = 1

If MetaUnderlined is true, meta tag always display an underline.

Never = 0

Meta tag does not display an underline, even if MetaUnderlined is true.

OnHover = 2

If MetaUnderlined is true, meta tag display an underline when the mouse cursor is over it.