Phaser API Documentation

  Version: 
<private> prepareBoundsOutput(output, [includeParent])

Description:

Processes the bounds output vector before returning it.

Parameters:

name type arguments Default description
output object | Phaser.Math.Vector2

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

includeParent boolean <optional> false

If this Game Object has a parent Container, include it (and all other ancestors) in the resulting vector?

Returns:
Description:

The values stored in the output object.

Type:
Since: 3.18.0