Phaser API Documentation

  Version: 

Member of: Phaser.Structs.Set

delete(value)

Description:

Removes the given value from this Set if this Set contains that value.

Parameters:

name type description
value *

The value to remove from the Set.

Returns:
Description:

This Set object.

Since: 3.0.0
Source: src/structs/Set.js (Line 124)