Enum UpgradeBlendMode
The blend mode for your material.
Namespace: UnityEditor.Rendering.Universal
Syntax
public enum UpgradeBlendMode
Fields
Name | Description | Value |
---|---|---|
Alpha | Use this for alpha blend mode. |
0 |
Premultiply | Use this for premultiply blend mode. |
1 |
Additive | Use this for additive blend mode. |
2 |
Multiply | Use this for multiply blend mode. |
3 |