Skip to content

Progress

Jan-Ole Schümann edited this page May 21, 2017 · 2 revisions

Property Progress

Progress defines the progress of the tween between 0 and 1, 0 meaning start of the tween and 1 the end of the tween.

The property can be read from and written to. Setting it to 0 will restart the tween (see Restart, setting it to 1 will set all values to their final value and terminate the tween. All values between 0 and 1 will move the tween to the according position.

For example, setting the Progress of a tween that runs 10 seconds to 0.33 would move the tween to the postition as if it had been playing for 3.3 seconds.

Clone this wiki locally