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