enumeration
The particle gradient mode (Shuriken).
粒子渐变模式。
This is used by MinMaxGradient to determine which mode to evaluate color gradients in.
这用于MinMaxGradient 去确定哪种模式评估颜色的渐变。
Color | Use a single color for the MinMaxGradient. 使用单一颜色给MinMaxGradient。 |
Gradient | Use a single color gradient for the MinMaxGradient. 使用单一颜色渐变给MinMaxGradient。 |
TwoColors | Use a random value between 2 colors for the MinMaxGradient. 使用两个颜色之间的一个随机值给MinMaxGradient。 |
TwoGradients | Use a random value between 2 color gradients for the MinMaxGradient. 使用两个颜色渐变之间的随机值给MinMaxGradient。 |