Click or drag to resize

RichTextLabelBbcodeEnabled Property

If true, the label uses BBCode formatting.

Note: Trying to alter the RichTextLabel's text with AddText(String) will reset this to false. Use instead AppendBbcode(String) to preserve BBCode formatting.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool BbcodeEnabled { get; set; }

Property Value

Type: Boolean
See Also