| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Search.QueryEngine_1.RemoveOperator.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| op | The operator identifier. |
Removes a custom operator that was added on the QueryEngine.
// Remove an operator based on its token var operatorToken = "%"; queryEngine.RemoveOperator(operatorToken);
| Web Proxy Viewer | New URL | Original Page |