Version: 2022.3

ParsedQuery<T0>

class in UnityEditor.Search

/

继承自:Search.ParsedQuery_2

切换到手册

描述

Provides methods to define an operation that can be used to filter a data set.

<T>: The filtered data type.

变量

returnPayloadIfEmptyBoolean. Indicates if the original payload should be returned when the query is empty.

公共函数

ApplyApplies the filtering on an IEnumerable data set.
TestTests the query on a single object. Returns true if the test passes.

继承的成员

变量

errorsA list of QueryErrors.
evaluationGraphQuery evaluation graph used to evaluate the query.
queryGraphQuery graph. This graph can be used to walk all the node of the query if you need to do a special type of evaluation.
textThe text that generated the query.
tokensThe list of tokens found in the query.
validIndicates if the query is valid or not.

公共函数

ApplyApplies the filtering on a payload.
GetNodeAtPositionGet the query node located at the specified index position in the query.
OptimizeOptimizes the query by optimizing the underlying filtering graph.