Method GetInterpolatedValue
GetInterpolatedValue()
Gets latest value from the interpolator. This is updated every update as time goes by.
Declaration
public T GetInterpolatedValue()
Returns
Type | Description |
---|---|
T | The current interpolated value of type 'T' |