Phaser API Documentation

  Version: 
<private> batchList(children, [x], [y], [alpha], [tint])

Description:

Internal method that handles the drawing of an array of children.

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.

alpha number <optional>

The alpha to use. If not specified it uses the globalAlpha property.

tint number <optional>

The tint color to use. If not specified it uses the globalTint property.