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