Version: 2023.1
言語: 日本語

SearchColumnConstructor

マニュアルに切り替える
public SearchColumn (string path, GUIContent content, Search.SearchColumnFlags options);
public SearchColumn (string path, string selector, GUIContent content, Search.SearchColumnFlags options);
public SearchColumn (string path, string selector, string provider, GUIContent content, Search.SearchColumnFlags options);

パラメーター

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.

説明

Creates a new search column.