Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

position: number

Description:

The index of the current element.

This is used internally when iterating through the list with the #first, #last, #get, and #previous properties.

Type:
number
Default: 0
Since: 3.0.0
Source: src/structs/List.js (Line 59)