Added t param to jsdocs

This commit is contained in:
Richard Davey 2023-01-03 21:28:00 +00:00
parent a177b9ecd1
commit f1c300a3e9

View file

@ -87,6 +87,7 @@ var ParticleProcessor = new Class({
* @param {Phaser.GameObjects.Particles.Particle} particle - The Particle to update.
* @param {number} delta - The delta time in ms.
* @param {number} step - The delta value divided by 1000.
* @param {number} t - The current normalized lifetime of the particle, between 0 (birth) and 1 (death).
*/
update: function ()
{