Phaser API Documentation

  Version: 
remove(item)

Description:

Removes an item from the Process Queue.

The item is added to the pending destroy and fully removed in the next update.

Parameters:

name type description
item *

The item to be removed from the queue.

Returns:
Description:

The item that was removed.

Type:
  • *
Since: 3.0.0