Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SearchColumnEventArgs

Search column event arguments are used by SearchColumn.getter, SearchColumn.drawer and SearchColumn.setter delegates.
Read time 1 minuteLast updated 11 days ago

Definition

public struct SearchColumnEventArgs

Fields

Value

Description

columnSearch column being handled by the current event.
contextSearch context being used for the current event.
focusedIndicates if the search column cell is currently focused.
itemSearch item currently being used for the event.
multipleIndicates if multiple search results are currently selected when processing the current event.
rectRect used to indicate the drawing boudaries of the SearchColumn.drawer event.
selectedIndicates if the search result is currently selected.
valueValue obtained from SearchColumn.getter before calling SearchColumn.drawer.