Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


QueryEngine

A QueryEngine defines how to build a query from an input string. It can be customized to support custom filters and operators. Default query engine of type object.
Read time 4 minutesLast updated 5 days ago

Definition

public class QueryEngine : QueryEngine<object>

Remarks

Constructors

Constructor

Description

QueryEngine()Construct a new QueryEngine.
QueryEngine(System.Boolean)Construct a new QueryEngine.
QueryEngine(UnityEditor.Search.QueryValidationOptions)Construct a new QueryEngine.

Inheritance

Inherited Members