Click or drag to resize

TextEditSearchFlags Enumeration

[Missing <summary> documentation for "T:Godot.TextEdit.SearchFlags"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum SearchFlags
Members
  Member nameValueDescription
MatchCase1

Match case when searching.

WholeWords2

Match whole words when searching.

Backwards4

Search from end to beginning.

See Also