public float Evaluate (float time);

파라미터

timeThe time within the curve you want to evaluate (the horizontal axis in the curve graph).

반환

float The value of the curve, at the point in time specified.

설명

Evaluate the curve at time.