Phaser API Documentation

  Version: 
<static> CircleToCircle(circleA, circleB)

Description:

Checks if two Circles intersect.

Parameters:

name type description
circleA Phaser.Geom.Circle

The first Circle to check for intersection.

circleB Phaser.Geom.Circle

The second Circle to check for intersection.

Returns:
Description:

true if the two Circles intersect, otherwise false.

Type:
  • boolean
Since: 3.0.0