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