mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 09:27:37 +00:00
JSDocs fix
This commit is contained in:
parent
db433656c3
commit
8837cb3fd1
1 changed files with 3 additions and 0 deletions
|
@ -531,6 +531,9 @@ var InputPlugin = new Class({
|
|||
*
|
||||
* @method Phaser.Input.InputPlugin#updatePoll
|
||||
* @since 3.18.0
|
||||
*
|
||||
* @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.
|
||||
*
|
||||
* @return {boolean} `true` if the plugin and the Scene it belongs to is active.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue