mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
made tweenManager# chain use TweenChainBuilderConfig
This commit is contained in:
parent
712d7bc082
commit
169faa6b96
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ var TweenManager = new Class({
|
|||
* @method Phaser.Tweens.TweenManager#chain
|
||||
* @since 3.60.0
|
||||
*
|
||||
* @param {Phaser.Types.Tweens.TweenBuilderConfig[]|object[]} tweens - A Tween Chain configuration object, or an array of them to create multiple chains at once.
|
||||
* @param {Phaser.Types.Tweens.TweenChainBuilderConfig | Phaser.Types.Tweens.TweenChainBuilderConfig[]| object | object[]} tweens - A Tween Chain configuration object, or an array of them to create multiple chains at once.
|
||||
*
|
||||
* @return {(Phaser.Tweens.TweenChain|Phaser.Tweens.TweenChain[])} The Tween Chain instance, or an array of them if you passed in an array of configs.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue