Phaser API Documentation

  Version: 

Member of: Phaser.Structs.Map

delete(key)

Description:

Delete the specified element from this Map.

Parameters:

name type description
key string

The key of the element to delete from this Map.

Returns:
Description:

This Map object.

Since: 3.0.0
Source: src/structs/Map.js (Line 167)