Table of Contents

Enum TextEdit.SelectionMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum TextEdit.SelectionMode : long

Fields

Line = 4

Select whole lines as if the user triple clicked.

None = 0

Not selecting.

Pointer = 2

Select single characters as if the user single clicked.

Shift = 1

Select as if shift is pressed.

Word = 3

Select whole words as if the user double clicked.