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