Click or drag to resize

RichTextLabelPushList Method

Adds a [list] tag to the tag stack. Similar to the BBCodes [ol] or [ul], but supports more list types. Not fully implemented!

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PushList(
	RichTextLabelListType type
)

Parameters

type
Type: GodotRichTextLabelListType

[Missing <param name="type"/> documentation for "M:Godot.RichTextLabel.PushList(Godot.RichTextLabel.ListType)"]

See Also