public float Evaluate (float time);

Parameters

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

Returns

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

Description

Вычисляет значение кривой в указанное time (время).