onPlay : Phaser.Signal
This signal is dispatched when the Video starts to play. It sends 3 parameters: a reference to the Video object, if the video is set to loop or not and the playback rate.
- Source code: gameobjects/Video.js (Line 86)
onPlay : Phaser.Signal
This signal is dispatched when the Video starts to play. It sends 3 parameters: a reference to the Video object, if the video is set to loop or not and the playback rate.
Please login to continue.