Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

<readonly> next: *

Description:

The next item in the List, or null if the entire List has been traversed.

This property can be read successively after reading #first or manually setting the #position to iterate the List.

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