Enum Light2D.OverlapOperation
Determines how the final color is calculated when multiple lights overlap each other
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum OverlapOperationFields
| Name | Description | Value | 
|---|---|---|
| Additive | Colors are added together | 0 | 
| AlphaBlend | Colors are blended using standard blending (alpha, 1-alpha) | 1 |