Phaser API Documentation

  Version: 
getCamerasBelowPointer(pointer)

Description:

Returns an array of all cameras below the given Pointer.

The first camera in the array is the top-most camera in the camera list.

Parameters:

name type description
pointer Phaser.Input.Pointer

The Pointer to check against.

Returns:
Description:

An array of cameras below the Pointer.

Since: 3.10.0