| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Search.SearchExpressionKeyword.html | [Back] [Original] |
Enum contaning all keywords used as configuration parameter in builtin evaluator of SearchExpression.
| Property | Description |
|---|---|
| None | Unrecognized keyword. |
| Asc | Asc (contraction of Ascending). Used in sor{} to define the sorting order. |
| Desc | Desc (contraction of Descending). Used in sor{} to define the sorting order. |
| Any | Any keyword. |
| All | All keyword. |
| Keep | Indicates to keep results from first set. |
| Sort | Indicates to yield sorted results. |
| Web Proxy Viewer | New URL | Original Page |