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.