Phaser API Documentation

  Version: 
<private> batchGroup(children, [x], [y])

Description:

Internal method that handles drawing a Phaser Group contents.

Parameters:

name type arguments description
children array

The array of Game Objects to draw.

x number <optional>

The x position to offset the Game Object by.

y number <optional>

The y position to offset the Game Object by.