Click or drag to resize

TextEditUnfoldLine Method

Unfolds the given line, if folded.

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

Parameters

line
Type: SystemInt32

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

See Also