enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe particle gradient mode.
This is used by MinMaxGradient to determine which mode to evaluate color gradients in.
Color | Use a single color for the MinMaxGradient. |
Gradient | Use a single color gradient for the MinMaxGradient. |
TwoColors | Use a random value between 2 colors for the MinMaxGradient. |
TwoGradients | Use a random value between 2 color gradients for the MinMaxGradient. |
RandomColor | Define a list of colors in the MinMaxGradient, to be chosen from at random. |