true while rendering.
true
using progress = Progress.of(2).start() stops rendering when the scope ends.
using progress = Progress.of(2).start()
Starts rendering fps times per second. A running progress is restarted.
fps
Stops rendering: clears the interval and detaches from the start signal, if any. Idempotent.
start
truewhile rendering.