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 Name | Summary |
Parse | Parses a string value into a list of `FilterPart` objects. |
Instance Members
Member Name | Summary |
Deconstruct | Deconstructs the `FilterPart` into its modifier and value components. |
Modifier | Gets the filter modifier associated with this part. |
Value | Gets the value associated with this filter part. |