mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Delete VIDEO_TIMEOUT_EVENT.js
This commit is contained in:
parent
985209a4c9
commit
08556b2695
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
/**
|
||||
* @author Richard Davey <rich@photonstorm.com>
|
||||
* @copyright 2013-2023 Photon Storm Ltd.
|
||||
* @license {@link https://opensource.org/licenses/MIT|MIT License}
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Video Game Object Timeout Event.
|
||||
*
|
||||
* This event is dispatched when a Video has exhausted its allocated time while trying to connect to a video
|
||||
* source to start playback.
|
||||
*
|
||||
* Listen for it from a Video Game Object instance using `Video.on('timeout', listener)`.
|
||||
*
|
||||
* @event Phaser.GameObjects.Events#VIDEO_TIMEOUT
|
||||
* @type {string}
|
||||
* @since 3.20.0
|
||||
*
|
||||
* @param {Phaser.GameObjects.Video} video - The Video Game Object which timed out.
|
||||
*/
|
||||
module.exports = 'timeout';
|
Loading…
Reference in a new issue