Phaser API Documentation

  Version: 
remove(fx)

Description:

Searches for the given FX Controller within this FX Component.

If found, the controller is removed from this component and then destroyed.

Parameters:

name type description
fx Phaser.FX.Controller

The FX Controller to remove from this FX Component.

Returns:
Description:

This Game Object instance.

Since: 3.60.0