phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
14 lines (13 loc) • 504 B
JavaScript
/**
* @callback Phaser.Types.Tweens.GetEndCallback
* @since 3.18.0
*
* @param {any} target - The tween target.
* @param {string} key - The target property.
* @param {number} value - The current value of the target property.
* @param {number} targetIndex - The index of the target within the Tween.
* @param {number} totalTargets - The total number of targets in this Tween.
* @param {Phaser.Tweens.Tween} tween - The Tween that invoked this callback.
*
* @return {number} - The new value.
*/