Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

remove(child, [skipCallback])

Description:

Removes one or many items from the List.

Parameters:

name type arguments Default description
child *

The item, or array of items, to remove.

skipCallback boolean <optional> false

Skip calling the List.removeCallback.

Returns:
Description:

The item, or array of items, which were successfully removed from the List.

Type:
  • *
Since: 3.0.0
Source: src/structs/List.js (Line 393)