FilterFunctionDefinition
Represents a filter function definition that holds the parameters and effects of a filter.
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: ScriptableObject
[HelpURL("ui-systems/custom-filters")]public sealed class FilterFunctionDefinition : ScriptableObject
Properties
Property | Description |
|---|---|
| filterName | The name of the filter function used for display. |
| parameters | The description of the function parameters. |
| passes | The post-processing effects applied by the filter function. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |