Version: 2022.2
언어: 한국어

IFilterNode

interface in UnityEditor.Search


인터페이스 구현:IQueryNode

매뉴얼로 전환

설명

Interface representing a filter node.

변수

filterIdThe filter identifier.
filterValueThe filter value. This can be null or empty if the value has not been written yet.
operatorIdThe operator identifier. This can be null or empty if the operator has not been written yet.
paramValueThe parameter value. This can be null or empty if the filter is not a filter function, or there is no parameter written yet.
usesParameterIndicates if the filter uses a parameter.