Phaser API Documentation

  Version: 
each(callback, scope, [args])

Description:

Passes all Textures to the given callback.

Parameters:

name type arguments description
callback EachTextureCallback

The callback function to be sent the Textures.

scope object

The value to use as this when executing the callback.

args * <optional>

Additional arguments that will be passed to the callback, after the child.

Since: 3.0.0