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