Delete VIDEO_TIMEOUT_EVENT.js

This commit is contained in:
Richard Davey 2023-04-12 01:46:23 +01:00
parent 985209a4c9
commit 08556b2695

View file

@ -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';