Click or drag to resize

RichTextLabelAddText Method

Adds raw non-BBCode-parsed text to the tag stack.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddText(
	string text
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Godot.RichTextLabel.AddText(System.String)"]

See Also