Enum LightRenderingMode
Options for light rendering mode.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum LightRenderingMode
Fields
| Name | Description | Value |
|---|---|---|
| Disabled | Use this to disable lighting. |
0 |
| PerPixel | Use this to select lighting to be calculated per pixel. |
1 |
| PerVertex | Use this to select lighting to be calculated per vertex. |
2 |