TweenData#TweenData

new TweenData(parent)

A Phaser.Tween contains at least one TweenData object. It contains all of the tween data values, such as the
starting and ending values, the ease function, interpolation and duration. The Tween acts as a timeline manager for
TweenData objects and can contain multiple TweenData objects.

Parameters
Name Type Description
parent Phaser.Tween

The Tween that owns this TweenData object.

Source code: tween/TweenData.js (Line 16)
doc_phaser
2017-02-14 11:18:53
Comments
Leave a Comment

Please login to continue.