TextEditSearchResult Enumeration |
[Missing <summary> documentation for "T:Godot.TextEdit.SearchResult"]
Namespace: Godot
public enum SearchResult
Member name | Value | Description | |
---|---|---|---|
Column | 0 | Used to access the result column from Search(String, UInt32, Int32, Int32). | |
Line | 1 | Used to access the result line from Search(String, UInt32, Int32, Int32). |