PropertyTable(string, ITableView)
Creates a search property table.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public PropertyTable(string serializationUID, ITableView tableView)
Parameters
Unique ID used to serialize the property table.
Table view host.
Remarks
The table view host is resposible to provide all the data the search property table needs. See ITableView.