struct in UnityEditor.Search
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseContains a SearchItem that was retrieved from a query.
nil | Represents a null search result. |
id | ID of the document containing that result. |
index | Index of the document containing that result. |
score | Relavance score of the result. A lower score indicates it is a more relevant result. |
valid | Checks if a search result is valid. |
SearchResult | Creates a new SearchResult. |
CompareTo | Compares Search Results using their index values. |
Equals | Compare Search Result using their index values. |
GetHashCode | Computes the hash code for this SearchResult from its index property. |