struct FilterPart

book_4_sparkGenerated
code_blocksInput

Description

The `FilterPart` struct in the `Editor.NodeEditor` namespace is a sealed type used to represent a part of a filter in the node editor. It contains a modifier and a value, which together define the filter's behavior.

Members

Static Members

Member NameSummary
ParseParses a string value into a list of `FilterPart` objects.

Instance Members

Member NameSummary
DeconstructDeconstructs the `FilterPart` into its modifier and value components.
ModifierGets the filter modifier associated with this part.
ValueGets the value associated with this filter part.