Unity - Scripting API: SearchExpressionKeyword
enumeration
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Enum contaning all keywords used as configuration parameter in builtin evaluator of SearchExpression.
Properties
| 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. |