Phaser API Documentation

  Version: 
processing: boolean

Description:

Is this Tween Manager currently processing the tweens as part of its 'update' loop? This is set to 'true' at the start of 'update' and reset to 'false' at the end of the function. Allows you to trap Tween Manager status during tween callbacks.

Type:
boolean
Default: false
Since: 3.60.0