onRepeat : Phaser.Signal
The onRepeat event is fired if the Tween and all of its children repeats. If this tween has no children this will never be fired.
It will be sent 2 parameters: the target object and this tween.
- Source code: tween/Tween.js (Line 92)
Please login to continue.