Enum SoftShadowQuality
Softness quality of soft shadows. Higher means better quality, but lower performance.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum SoftShadowQuality
필드
이름 | 설명 |
---|---|
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. |