Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


QueryGraph

Class that represents a query graph.
Read time 1 minuteLast updated 6 days ago

Definition

public class QueryGraph

Remarks

A parsed query is converted into a graph with each node in the graph corresponding to a filter.

Constructors

Constructor

Description

QueryGraph(UnityEditor.Search.IQueryNode)Constructor. Creates a new query graph.

Properties

Property

Description

emptyReturns true if the graph is empty.
rootRoot node of the graph. Can be null.

Methods

Method

Description

OptimizeOptimize the graph.