Version: 2021.2
言語: 日本語

Query<T0,T1>

class in UnityEditor.Search

マニュアルに切り替える

説明

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

<TData>: The filtered data type, <TPayload>: The payload type.

変数

errorsA list of QueryErrors.
textThe text that generated the query.
tokensThe list of tokens found in the query.
validIndicates if the query is valid or not.

Public 関数

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.