TextEditSelect Method |
Perform selection, from line/column to line/column.
If SelectingEnabled is false, no selection will occur.
Namespace: Godot
public void Select( int fromLine, int fromColumn, int toLine, int toColumn )
[Missing <param name="fromLine"/> documentation for "M:Godot.TextEdit.Select(System.Int32,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="fromColumn"/> documentation for "M:Godot.TextEdit.Select(System.Int32,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="toLine"/> documentation for "M:Godot.TextEdit.Select(System.Int32,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="toColumn"/> documentation for "M:Godot.TextEdit.Select(System.Int32,System.Int32,System.Int32,System.Int32)"]