Tween.getRuntime

Returns the total time needed for all tweens to end. If you have two tweens, one lasting 10 seconds and the other 20 seconds, it would return 20 seconds, as by that time all tweens would have finished.

struct Tween
@nogc nothrow const
double
getRuntime
()

Meta