Phaser API Documentation

  Version: 
setPosition([x], [y])

Description:

Sets the position of this Circle.

Parameters:

name type arguments description
x number <optional>

The x position of the center of the circle.

y number <optional>

The y position of the center of the circle.

Returns:
Description:

This Circle object.

Since: 3.0.0