Click or drag to resize

RichTextLabelPushAlign Method

Adds an [align] tag based on the given align value. See RichTextLabelAlign for possible values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PushAlign(
	RichTextLabelAlign align
)

Parameters

align
Type: GodotRichTextLabelAlign

[Missing <param name="align"/> documentation for "M:Godot.RichTextLabel.PushAlign(Godot.RichTextLabel.Align)"]

See Also