Phaser API Documentation

  Version: 
setSize(width, height)

Description:

Sets the size of the ellipse by changing the underlying geometry data, rather than scaling the object. This call can be chained.

Parameters:

name type description
width number

The width of the ellipse.

height number

The height of the ellipse.

Returns:
Description:

This Game Object instance.

Since: 3.13.0