Clone(string)
Creates a copy of the search table configuration.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public SearchTable Clone(string newName = null)
Parameters
Name of the new table configuration.
Returns
Type | Description |
|---|---|
| SearchTable | The newly created search table, ready to be saved. |
Remarks
New copies of the search columns will also be created.