Enum ShadowQuality
The elements in this enum define how Unity renders shadows.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum ShadowQualityFields
| Name | Description | Value | 
|---|---|---|
| Disabled | Disables the shadows. | 0 | 
| HardShadows | Shadows have hard edges. | 1 | 
| SoftShadows | Filtering is applied when sampling shadows. Shadows have smooth edges. | 2 |