Click or drag to resize

RichTextLabelPushMeta Method

Adds a [meta] tag to the tag stack. Similar to the BBCode [url=something]{text}[/url], but supports non-String metadata types.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PushMeta(
	Object data
)

Parameters

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:Godot.RichTextLabel.PushMeta(System.Object)"]

See Also