FilterParameter
Represents a filter parameter for a FilterFunctionDefinition.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IEquatable<FilterParameter>
public struct FilterParameter : IEquatable<FilterParameter>
Constructors
Constructor | Description |
|---|---|
| FilterParameter(System.Single) | Creates a float filter parameter. |
| FilterParameter(UnityEngine.Color) | Creates a color filter paramter. |
Properties
Property | Description |
|---|---|
| colorValue | The color value of the filter parameter. |
| floatValue | The float value of the filter parameter. |
| type | The type of the filter parameter. |