Click or drag to resize

RichTextLabelSetText Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RichTextLabel.SetText(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetText is deprecated. Use the Text property instead.")]
public void SetText(
	string text
)

Parameters

text
Type: SystemString

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

See Also