Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

removeAt(index, [skipCallback])

Description:

Removes the item at the given position in the List.

Parameters:

name type arguments Default description
index number

The position to remove the item from.

skipCallback boolean <optional> false

Skip calling the List.removeCallback.

Returns:
Description:

The item that was removed.

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