This version of Unity is unsupported.

Query<T0>

class in UnityEditor.Search

/

Inherits from:Search.Query_2

Description

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

<T>: The filtered data type.

Properties

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

Public Methods

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

Inherited Members

Properties

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 Methods

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.