Enum TextEdit.SearchFlags
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TextEdit.SearchFlags : long
Fields
Backwards = 4
Search from end to beginning.
MatchCase = 1
Match case when searching.
WholeWords = 2
Match whole words when searching.