Click or drag to resize

TextEditToggleFoldLine Method

Toggle the folding of the code block at the given line.

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

Parameters

line
Type: SystemInt32

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

See Also