Enum SoftShadowQuality
Softness quality of soft shadows. Higher means better quality, but lower performance.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum SoftShadowQuality
Fields
Name | Description |
---|---|
High | High quality soft shadows. Low performance due to high sample count. 7x7 tent filtering. |
Low | Low quality soft shadows. Recommended for mobile. 4 PCF sample filtering. |
Medium | Medium quality soft shadows. The default. 5x5 tent filtering. |
UsePipelineSettings | Use this to choose the setting set on the pipeline asset. |