Click or drag to resize

RichTextLabelPushTable Method

Adds a [table=columns] tag to the tag stack.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PushTable(
	int columns
)

Parameters

columns
Type: SystemInt32

[Missing <param name="columns"/> documentation for "M:Godot.RichTextLabel.PushTable(System.Int32)"]

See Also