Enum ParticleGUI.ColorMode
The available color modes. Controls how the Particle color and the Material color blend together.
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public enum ParticleGUI.ColorMode
Fields
Name | Description |
---|---|
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. |