LoadFromFile(string)
Load a search table configuraiton from a JSON file.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static SearchTable LoadFromFile(string stcPath)
Parameters
Absolute path of the JSON file on disk.
Returns
Type | Description |
|---|---|
| SearchTable | Loaded search table configuration. |