Enum LightRenderingMode
Options for light rendering mode.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum LightRenderingMode
Fields
Name | Description |
---|---|
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. |