UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

9 lines (8 loc) 345 B
/** * @callback Phaser.Types.Tweens.TweenOnPauseCallback * @since 3.60.0 * * @param {Phaser.Tweens.Tween} tween - A reference to the Tween. * @param {(any|any[])} targets - The targets of the Tween. If this Tween has multiple targets this will be an array of the targets. * @param {...any} param - Any value passed in `onPauseParams`. */