TweenData#start()
  • References/Game Development/Phaser/Tweens/TweenData

start() → {Phaser.TweenData}

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

[readonly] repeatTotal : number The total number of times this Tween will repeat.

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

yoyo : boolean True if the Tween is set to yoyo, otherwise false. Source

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

parent : Phaser.Tween The Tween which owns this TweenData

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

isFrom : boolean Is this a from tween or a to tween? Source code:

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

dt : number Current time value. Source code:

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

from(properties, duration, ease, delay, repeat,

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

easingFunction : Function The easing function used for the Tween. Default

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

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

2025-01-10 15:47:30