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.
CloseSearch column event arguments are used by SearchColumn.getter, SearchColumn.drawer and SearchColumn.setter delegates.
column | Search column being handled by the current event. |
context | Search context being used for the current event. |
focused | Indicates if the search column cell is currently focused. |
item | Search item currently being used for the event. |
multiple | Indicates if multiple search results are currently selected when processing the current event. |
rect | UnityEngine.Rect used to indicate the drawing boudaries of the SearchColumn.drawer event. |
selected | Indicates if the search result is currently selected. |
value | Value obtained from SearchColumn.getter before calling SearchColumn.drawer. |