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.

Public 関数

OptimizeOptimize the graph.