onUpdateCallback(callback, callbackContext) → {Phaser.Tween}
Sets a callback to be fired each time this tween updates.
Parameters
Name | Type | Description |
---|---|---|
callback | function | The callback to invoke each time this tween is updated. Set to |
callbackContext | object | The context in which to call the onUpdate callback. |
Returns
This tween. Useful for method chaining.
- Source code: tween/Tween.js (Line 626)
Please login to continue.