KeyframeGroup.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 KeyframeGroup
    pure nothrow @safe @nogc
    void
    progress
    (
    float value
    )

Meta