Phaser API Documentation

  Version: 

Member of: Phaser.Types.Tweens

TweenOnStartCallback(tween, targets, param)

Parameters:

name type description
tween Phaser.Tweens.Tween

A reference to the Tween.

targets any | Array.<any>

The targets of the Tween. If this Tween has multiple targets this will be an array of the targets.

param any

Any value passed in onStartParams.

Type:
function
Since: 3.18.0