Phaser API Documentation

  Version: 

Member of: Phaser.Structs.Set

size: number

Description:

The size of this Set. This is the number of entries within it. Changing the size will truncate the Set if the given value is smaller than the current size. Increasing the size larger than the current size has no effect.

Type:
number
Since: 3.0.0
Source: src/structs/Set.js (Line 411)