Click or drag to resize

RichTextLabelScrollToLine Method

Scrolls the window's top line to match line.

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

Parameters

line
Type: SystemInt32

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

See Also