Enum KernelSize
Convolution kernel size for the Depth of Field effect.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum KernelSize : int
Fields
| Name | Description | Value |
|---|---|---|
| Small | Small filter. |
0 |
| Medium | Medium filter. |
1 |
| Large | Large filter. |
2 |
| VeryLarge | Very large filter. |
3 |