TweenData#startTime
  • References/Game Development/Phaser/Tweens/TweenData

startTime : number The time the Tween started or null if it hasn't yet started. Source

2025-01-10 15:47:30
TweenData.COMPLETE
  • References/Game Development/Phaser/Tweens/TweenData

[static] COMPLETE : number Source code:

2025-01-10 15:47:30
TweenData#generateData()
  • References/Game Development/Phaser/Tweens/TweenData

generateData(frameRate) → {array} This will generate an array populated

2025-01-10 15:47:30
TweenData#duration
  • References/Game Development/Phaser/Tweens/TweenData

duration : number The duration of the tween in ms. Default Value

2025-01-10 15:47:30
TweenData#to()
  • References/Game Development/Phaser/Tweens/TweenData

to(properties, duration, ease, delay, repeat,

2025-01-10 15:47:30
TweenData#percent
  • References/Game Development/Phaser/Tweens/TweenData

[readonly] percent : number A value between 0 and 1 that represents how far through the duration

2025-01-10 15:47:30
TweenData#interpolate
  • References/Game Development/Phaser/Tweens/TweenData

interpolate : boolean True if the Tween will use interpolation (i.e. is an Array to Array tween)

2025-01-10 15:47:30
TweenData#delay
  • References/Game Development/Phaser/Tweens/TweenData

delay : number The amount to delay by until the Tween starts (in ms). Only applies to the start, use repeatDelay to handle repeats

2025-01-10 15:47:30
TweenData#repeatCounter
  • References/Game Development/Phaser/Tweens/TweenData

repeatCounter : number If the Tween is set to repeat this contains the current repeat count.

2025-01-10 15:47:30
TweenData#TweenData
  • References/Game Development/Phaser/Tweens/TweenData

new TweenData(parent) A Phaser.Tween contains at least one TweenData object. It contains all of the tween data values, such as the

2025-01-10 15:47:30