Enum BaseShaderGUI.BlendMode
The blend mode for your material.
네임스페이스: UnityEditor
어셈블리: solution.dll
구문
public enum BaseShaderGUI.BlendMode
  필드
| 이름 | 설명 | 
|---|---|
| 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.  |