public static Create ( float start, float end, float length, Action |
||
start | float | The starting value. |
end | float | The ending value. |
length | float | The length of time, in seconds, to perform the interpolation. |
step | Action |
An optional callback to invoke when the Interpolator is updated. |
completed | Action |
An optional callback to invoke when the Interpolator completes. |
return |