Version: 2021.2
언어: 한국어

ParticleSystem.MinMaxGradientConstructor

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

파라미터

color Constant color.

설명

A single constant color for the entire gradient.


public ParticleSystem.MinMaxGradient (Gradient gradient);

파라미터

gradient A single gradient for evaluating against.

설명

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


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

파라미터

min The constant color describing the minimum colors to be evaluated.
max The 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);

파라미터

min The gradient describing the minimum colors to be evaluated.
max The gradient describing the maximum colors to be evaluated.

설명

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