Click or drag to resize

TextEditSetLineAsHidden Method

If true, hides the line of the specified index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetLineAsHidden(
	int line,
	bool enable
)

Parameters

line
Type: SystemInt32

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

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.TextEdit.SetLineAsHidden(System.Int32,System.Boolean)"]

See Also