Enum MixedLightingSetup
Options for mixed lighting setup.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum MixedLightingSetup
Fields
| Name | Description | Value |
|---|---|---|
| None | Use this to disable mixed lighting. |
0 |
| ShadowMask | Use this to select shadow mask. |
1 |
| Subtractive | Use this to select subtractive. |
2 |