Click or drag to resize

TextEditSelect Method

Perform selection, from line/column to line/column.

If SelectingEnabled is false, no selection will occur.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Select(
	int fromLine,
	int fromColumn,
	int toLine,
	int toColumn
)

Parameters

fromLine
Type: SystemInt32

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

fromColumn
Type: SystemInt32

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

toLine
Type: SystemInt32

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

toColumn
Type: SystemInt32

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

See Also