Phaser API Documentation

  Version: 
getIndexList()

Description:

Returns an array containing the display list index of either this Game Object, or if it has one, its parent Container. It then iterates up through all of the parent containers until it hits the root of the display list (which is index 0 in the returned array).

Used internally by the InputPlugin but also useful if you wish to find out the display depth of this Game Object and all of its ancestors.

Returns:
Description:

An array of display list position indexes.

Type:
  • Array.<number>
Since: 3.4.0