Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Ellipse

setSize(width, [height])

Description:

Sets the size of this Ellipse. Does not change its position.

Parameters:

name type arguments Default description
width number

The width of the ellipse.

height number <optional> width

The height of the ellipse.

Returns:
Description:

This Ellipse object.

Since: 3.0.0