IFilterNode
Interface representing a filter node.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public interface IFilterNode : IQueryNode
Properties
Property | Description |
|---|---|
| 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. |