Vector4AnimationCurve.Evaluate
Method in Vector4AnimationCurve
Implements IAnimationCurve<T>.Evaluate
Declaration
public Vector4 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
| Vector4 | The value of the curve, at the point in time specified. |