onFadeComplete : Phaser.Signal
This signal is dispatched when the camera fade effect completes.
When the fade effect completes you will be left with the screen black (or whatever
color you faded to). In order to reset this call Camera.resetFX
. This is called
automatically when you change State.
- Source code: core/Camera.js (Line 128)
Please login to continue.