Version: 2022.2

QueryGraph

class in UnityEditor.Search

切换到手册

描述

Class that represents a query graph.

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

变量

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

构造函数

QueryGraphConstructor. Creates a new query graph.

公共函数

OptimizeOptimize the graph.