onChildComplete : Phaser.Signal
The onChildComplete event is fired when the Tween or any of its children completes.
Fires every time a child completes unless a child is set to repeat forever.
It will be sent 2 parameters: the target object and this tween.
- Source code: tween/Tween.js (Line 100)
Please login to continue.