Phaser API Documentation

  Version: 
getCenter([output])

Description:

Gets the center coordinate of this Game Object, regardless of origin. The returned point is calculated in local space and does not factor in any parent containers

Parameters:

name type arguments description
output object | Phaser.Math.Vector2 <optional>

An object to store the values in. If not provided a new Vector2 will be created.

Returns:
Description:

The values stored in the output object.

Type:
Since: 3.0.0