Enum TextEdit.SelectionMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TextEdit.SelectionMode : long
Fields
Line = 4Select whole lines as if the user triple clicked.
None = 0Not selecting.
Pointer = 2Select single characters as if the user single clicked.
Shift = 1Select as if
shiftis pressed.Word = 3Select whole words as if the user double clicked.