Tween.elapsedTime

Sets the current animation time to a specific value and returns the current animation value.

  1. float elapsedTime()
  2. float elapsedTime(float time)
    struct Tween
    pure nothrow @nogc @safe
    float
    elapsedTime
    (
    float time
    )

Meta