Phaser API Documentation

  Version: 
removeFrame(frame)

Description:

Removes the given AnimationFrame from this Animation instance. This is a global action. Any Game Object using this Animation will be impacted by this change.

Parameters:

name type description
frame Phaser.Animations.AnimationFrame

The AnimationFrame to be removed.

Returns:
Description:

This Animation object.

Since: 3.0.0