Enum ShadowResolution
This controls the size of the shadow map texture.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum ShadowResolution
필드
| 이름 | 설명 |
|---|---|
| _1024 | Use this for 1024x1024 shadow resolution. |
| _2048 | Use this for 2048x2048 shadow resolution. |
| _256 | Use this for 256x256 shadow resolution. |
| _4096 | Use this for 4096x4096 shadow resolution. |
| _512 | Use this for 512x512 shadow resolution. |