Tween.progress

Sets the current animation progress to a specific value. The progress is between 0.0 and 1.0.

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

Meta