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. |
|
PerPixel | Use this to select lighting to be calculated per pixel. |
|
PerVertex | Use this to select lighting to be calculated per vertex. |