Phaser API Documentation

  Version: 
getAt(index)

Description:

Returns the Game Object at the given position in this Container.

Parameters:

name type description
index number

The position to get the Game Object from.

Returns:
Description:

The Game Object at the specified index, or null if none found.

Since: 3.4.0