Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SearchExpressionKeyword

Enum contaning all keywords used as configuration parameter in builtin evaluator of SearchExpression.
Read time 1 minuteLast updated 12 days ago

Definition

public enum SearchExpressionKeyword

Fields

Value

Description

AllAll keyword.
AnyAny keyword.
AscAsc (contraction of Ascending). Used in sor{} to define the sorting order.
DescDesc (contraction of Descending). Used in sor{} to define the sorting order.
KeepIndicates to keep results from first set.
NoneUnrecognized keyword.
SortIndicates to yield sorted results.