Phaser API Documentation

  Version: 
<private> queueForRemoval(child)

Description:

Queues a Game Object for removal from this Input Plugin on the next update.

Parameters:

name type description
child Phaser.GameObjects.GameObject

The Game Object to remove.

Returns:
Description:

This InputPlugin object.

Since: 3.0.0