Phaser API Documentation

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

Description:

Internal method that handles drawing the contents of a Phaser Group to this Dynamic Texture.

Parameters:

name type arguments description
children array

The array of Game Objects to draw.

x number <optional>

The x position to offset the Game Objects by.

y number <optional>

The y position to offset the Game Objects by.

Since: 3.12.0