Enum UpgradeBlendMode
The blend mode for your material.
네임스페이스: UnityEditor.Rendering.Universal
어셈블리: solution.dll
구문
public enum UpgradeBlendMode
필드
이름 | 설명 |
---|---|
Additive | Use this for additive blend mode. |
Alpha | Use this for alpha blend mode. |
Multiply | Use this for multiply blend mode. |
Premultiply | Use this for premultiply blend mode. |