Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

<readonly> previous: *

Description:

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

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

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