Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Circle

<static> OffsetPoint(circle, point)

Description:

Offsets the Circle by the values given in the x and y properties of the Point object.

Parameters:

name type description
circle Phaser.Geom.Circle

The Circle to be offset (translated.)

point object | Phaser.Geom.Point

The Point object containing the values to offset the Circle by.

Returns:
Description:

The Circle that was offset.

Since: 3.0.0