enum FilterModifier : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The FilterModifier enumeration is part of the Editor.NodeEditor namespace and is used to specify modifiers for filters within the node editor. This enum provides options to modify the behavior of filters, such as negating their effect.

Members

Static Fields

Member NameSummary
NoneRepresents no modification to the filter.
NotNegates the effect of the filter.