Closed ospira closed 2 months ago
This PR
Describe the changes below:
Similar to this, updated Phaser.Types.Tweens.TweenChainBuilderConfig typedef to match this documentation (note the presence of onUpdate and onUpdateParams)
Phaser.Types.Tweens.TweenChainBuilderConfig
onUpdate
onUpdateParams
Note similarity with related class/def in both typedef and documentation
TweenChainBuilderConfig @ v3.80.0 is actually incorrect because tween chains don't use onUpdate or onUpdateParams. The docs for v3.80.1 are correct.
https://github.com/phaserjs/phaser/pull/6741
thanks, understood. closing.
This PR
Describe the changes below:
Similar to this, updated
Phaser.Types.Tweens.TweenChainBuilderConfig
typedef to match this documentation (note the presence ofonUpdate
andonUpdateParams
)Note similarity with related class/def in both typedef and documentation