Method Evaluate
Evaluate(float)
Evaluate a time value on the curve.
Declaration
public float Evaluate(float time)
Parameters
Type | Name | Description |
---|---|---|
float | time | The time within the curve you want to evaluate. |
Returns
Type | Description |
---|---|
float | The value of the curve, at the point in time specified. |