Version: 2022.3
LanguageEnglish
  • C#

SearchColumn Constructor

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Declaration

public SearchColumn(string path, GUIContent content, Search.SearchColumnFlags options);

Declaration

public SearchColumn(string path, string selector, GUIContent content, Search.SearchColumnFlags options);

Declaration

public SearchColumn(string path, string selector, string provider, GUIContent content, Search.SearchColumnFlags options);

Parameters

path Serialization path of the column.
content Content to render the column header.
options Column flags.
selector Selector used to fetch the field data of a search item. See SearchSelectorAttribute.
provider Column provider used to manage the column. See SearchColumnProviderAttribute.

Description

Creates a new search column.