Click or drag to resize

TextEditFoldLine Method

Folds the given line, if possible (see CanFold(Int32)).

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

Parameters

line
Type: SystemInt32

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

See Also