Enum ParticleGUI.ColorMode
The available color modes. Controls how the Particle color and the Material color blend together.
네임스페이스: UnityEditor.Rendering.Universal.ShaderGUI
어셈블리: solution.dll
구문
public enum ParticleGUI.ColorMode
필드
| 이름 | 설명 |
|---|---|
| Additive | Use this to select additive mode. |
| Color | Use this to select color mode. |
| Difference | Use this to select difference mode. |
| Multiply | Use this to select multiply mode. |
| Overlay | Use this to select overlay mode. |
| Subtractive | Use this to select subtractive mode. |