Phaser API Documentation

  Version: 
update()

Description:

Update this queue. First it will process any items awaiting destruction, and remove them.

Then it will check to see if there are any items pending insertion, and move them to an active state. Finally, it will return a list of active items for further processing.

Returns:
Description:

A list of active items.

Type:
  • Array.<*>
Since: 3.0.0