Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IFilterNode

Interface representing a filter node.
Read time 1 minuteLast updated 6 days ago

Definition

public interface IFilterNode : IQueryNode

Properties

Property

Description

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.

Inheritance