Phaser API Documentation

  Version: 

Member of: Phaser.Actions

<static> RandomEllipse(items, ellipse)

Description:

Takes an array of Game Objects and positions them at random locations within the Ellipse.

If you wish to pass a Phaser.GameObjects.Ellipse Shape to this function, you should pass its geom property.

Parameters:

name type description
items array | Array.<Phaser.GameObjects.GameObject>

An array of Game Objects. The contents of this array are updated by this Action.

ellipse Phaser.Geom.Ellipse

The Ellipse to position the Game Objects within.

Returns:
Description:

The array of Game Objects that was passed to this Action.

Type:
Since: 3.0.0