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