interface in UnityEditor.Search
Implements interfaces:IQueryNode
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.
CloseFor 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.
CloseInterface representing a filter node.
filterId | The filter identifier. |
filterValue | The filter value. This can be null or empty if the value has not been written yet. |
operatorId | The operator identifier. This can be null or empty if the operator has not been written yet. |
paramValue | The parameter value. This can be null or empty if the filter is not a filter function, or there is no parameter written yet. |
usesParameter | Indicates if the filter uses a parameter. |