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

game : Phaser.Game A reference to the currently running Game

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

[static] PENDING : number Source code:

2025-01-10 15:47:30
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#to()
  • References/Game Development/Phaser/Tweens/TweenData

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

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#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#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#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#isRunning
  • References/Game Development/Phaser/Tweens/TweenData

isRunning : boolean If the tween is running this is set to true. Unless Phaser.Tween a TweenData that is waiting for

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