Enum ShadowQuality
The elements in this enum define how Unity renders shadows.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum ShadowQuality
필드
| 이름 | 설명 |
|---|---|
| Disabled | Disables the shadows. |
| HardShadows | Shadows have hard edges. |
| SoftShadows | Filtering is applied when sampling shadows. Shadows have smooth edges. |