Tween.progress

Returns the current animation progress. The progress is between 0.0 and 1.0.

  1. float progress()
    struct Tween
    pure nothrow @nogc @safe const
    float
    progress
    ()
  2. void progress(float value)

Meta