IAnimationCurve<T>.Evaluate
Method in IAnimationCurve<T>
Declaration
T Evaluate(float time)
Description
Evaluate the curve at the specified time.
Parameters
time | The time within the curve you want to evaluate (the horizontal axis in the curve graph). |
Returns
T | The value of the curve, at the point in time specified. |