Enum UpgradeBlendMode
The blend mode for your material.
Namespace: UnityEditor.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public enum UpgradeBlendMode
Fields
Name | Description |
---|---|
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. |