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.
Closetitle | Title of the picker window. |
context | SearchContext used to setup whcih SearchProvider and initial query are setup for this Picker. |
selectObjectHandler | Selector Callback. |
trackingObjectHandler | Callbacks triggeeds when the select selects an item. |
typeName | Name of the type of assets or components we want to pick. |
filterType | Type of the items we want to pick. |
flags | Flags specifying how the picker view should be displayed. |
selectHandler | Selector Callback. |
trackingHandler | Callbacks triggeeds when the select selects an item. |
filterHandler | Filtering calback. |
SearchViewState Returns a view state use to open an Object picker.
Create a SearchViewState specially setup to show an Object Picker.