Phaser API Documentation

  Version: 
globalRemove([key], [animation])

Description:

Handle the removal of an animation from the Animation Manager.

Parameters:

name type arguments description
key string <optional>

The key of the removed Animation.

animation Phaser.Animations.Animation <optional>

The removed Animation.

Since: 3.50.0