Phaser API Documentation

  Version: 
resume([fromFrame])

Description:

Resumes playback of a paused animation and sets the isPlaying property to true. You can optionally tell it to start playback from a specific frame.

Parameters:

name type arguments description
fromFrame Phaser.Animations.AnimationFrame <optional>

An optional frame to set before restarting playback.

Returns:
Description:

The Game Object that owns this Animation Component.

Since: 3.0.0