Version: 2022.3
LanguageEnglish
  • C#

IFilterNode

interface in UnityEditor.Search


Implements interfaces:IQueryNode

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Interface representing a filter node.

Properties

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.