Version: 2020.2
言語: 日本語
public Color Evaluate (float time);
public Color Evaluate (float time, float lerpFactor);

パラメーター

time Normalized time (in the range 0 - 1, where 1 represents 100%) at which to evaluate the gradient. This is valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.Gradient or ParticleSystemGradientMode.TwoGradients.
lerpFactor Blend between the two gradients/colors (Valid when ParticleSystem.MinMaxGradient.mode is set to ParticleSystemGradientMode.TwoColors or ParticleSystemGradientMode.TwoGradients).

戻り値

Color 算出されたグラデーション/色の値

説明

グラデーションのモードに基づいて、色を計算するよう手動でグラデーションに問い合わせします。

This automatically clamps the time and lerpFactor properties between 0 and 1.