Phaser API Documentation

  Version: 
getActive()

Description:

Returns the current list of active items.

This method returns a reference to the active list array, not a copy of it. Therefore, be careful to not modify this array outside of the ProcessQueue.

Returns:
Description:

A list of active items.

Type:
  • Array.<*>
Since: 3.0.0