Click or drag to resize

TextEditCanFold Method

Returns if the given line is foldable, that is, it has indented lines right below it.

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

Parameters

line
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also