Phaser API Documentation

  Version: 
setActive(value)

Description:

Sets the active state of this FX Controller.

A disabled FX Controller will not be updated.

Parameters:

name type description
value boolean

true to enable this FX Controller, or false to disable it.

Returns:
Description:

This FX Controller instance.

Since: 3.60.0
Source: src/fx/Controller.js (Line 62)