Click or drag to resize

TextEditSearchResult Enumeration

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

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

Used to access the result column from Search(String, UInt32, Int32, Int32).

Line1

Used to access the result line from Search(String, UInt32, Int32, Int32).

See Also