ParticleSystem.MinMaxGradientConstructor

매뉴얼로 전환
public ParticleSystem.MinMaxGradient (Color color);

파라미터

colorConstant color.

설명

A single constant color for the entire gradient.


public ParticleSystem.MinMaxGradient (Gradient gradient);

파라미터

gradientA single gradient for evaluating against.

설명

Use one gradient when evaluating numbers along this Min-Max Gradient.


public ParticleSystem.MinMaxGradient (Color min, Color max);

파라미터

minThe constant color describing the minimum colors to be evaluated.
maxThe constant color describing the maximum colors to be evaluated.

설명

Randomly select colors based on the interval between the minimum and maximum constants.


public ParticleSystem.MinMaxGradient (Gradient min, Gradient max);

파라미터

minThe gradient describing the minimum colors to be evaluated.
maxThe gradient describing the maximum colors to be evaluated.

설명

Randomly select colors based on the interval between the minimum and maximum gradients.