Click or drag to resize

TextEditIsFolded Method

Returns whether the line at the specified index is folded or not.

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

Parameters

line
Type: SystemInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TextEdit.IsFolded(System.Int32)"]

See Also