Enum LightRenderingMode
Options for light rendering mode.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum LightRenderingMode
필드
| 이름 | 설명 |
|---|---|
| Disabled | Use this to disable lighting. |
| PerPixel | Use this to select lighting to be calculated per pixel. |
| PerVertex | Use this to select lighting to be calculated per vertex. |