Enum Light2D.OverlapOperation
Determines how the final color is calculated when multiple lights overlap each other
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum Light2D.OverlapOperation
필드
이름 | 설명 |
---|---|
Additive | Colors are added together |
AlphaBlend | Colors are blended using standard blending (alpha, 1-alpha) |