Phaser API Documentation

  Version: 
EmitterOpRandomMinMaxConfig

Description:

Defines an operation yielding a random value within a range.

Properties:
name type arguments description
min number

The minimum value.

max number

The maximum value.

int boolean <optional>

If true, only integers are selected from the range.

Type:
object