| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Search.QueryEngine_1.RemoveFilter.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| token | The identifier of the filter. Typically what precedes the operator in a filter (for example, "id" in "id>=2"). |
Removes a custom filter.
You will get a warning if you try to remove a non-existent filter.
// Remove the filter with token "id"
var token = "id";
queryEngine.RemoveFilter("id");
| Parameter | Description |
|---|---|
| filter | The filter object returned by AddFilter. |
Removes a custom filter.
| Web Proxy Viewer | New URL | Original Page |