Version: 5.4
public float Evaluate (float time);
public float Evaluate (float time, float lerpFactor);

파라미터

time Percentage along the curve (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.Curve or ParticleSystemCurveMode.TwoCurves).
lerpFactor Blend between the 2 curves/constants (Valid when ParticleSystem.MinMaxCurve.mode is set to ParticleSystemCurveMode.TwoConstants or ParticleSystemCurveMode.TwoCurves).

반환

float Calculated curve/constant value.

설명

Manually query the curve to calculate values based on what mode it is in.

The time and lerpFactor parameters will be automatically clamped into the 0-1 range.