Click or drag to resize

RichTextLabelPushIndent Method

Adds an [indent] tag to the tag stack. Multiplies level by current TabSize to determine new margin length.

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

Parameters

level
Type: SystemInt32

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

See Also