mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Docs: correct args in some scene events
This commit is contained in:
parent
99260d2174
commit
a98f1f5713
3 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {Phaser.Scenes.Systems} sys - A reference to the Scene Systems class of the Scene that emitted this event.
|
||||
* @param {number} time - The current time. Either a High Resolution Timer value if it comes from Request Animation Frame, or Date.now if using SetTimeout.
|
||||
* @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {Phaser.Scenes.Systems} sys - A reference to the Scene Systems class of the Scene that emitted this event.
|
||||
* @param {number} time - The current time. Either a High Resolution Timer value if it comes from Request Animation Frame, or Date.now if using SetTimeout.
|
||||
* @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {Phaser.Scenes.Systems} sys - A reference to the Scene Systems class of the Scene that emitted this event.
|
||||
* @param {number} time - The current time. Either a High Resolution Timer value if it comes from Request Animation Frame, or Date.now if using SetTimeout.
|
||||
* @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue