Phaser API Documentation

  Version: 
removeCollidesWith(category)

Description:

Removes the given Collision Category from the list of those that this Arcade Physics Body will collide with.

Parameters:

name type description
category number

The collision category to add.

Returns:
Description:

This Game Object.

Since: 3.70.0